2023-05-30 17:42:57 UTC
54.6 MB
0
NGINX_VERSION1.24.0
NJS_VERSION0.7.12
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1~bullseye
PROXY_CACHE_INACTIVE60m
PROXY_CACHE_MAX_SIZE10g
PROXY_CACHE_VALID_FORBIDDEN30s
PROXY_CACHE_VALID_NOTFOUND1m
PROXY_CACHE_VALID_OK1h
[#000] sha256:f03b40093957615593f2ed142961afb6b540507e0b47e3f7626ba5e02efbbbf1 - 54.87% (29.9 MB)
[#001] sha256:c437e40066422a34ef1b1e80aa18aeac07fb8bcc8025779a4392a88c6a353b6d - 44.74% (24.4 MB)
[#002] sha256:9301ebf4c1905888c5a9d14ea3a226c73b40fd74c13441b99b69cf0e02451fdd - 0.0% (624 Bytes)
[#003] sha256:00bc4bd47861702e8c6d91809b26747e223d8beff349b297f85abc2cf74c22a4 - 0.0% (958 Bytes)
[#004] sha256:203ebbc3c695225077dfc7cd948c95c96e65e9b1fd1f4b967b481ac4eed4eecf - 0.0% (772 Bytes)
[#005] sha256:02d5324d1af0972026ae3224e2b5a2bb8d6ec7edb577bacf481d334632ba833b - 0.0% (1.37 KB)
[#006] sha256:ed99771776766e86a0e0a3732737daf28a3ff61044120c979f0decc11d9b9bb6 - 0.03% (17.4 KB)
[#007] sha256:fef1b6af81487c5ad6838f93d9f437949927cbb4895ecd0c0c62592640e7922e - 0.0% (1.44 KB)
[#008] sha256:7a0a2afa4d1bda4cd3c63b281636c9c0c1188148faaf83374cc4e945bc88332b - 0.0% (2.26 KB)
[#009] sha256:ca82d1e7368742c730d524d22ef6d86bbe8de8c6bc19f96c7f55415aeac28b9b - 0.0% (684 Bytes)
[#010] sha256:50e18cce7aebde83e84ea928cfc318d76e98b5bd5486059f1b69707d28fca9f1 - 0.31% (175 KB)
[#011] sha256:ca6cff8a1350a1fbb7de06d3bb32f0d7aa4315201114b99f8fc1965e3532863c - 0.04% (20.3 KB)
/bin/sh -c #(nop) ADD file:88252a7f118b4d6f55dd5baf49dbcaa053c9d6172c652963c1151fa76f625e44 in /
2023-05-23 01:20:14 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-05-23 08:51:20 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2023-05-23 08:51:55 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.24.0
2023-05-23 08:51:55 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.7.12
2023-05-23 08:51:56 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye
2023-05-23 08:52:12 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; 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/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src [signed-by=$NGINX_GPGKEY_PATH] https://nginx.org/packages/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
2023-05-23 08:52:12 UTC/bin/sh -c #(nop) COPY file:7b307b62e82255f040c9812421a30090bf9abf3685f27b02d77fcca99f997911 in /
2023-05-23 08:52:12 UTC/bin/sh -c #(nop) COPY file:5c18272734349488bd0c94ec8d382c872c1a0a435cca13bd4671353d6021d2cb in /docker-entrypoint.d
2023-05-23 08:52:12 UTC/bin/sh -c #(nop) COPY file:abbcbf84dc17ee4454b6b2e3cf914be88e02cf84d344ec45a5b31235379d722a in /docker-entrypoint.d
2023-05-23 08:52:12 UTC/bin/sh -c #(nop) COPY file:e57eef017a414ca793499729d80a7b9075790c9a804f930f1417e56d506970cf in /docker-entrypoint.d
2023-05-23 08:52:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-05-23 08:52:12 UTC/bin/sh -c #(nop) EXPOSE 80
2023-05-23 08:52:12 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-05-23 08:52:12 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2023-05-30 17:40:29 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.24.0
2023-05-30 17:40:30 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.7.12
2023-05-30 17:40:31 UTC/bin/sh -c #(nop) ENV PROXY_CACHE_MAX_SIZE=10g
2023-05-30 17:40:32 UTC/bin/sh -c #(nop) ENV PROXY_CACHE_INACTIVE=60m
2023-05-30 17:40:33 UTC/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_OK=1h
2023-05-30 17:40:34 UTC/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_NOTFOUND=1m
2023-05-30 17:40:35 UTC/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_FORBIDDEN=30s
2023-05-30 17:40:36 UTC/bin/sh -c #(nop) ENV CORS_ENABLED=0
2023-05-30 17:40:38 UTC/bin/sh -c #(nop) COPY dir:b5ad752fc2c2e69cca0f9eb6dd31bbb30fd48a9a84768f543900e14aafee1e37 in /etc
2023-05-30 17:40:39 UTC/bin/sh -c #(nop) COPY file:4dd20f46618e555eac742248108f97c1c36e7fcb611c97193fb45a7411bf1c56 in /docker-entrypoint.sh
2023-05-30 17:40:40 UTC/bin/sh -c #(nop) COPY dir:2f640c97edada2552c854c3b287c778ab5b96c7eaeb113803c52b19008bd7de5 in /docker-entrypoint.d/
2023-05-30 17:40:41 UTC/bin/sh -c #(nop) COPY dir:8047f59f053dfe7d414e369a2c7cd544f0729a4735e2562775308f15574cbb1e in /etc
2023-05-30 17:40:45 UTC/bin/sh -c set -eux export DEBIAN_FRONTEND=noninteractive; mkdir -p /var/cache/nginx/s3_proxy; chown nginx:nginx /var/cache/nginx/s3_proxy; chmod -R -v +x /docker-entrypoint.sh /docker-entrypoint.d/*.sh; echo "deb [signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] https://nginx.org/packages/mainline/debian/ $(echo $PKG_RELEASE | cut -f2 -d~) nginx" >> /etc/apt/sources.list.d/nginx.list; apt-get update; apt-get install --no-install-recommends --no-install-suggests --yes curl libedit2 nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE}; apt-get remove --purge --auto-remove --yes; rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list
2023-05-30 17:42:55 UTC/bin/sh -c sed -i "/^server {/a \ listen 8080;" /etc/nginx/templates/default.conf.template && sed -i '/user nginx;/d' /etc/nginx/nginx.conf && sed -i 's,/var/run/nginx.pid,/tmp/nginx.pid,' /etc/nginx/nginx.conf && sed -i "/^http {/a \ proxy_temp_path /tmp/proxy_temp;\n client_body_temp_path /tmp/client_temp;\n fastcgi_temp_path /tmp/fastcgi_temp;\n uwsgi_temp_path /tmp/uwsgi_temp;\n scgi_temp_path /tmp/scgi_temp;\n" /etc/nginx/nginx.conf && chown -R nginx:0 /var/cache/nginx && chmod -R g+w /var/cache/nginx && chown -R nginx:0 /etc/nginx && chmod -R g+w /etc/nginx
2023-05-30 17:42:56 UTC/bin/sh -c #(nop) EXPOSE 8080
2023-05-30 17:42:57 UTC/bin/sh -c #(nop) USER nginx
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.