Namespace
nextcloud
Image / Tag
aio-domaincheck:20230414_123705-latest
Content Digest
sha256:c2a7669343a9e729ae9e384e81743aaa0b5fc0481618b59ec6583460d003b540
Details
Created

2023-04-03 08:31:25 UTC

Size

5.67 MB

Content Digest
Labels
  • com.centurylinklabs.watchtower.monitor-only
    true

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 - 56.77% (3.22 MB)

[#001] sha256:41b590ce4194e71f530aaf5ad07759b42be0abf85c0a83ff3bcc1f93589beeb4 - 43.17% (2.45 MB)

[#002] sha256:9556aae2c555c6977a0bc128e93d69f374f9dbe197a7a9b82173fea58ec0915b - 0.02% (1.26 KB)

[#003] sha256:ed4486d3a83eddad4086fb9e09225a149a46b5b0940a12eadbb4b369f3850e72 - 0.0% (165 Bytes)

[#004] sha256:1f736f50a04ee2f12b95ea546611512338984fca521e198a351727e34df08942 - 0.01% (436 Bytes)

[#005] sha256:a092eceb2d1587c4d2061d48bb061a7bf9fbf7f09aca7c26f5175a24626c9db2 - 0.01% (534 Bytes)

[#006] sha256:4ac78652ccaf1f47e35775c573c5bd5b2742847c574cd29a18219f740fef0dba - 0.01% (382 Bytes)

[#007] sha256:d62829ab9cb142c212f496e577d84d83c7a3fb4e8377a5471e3e684f1df6b319 - 0.01% (382 Bytes)

[#008] sha256:cc7ef6736e123f5bedd6856f2735b8683b5dc8c94d6526705ea1df43c3062dd8 - 0.0% (164 Bytes)


History
2023-03-29 18:19:24 UTC

/bin/sh -c #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /

2023-03-29 18:19:24 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache lighttpd bash netcat-openbsd # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c adduser -S www-data -G www-data # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rm -rf /etc/lighttpd/lighttpd.conf # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

COPY lighttpd.conf /etc/lighttpd/lighttpd.conf # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +r -R /etc/lighttpd && chown www-data:www-data -R /var/www && chown www-data:www-data /etc/lighttpd/lighttpd.conf # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

COPY start.sh / # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /start.sh # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

USER www-data

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /var/www/domaincheck/ # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/start.sh"]

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "nc -z localhost $APACHE_PORT || exit 1"] "0s" "0s" "0s" '\x00'}

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

LABEL com.centurylinklabs.watchtower.monitor-only=true

Details
Created

2023-04-03 08:31:25 UTC

Size

5.64 MB

Content Digest
Labels
  • com.centurylinklabs.watchtower.monitor-only
    true

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:c41833b44d910632b415cd89a9cdaa4d62c9725dc56c99a7ddadafd6719960f9 - 55.14% (3.11 MB)

[#001] sha256:8836256309068b05208174f037270ed1af66c9febbe9f2d5c318750ed9ae90f5 - 44.8% (2.53 MB)

[#002] sha256:ffaee0f1aa974c000f5886e61b90c1f3b66d6607a6d2a5c653f2f0ebcb9518ea - 0.02% (1.26 KB)

[#003] sha256:2b7fc23962865baf782f2c11942d236bd8be56ecdd4d35e569cec40d7e9dbfcd - 0.0% (164 Bytes)

[#004] sha256:09d1438123534b956c4361c0573355f95b1d4838a0eeaff234a4486cc71db733 - 0.01% (436 Bytes)

[#005] sha256:2c1691cfb59d3b6d963f350d4c4b6b84b6f08eeb3024382af98fbe22eb7925b6 - 0.01% (531 Bytes)

[#006] sha256:f37d0400034af9c9dc239daa0398980530132fb7b29cbdc0c9f8a7a142a645ec - 0.01% (382 Bytes)

[#007] sha256:df74859dcee331e010d891880ab8a026b1338ab6c436f17f0e56c1eab8461a4f - 0.01% (382 Bytes)

[#008] sha256:cc7ef6736e123f5bedd6856f2735b8683b5dc8c94d6526705ea1df43c3062dd8 - 0.0% (164 Bytes)


History
2023-03-29 17:39:18 UTC

/bin/sh -c #(nop) ADD file:e51d4089e73ad6dee52b31f0c8059a00c17df6e23f6741fe11b43bd84cc99008 in /

2023-03-29 17:39:18 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-04-03 08:31:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache lighttpd bash netcat-openbsd # buildkit

2023-04-03 08:31:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c adduser -S www-data -G www-data # buildkit

2023-04-03 08:31:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c rm -rf /etc/lighttpd/lighttpd.conf # buildkit

2023-04-03 08:31:24 UTC (buildkit.dockerfile.v0)

COPY lighttpd.conf /etc/lighttpd/lighttpd.conf # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +r -R /etc/lighttpd && chown www-data:www-data -R /var/www && chown www-data:www-data /etc/lighttpd/lighttpd.conf # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

COPY start.sh / # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chmod +x /start.sh # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

USER www-data

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /var/www/domaincheck/ # buildkit

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/start.sh"]

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

HEALTHCHECK &{["CMD-SHELL" "nc -z localhost $APACHE_PORT || exit 1"] "0s" "0s" "0s" '\x00'}

2023-04-03 08:31:25 UTC (buildkit.dockerfile.v0)

LABEL com.centurylinklabs.watchtower.monitor-only=true

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete