2021-01-15 01:23:15 UTC
20.8 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_DEPSgeoip-dev openssl-dev pcre-dev zlib-dev
[#000] sha256:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 12.86% (2.67 MB)
[#001] sha256:c70d7ec9bd666b3b4a89c241a27aada034c481b22a0753b5deaa1037a47bdca1 - 0.03% (5.94 KB)
[#002] sha256:7a2158cf5b7ee4e9f09cfbe7c96d1ff0cbe378ad6b05365ea38ea03bc1c2487c - 2.82% (600 KB)
[#003] sha256:f661236a45927c124ce12e71b02acdf4b2c894100d291ec78793a205e57be850 - 0.36% (75.5 KB)
[#004] sha256:aeb8ea1a0b733ada58a2126ddb3acc2c6582fb3f2d8ba2602807c9781b033936 - 30.17% (6.26 MB)
[#005] sha256:4d857d8ebccb53c9e8a9815a1ef3faeb6b9b764d3ab33200181886e369a92820 - 30.93% (6.42 MB)
[#006] sha256:03e883fee86419f87fbf555f865eb55f629d09bda8498ec378f1a8b74ae86acb - 0.0% (232 Bytes)
[#007] sha256:2b9ed703671d040d58f12024802d122b33f0732503902d29a3b3b546662553dc - 22.81% (4.73 MB)
[#008] sha256:4deab04ae5220e2ddb4f8407dceec2323c9caa8e8238b0f82289a9d23f88231e - 0.0% (600 Bytes)
[#009] sha256:44e7c984aa4399aed29eec2999465a261400811c9c14be9306e8678fe9154d01 - 0.0% (897 Bytes)
[#010] sha256:8d93cf2e4e923a62105517b01f57d25c046177b2ec4707c999f776bc0cc71b50 - 0.0% (665 Bytes)
[#011] sha256:8fc8d28f4af0d8dbbd29668f774dda23e4f64e1dcd92cf2c61b9d6ba6b06973c - 0.0% (275 Bytes)
/bin/sh -c #(nop) ADD file:ec475c2abb2d46435286b5ae5efacf5b50b1a9e3b6293b69db3c0172b5b9658b in /
2020-12-17 00:19:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-01-15 01:22:54 UTC/bin/sh -c #(nop) LABEL maintainer=Fabio Cicerchia <info@fabiocicerchia.it> org.label-schema.build-date= org.label-schema.description=Nginx with Lua support based on . org.label-schema.docker.cmd=docker run -p 80:80 -d :- org.label-schema.name= org.label-schema.schema-version=1.0 org.label-schema.url=https://github.com/ org.label-schema.vcs-ref= org.label-schema.vcs-url=https://github.com/ org.label-schema.version=- versions.extended= versions.headers-more-nginx-module= versions.lua-nginx-module= versions.lua-resty-cookie= versions.lua-resty-core= versions.lua-resty-dns= versions.lua-resty-lrucache= versions.lua-resty-memcached= versions.lua-resty-mysql= versions.lua-resty-redis= versions.lua-resty-shell= versions.lua-resty-upstream-healthcheck= versions.lua-resty-websocket= versions.lua-upstream= versions.luajit2= versions.nginx-lua-prometheus= versions.nginx= versions.ngx_devel_kit= versions.os= versions.stream-lua-nginx-module=
2021-01-15 01:22:55 UTC/bin/sh -c #(nop) ARG PKG_DEPS= geoip-dev openssl-dev pcre-dev zlib-dev
2021-01-15 01:22:56 UTC/bin/sh -c #(nop) ENV PKG_DEPS= geoip-dev openssl-dev pcre-dev zlib-dev
2021-01-15 01:22:58 UTC/bin/sh -c #(nop) COPY dir:562a4230f1f82b5c6b51eaa9b7bb7118e94abd67f540978a9cc90a82eea7472a in /etc/nginx
2021-01-15 01:22:59 UTC/bin/sh -c #(nop) COPY dir:f2ed0cb0483d431eb6b94da24148eaf5846e86eb6e6c6e5376911248ee63cf9c in /usr/local/lib
2021-01-15 01:23:00 UTC/bin/sh -c #(nop) COPY dir:b909c1ff6b224298d74664ee4493d12bbee00c83322c6486e12eae30724e36ae in /usr/local/share/lua
2021-01-15 01:23:01 UTC/bin/sh -c #(nop) COPY file:e867bdb2b324b4734a9c840a39146bdd5eab51b4784d57fe4c614b785b3addfc in /usr/sbin/nginx
2021-01-15 01:23:02 UTC/bin/sh -c #(nop) COPY file:a3c51cfd58235100fba4a0f4909b2832a25f02484d203f7d9c7bbc6f29211820 in /usr/sbin/nginx-debug
2021-01-15 01:23:03 UTC/bin/sh -c #(nop) COPY dir:da0e27f66ef09d3eabf34d22ba871e3313a2ea4ed1f59d27e3a3674e5e4ffa03 in /var/cache/nginx
2021-01-15 01:23:03 UTC/bin/ash -eo pipefail -c #(nop) SHELL [/bin/ash -eo pipefail -c]
2021-01-15 01:23:07 UTC/bin/ash -eo pipefail -c set -eux && apk update && apk add --no-cache --virtual .pkg_deps $PKG_DEPS && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache --virtual .run_deps $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache --virtual pkg_tz tzdata && apk add --no-cache --virtual pkg_dns curl ca-certificates && mkdir -p /var/log/nginx && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && mkdir /docker-entrypoint.d
2021-01-15 01:23:08 UTC/bin/ash -eo pipefail -c #(nop) COPY file:82305f1c8f0425cddde66342b01a9b6bfac40d29bb7bd8bc748982922727e8ab in /
2021-01-15 01:23:09 UTC/bin/ash -eo pipefail -c #(nop) COPY file:01fcb2e1abd8cad741e726b3208eeaf1aaaf077cbd687562ef780a668072d3c9 in /docker-entrypoint.d/
2021-01-15 01:23:10 UTC/bin/ash -eo pipefail -c #(nop) COPY file:e23fa0fbb162053992ec16f30b517371497ce0e904ca3cbb190a70e43c6729a3 in /docker-entrypoint.d/
2021-01-15 01:23:10 UTC/bin/ash -eo pipefail -c envsubst -V && nginx -V && nginx -t
2021-01-15 01:23:11 UTC/bin/ash -eo pipefail -c #(nop) EXPOSE 443 80
2021-01-15 01:23:12 UTC/bin/ash -eo pipefail -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost/ || exit 1"] "30s" "3s" "0s" '\x00'}
2021-01-15 01:23:13 UTC/bin/ash -eo pipefail -c #(nop) STOPSIGNAL SIGQUIT
2021-01-15 01:23:14 UTC/bin/ash -eo pipefail -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-01-15 01:23:15 UTC/bin/ash -eo pipefail -c #(nop) CMD ["nginx" "-g" "daemon off;"]
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.