2022-05-05 23:56:47 UTC
54.1 MB
1.21.6
NJS_VERSION0.7.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1~bullseye
[#000] sha256:1fe172e4850f03bb45d41a20174112bc119fbfec42a650edbbd8491aee32e3c3 - 55.3% (29.9 MB)
[#001] sha256:35c195f487df68cfbbecd2870aefb0ea52015fdb9ef15fd780838efc675dba45 - 44.68% (24.2 MB)
[#002] sha256:213b9b16f4959ca5e12777fa9977f178cf778f615f893f859f2a4ce19838c485 - 0.0% (604 Bytes)
[#003] sha256:a8172d9e19b90893f2eda38b25c9095c9822c924d7a44c7eeb44b30b0a639b9e - 0.0% (893 Bytes)
[#004] sha256:f5eee2cb2150b290f85c57dd78b1470b77819b511d092c9be1b10876ca48b885 - 0.0% (667 Bytes)
[#005] sha256:93e404ba8667c79caef3367388107d653d53c3ff8cd885fca19de1cdd13ac685 - 0.0% (1.36 KB)
[#006] sha256:8c95d0097af7800109d8943a47c7a60daa067ef808ccb3639c9415277452f8be - 0.0% (1.82 KB)
[#007] sha256:a62a939d2ba1f506824d2e47ef1a4f33c13aacf6922d0143d60a128fa0d7c915 - 0.0% (1.56 KB)
/bin/sh -c #(nop) ADD file:8b1e79f91081eb527b455431af58e823d8b84d9d0c8e5c47cb7bda7507954ae4 in /
2022-04-20 04:43:27 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-04-20 10:42:53 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2022-04-20 10:42:53 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.6
2022-04-20 10:42:53 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.7.2
2022-04-20 10:42:53 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye
2022-04-20 10:43:11 UTC/bin/sh -c set -x && addgroup --system --gid 101 nginx && adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in hkp://keyserver.ubuntu.com:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} " && case "$dpkgArch" in amd64|arm64) echo "deb https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base curl && apt-get remove --purge --auto-remove -y && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d
2022-04-20 10:43:11 UTC/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /
2022-04-20 10:43:11 UTC/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d
2022-04-20 10:43:11 UTC/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d
2022-04-20 10:43:11 UTC/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d
2022-04-20 10:43:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2022-04-20 10:43:11 UTC/bin/sh -c #(nop) EXPOSE 80
2022-04-20 10:43:11 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2022-04-20 10:43:12 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2022-05-05 23:56:46 UTC/bin/sh -c #(nop) COPY file:54d0b313d7a73fd93e7301f0aeefeb485666c0b1acedeb0ba967589fccf9a7d1 in /etc/nginx/nginx.conf
2022-05-05 23:56:47 UTC/bin/sh -c #(nop) COPY file:94befcd3a7e51d797eac63d09f28cfb8ebcf281c7a3940c7ba7d2a0c6cad879d in /usr/share/nginx/html/error.html
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.