2020-11-24 00:40:37 UTC
20.6 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_DEPSgeoip-dev openssl-dev pcre-dev zlib-dev
[#000] sha256:188c0c94c7c576fff0792aca7ec73d67a2f7f4cb3a6e53a84559337260b36964 - 12.94% (2.67 MB)
[#001] sha256:de3431dc80e50667159b8089a7c2ad83f4e6c1a61b31109aa055a73769e18502 - 0.03% (5.94 KB)
[#002] sha256:06a3c873683ac9786b970acaa7584125f0469c32fff37d1a30758aadb1d714a3 - 2.83% (598 KB)
[#003] sha256:4f35acb4ef6d804a43fd8318f0ffd1a24f302a0f124ceded9bcca85ef0e3b2b0 - 0.34% (70.9 KB)
[#004] sha256:fd9df7f503c59859be3fe5a65fe5f06865402dcde8c035c1389c494c70a55d69 - 30.06% (6.2 MB)
[#005] sha256:ed4f5cadf24c0b70833827cdb9eb560ac5963b50d0858667c8c9bdafaea9c118 - 30.84% (6.36 MB)
[#006] sha256:574ca0091809abffbe2d17d79fcc8783ad27e33c4c2b504ed009647951f44369 - 0.0% (230 Bytes)
[#007] sha256:0890d3b418121fd3aaf91b3761faef9493a5d3aa813b11c9ee0de6321d95ebbb - 22.95% (4.73 MB)
[#008] sha256:33b032a9dd93efabab2da01021f5416f95559f741d4192527798b37f2826ab2a - 0.0% (603 Bytes)
[#009] sha256:16b2b9ba22b514302369c6041dc4f24b0a5a4eb124d81b37ca8f42a0c8e928bf - 0.0% (898 Bytes)
[#010] sha256:4f8a3323fc1c310e053ae48b0396782de0fa6f2ec13601373aa82d536b51ba6b - 0.0% (664 Bytes)
[#011] sha256:de3f582fc59a4df5f3a5b3fdff8c41113ac1a50ea247c64a095c4d72e141d0ec - 0.0% (278 Bytes)
/bin/sh -c #(nop) ADD file:f17f65714f703db9012f00e5ec98d0b2541ff6147c2633f7ab9ba659d0c507f4 in /
2020-10-22 02:19:24 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-11-24 00:40:15 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=
2020-11-24 00:40:16 UTC/bin/sh -c #(nop) ARG PKG_DEPS= geoip-dev openssl-dev pcre-dev zlib-dev
2020-11-24 00:40:17 UTC/bin/sh -c #(nop) ENV PKG_DEPS= geoip-dev openssl-dev pcre-dev zlib-dev
2020-11-24 00:40:19 UTC/bin/sh -c #(nop) COPY dir:562a4230f1f82b5c6b51eaa9b7bb7118e94abd67f540978a9cc90a82eea7472a in /etc/nginx
2020-11-24 00:40:20 UTC/bin/sh -c #(nop) COPY dir:ed3cb380f8f7fbaf14d678b5531d22b5cd42fc80a30e50766a1ca36bd3ca2f1b in /usr/local/lib
2020-11-24 00:40:21 UTC/bin/sh -c #(nop) COPY dir:ef5c22d3d539de4ff6b492a1866aafc2fc0ef07b3470a3181f4be44590620ca1 in /usr/local/share/lua
2020-11-24 00:40:22 UTC/bin/sh -c #(nop) COPY file:b127b9001b30fbd59496b5c5a6ff638a6bd106791e36f44935e6dc885f9c7077 in /usr/sbin/nginx
2020-11-24 00:40:23 UTC/bin/sh -c #(nop) COPY file:62b929299975362728c7a8c87118428b25d8db3ff7a25e5724281ec376cfb04e in /usr/sbin/nginx-debug
2020-11-24 00:40:24 UTC/bin/sh -c #(nop) COPY dir:da0e27f66ef09d3eabf34d22ba871e3313a2ea4ed1f59d27e3a3674e5e4ffa03 in /var/cache/nginx
2020-11-24 00:40:24 UTC/bin/ash -eo pipefail -c #(nop) SHELL [/bin/ash -eo pipefail -c]
2020-11-24 00:40:28 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
2020-11-24 00:40:30 UTC/bin/ash -eo pipefail -c #(nop) COPY file:82305f1c8f0425cddde66342b01a9b6bfac40d29bb7bd8bc748982922727e8ab in /
2020-11-24 00:40:31 UTC/bin/ash -eo pipefail -c #(nop) COPY file:01fcb2e1abd8cad741e726b3208eeaf1aaaf077cbd687562ef780a668072d3c9 in /docker-entrypoint.d/
2020-11-24 00:40:32 UTC/bin/ash -eo pipefail -c #(nop) COPY file:e23fa0fbb162053992ec16f30b517371497ce0e904ca3cbb190a70e43c6729a3 in /docker-entrypoint.d/
2020-11-24 00:40:32 UTC/bin/ash -eo pipefail -c envsubst -V && nginx -V && nginx -t
2020-11-24 00:40:33 UTC/bin/ash -eo pipefail -c #(nop) EXPOSE 443 80
2020-11-24 00:40:34 UTC/bin/ash -eo pipefail -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl --fail http://localhost/ || exit 1"] "30s" "3s" "0s" '\x00'}
2020-11-24 00:40:35 UTC/bin/ash -eo pipefail -c #(nop) STOPSIGNAL SIGQUIT
2020-11-24 00:40:36 UTC/bin/ash -eo pipefail -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-11-24 00:40:37 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.