2023-05-19 18:01:48 UTC
59.3 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_VALID_FORBIDDEN30s
PROXY_CACHE_VALID_NOTFOUND1m
PROXY_CACHE_VALID_OK1h
[#000] sha256:9e3ea8720c6de96cc9ad544dddc695a3ab73f5581c5d954e0504cc4f80fb5e5c - 50.48% (29.9 MB)
[#001] sha256:ee7feb8b89d4dd9660e3c3ed6d06c6590a5c764c9b0fb6cb38d9256b69123e23 - 41.16% (24.4 MB)
[#002] sha256:3726de4affbbf690e81d792226518feddaba53dcb5e785f1a5f97a707e1a99f2 - 0.0% (626 Bytes)
[#003] sha256:4b5188c33a727ad2705dec53565e23d8a4b4b146c106e1b9b58f31922a117c2e - 0.0% (959 Bytes)
[#004] sha256:3c90f9dd7b85dccd0aeecaee53858b426fcad9b4f08263391392b7bfc219be3c - 0.0% (774 Bytes)
[#005] sha256:2246bda193a8790a140a4ff647f80c35c87557eb42a86f9b25c21324e286734b - 0.0% (1.37 KB)
[#006] sha256:e2352a11d0bc618d05b4a987336834637c681ca8efa8e5a71ca6ca0db37a21c0 - 0.03% (17.4 KB)
[#007] sha256:1de3e04809ac0f01f2610783510b9508bdeb5b1b44195b4f10a6e17e982dd4d1 - 0.0% (1.44 KB)
[#008] sha256:780109671bd07c48afd61bbf1037739e50570beaf90324c9e7d3b4c4cbdb532d - 0.0% (2.27 KB)
[#009] sha256:f4ac046f61cd47fc90c361526ee1bced15c2eb5cd115fda19b7575b8e6f4b923 - 0.0% (686 Bytes)
[#010] sha256:0dd58a476e07b0b94906dcb0badf1ea37a9bb255a9ab94d6698bd26f98d6966a - 0.0% (1.56 KB)
[#011] sha256:25875f5dfd8a1ef73d2878b6074877f512ff02b357fe1048c79a26d0a07d1cb6 - 8.31% (4.93 MB)
/bin/sh -c #(nop) ADD file:a2378c1b12e95db69e24b9d347441678c6f23239292cce3c822b1524992b6ec4 in /
2023-05-02 23:47:00 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-05-03 19:50:47 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2023-05-03 19:51:26 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.24.0
2023-05-03 19:51:26 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.7.12
2023-05-03 19:51:26 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye
2023-05-03 19:51:43 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-03 19:51:43 UTC/bin/sh -c #(nop) COPY file:7b307b62e82255f040c9812421a30090bf9abf3685f27b02d77fcca99f997911 in /
2023-05-03 19:51:43 UTC/bin/sh -c #(nop) COPY file:5c18272734349488bd0c94ec8d382c872c1a0a435cca13bd4671353d6021d2cb in /docker-entrypoint.d
2023-05-03 19:51:43 UTC/bin/sh -c #(nop) COPY file:abbcbf84dc17ee4454b6b2e3cf914be88e02cf84d344ec45a5b31235379d722a in /docker-entrypoint.d
2023-05-03 19:51:43 UTC/bin/sh -c #(nop) COPY file:e57eef017a414ca793499729d80a7b9075790c9a804f930f1417e56d506970cf in /docker-entrypoint.d
2023-05-03 19:51:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2023-05-03 19:51:43 UTC/bin/sh -c #(nop) EXPOSE 80
2023-05-03 19:51:43 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2023-05-03 19:51:44 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2023-05-19 18:00:29 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.24.0
2023-05-19 18:00:29 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.7.12
2023-05-19 18:00:30 UTC/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_OK=1h
2023-05-19 18:00:31 UTC/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_NOTFOUND=1m
2023-05-19 18:00:32 UTC/bin/sh -c #(nop) ENV PROXY_CACHE_VALID_FORBIDDEN=30s
2023-05-19 18:00:33 UTC/bin/sh -c #(nop) ENV CORS_ENABLED=0
2023-05-19 18:00:35 UTC/bin/sh -c #(nop) COPY dir:721e2086c9e5fdc1dd33fae19c599483b2155246fe9a330e27d5a30ef7b84b19 in /etc
2023-05-19 18:00:36 UTC/bin/sh -c #(nop) COPY file:4dd20f46618e555eac742248108f97c1c36e7fcb611c97193fb45a7411bf1c56 in /docker-entrypoint.sh
2023-05-19 18:00:37 UTC/bin/sh -c #(nop) COPY dir:b3dcce40dc3914074a5e602ad290e8c8182dfc86752115cf47f48a8f4bb3d1c0 in /docker-entrypoint.d/
2023-05-19 18:00:38 UTC/bin/sh -c #(nop) COPY dir:8047f59f053dfe7d414e369a2c7cd544f0729a4735e2562775308f15574cbb1e in /etc
2023-05-19 18:00:41 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 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-19 18:01:48 UTC/bin/sh -c set -eux export DEBIAN_FRONTEND=noninteractive; apt-get update -qq; apt-get install --no-install-recommends --no-install-suggests --yes make gcc libc6-dev curl expect libpcre2-dev libpcre3-dev libedit-dev libreadline-dev libssl-dev libpcre2-posix2 libxml2-dev libxslt1-dev zlib1g-dev; mkdir -p /tmp/nginx /tmp/njs-latest; curl --retry 6 --location "https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz" | gunzip | tar --extract --strip-components=1 --directory /tmp/nginx; curl --retry 6 --location 'https://hg.nginx.org/njs/archive/tip.tar.gz' | gunzip | tar --extract --strip-components=1 --directory /tmp/njs-latest; cd /tmp/njs-latest; ./configure; make -j "$(nproc)"; cp build/njs /usr/bin/njs; cd /tmp/nginx; ./configure --add-dynamic-module=/tmp/njs-latest/nginx --without-http_gzip_module --without-http_rewrite_module --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-compat --with-file-aio --with-stream --with-mail --with-threads --with-compat --with-cc-opt="-g -O2 -fdebug-prefix-map=/data/builder/debuild/nginx-${NGINX_VERSION}/debian/debuild-base/nginx-${NGINX_VERSION}=. -fstack-protector-strong -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fPIC"; make -j "$(nproc)"; cp objs/ngx_stream_js_module.so /usr/lib/nginx/modules; cp objs/ngx_http_js_module.so /usr/lib/nginx/modules; apt-get purge --yes --auto-remove make gcc libc6-dev expect libpcre2-dev libpcre3-dev libedit-dev libreadline-dev libssl-dev zlib1g-dev; rm -rf /var/lib/apt/lists/* /tmp/*
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.