2023-10-13 18:58:45 +0800
74.5 MB
1.25.2
NJS_VERSION0.8.0
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1~bookworm
[#000] sha256:a378f10b321842c3042cdeff4f6997f34f4cb21f2eff27704b7f6193ab7b5fea - 37.3% (27.8 MB)
[#001] sha256:4dfff07085381c15800af316d036b96866786e371d50d1c62ded513f1dc68f17 - 52.92% (39.4 MB)
[#002] sha256:2135e49ace4b128ebc70405f034bd5273e216d282bd04349995cef07d59c276b - 0.0% (626 Bytes)
[#003] sha256:c843f6b280ce81e71190e2519561e3d8d2482b8d227f0bf5b94f6d1391aab7b0 - 0.0% (958 Bytes)
[#004] sha256:6f35ab6f1400627ef6042fc7c6028cd61c0d3268f69af290396a55444922065a - 0.0% (371 Bytes)
[#005] sha256:6c538b49fa4a5acc4bbcba3e8867d2234b553aa9ea298d69ff46ba433dce27bd - 0.0% (1.19 KB)
[#006] sha256:d57731fb9008721addb89b0f1eb461ac7484d0d925ddd637718bf50927811686 - 0.0% (1.37 KB)
[#007] sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4 - 0.0% (32 Bytes)
[#008] sha256:821243f3a1cb10d9226914f7e61333165e98dabecd95aeedc735b931a8f81e22 - 0.0% (417 Bytes)
[#009] sha256:1bf5cc91f2a0b7b79d3f9f14ce4087d241700ecdf0ef42e54c30fdb17a4de6e0 - 9.77% (7.28 MB)
/bin/sh -c #(nop) ADD file:55ad846fa191e603f48090eae0e4a7149c4066b94406593ec1898ad2c3347937 in /
2023-10-11 18:34:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-10-12 03:14:21 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2023-10-12 03:14:21 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.25.2
2023-10-12 03:14:21 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.8.0
2023-10-12 03:14:21 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1~bookworm
2023-10-12 03:14:43 UTC/bin/sh -c set -x && groupadd --system --gid 101 nginx && useradd --system --gid nginx --no-create-home --home /nonexistent --comment "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; NGINX_GPGKEY_PATH=/usr/share/keyrings/nginx-archive-keyring.gpg; export GNUPGHOME="$(mktemp -d)"; found=''; for server in hkp://keyserver.ubuntu.com:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; gpg1 --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; gpg1 --export "$NGINX_GPGKEY" > "$NGINX_GPGKEY_PATH" ; rm -rf "$GNUPGHOME"; 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 [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ bookworm nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/mainline/debian/ bookworm 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
2023-10-12 03:14:43 UTC/bin/sh -c #(nop) COPY file:01e75c6dd0ce317d516928a17584d111cd082840c01e58be0afc851b33adb916 in /
2023-10-12 03:14:43 UTC/bin/sh -c #(nop) COPY file:caec368f5a54f70a844a13005eb2255bed778809b3672d516e719ce2f4bce123 in /docker-entrypoint.d
2023-10-12 03:14:44 UTC/bin/sh -c #(nop) COPY file:3b1b9915b7dd898a0e32f7eb9715a35c9feab914022efff68ba990bc1ec7d169 in /docker-entrypoint.d
2023-10-12 03:14:44 UTC/bin/sh -c #(nop) COPY file:57846632accc89753f45cbc00cb9e6223d991e1d31297eec3395a7ca58eed6a6 in /docker-entrypoint.d
2023-10-12 03:14:44 UTC/bin/sh -c #(nop) COPY file:9e3b2b63db9f8fc702e2dc2bdd0943be0d990c028cddcf1c159f5556a8ba3030 in /docker-entrypoint.d
2023-10-12 03:14:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-10-12 03:14:44 UTC/bin/sh -c #(nop) EXPOSE 80
2023-10-12 03:14:44 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-10-12 03:14:44 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2023-10-13 17:15:12 +0800 (buildkit.dockerfile.v0)WORKDIR /usr/share/nginx/html/
2023-10-13 17:26:26 +0800 (buildkit.dockerfile.v0)USER root
2023-10-13 17:26:26 +0800 (buildkit.dockerfile.v0)COPY /app/nginx.conf /etc/nginx/conf.d/default.conf # buildkit
2023-10-13 18:58:45 +0800 (buildkit.dockerfile.v0)COPY /app/dist /usr/share/nginx/html/ # buildkit
2023-10-13 18:58:45 +0800 (buildkit.dockerfile.v0)EXPOSE map[80/tcp:{}]
2023-10-13 18:58:45 +0800 (buildkit.dockerfile.v0)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.