Pull Command
Labels
-
maintainer
NGINX Docker Maintainers <docker-maint@nginx.com>
ENV
-
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
NGINX_VERSION=1.21.6
-
NJS_VERSION=0.7.2
-
PKG_RELEASE=1~bullseye
Layers
-
001
sha256:1fe172e4850f03bb45d41a20174112bc119fbfec42a650edbbd8491aee32e3c3
29.9 MB
-
002
sha256:35c195f487df68cfbbecd2870aefb0ea52015fdb9ef15fd780838efc675dba45
24.2 MB
-
003
sha256:213b9b16f4959ca5e12777fa9977f178cf778f615f893f859f2a4ce19838c485
604 Bytes
-
004
sha256:a8172d9e19b90893f2eda38b25c9095c9822c924d7a44c7eeb44b30b0a639b9e
893 Bytes
-
005
sha256:f5eee2cb2150b290f85c57dd78b1470b77819b511d092c9be1b10876ca48b885
667 Bytes
-
006
sha256:93e404ba8667c79caef3367388107d653d53c3ff8cd885fca19de1cdd13ac685
1.36 KB
-
007
sha256:b363a35f9c6b5d53305fc2300bcdde8c6d18d85b080b660ed14e0a29b23656ed
151 Bytes
-
008
sha256:0cc894cc4897b17934a794a6ed88c80362f1e699208e64daa408a09153144771
982 Bytes
-
009
sha256:7e0fce506606f449314d426041c29685a7c20f55e2db2df428c61aa41e1d5c30
2.78 MB
History
[2022-04-20 04:43:27 UTC] /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-04-28 08:26:55 UTC] /bin/sh -c rm -v /etc/nginx/nginx.conf
[2022-04-28 08:26:57 UTC] /bin/sh -c #(nop) COPY file:a4788f376d682ed7923f2543a7a0a60c8b39c0820e1fa132d897c5c60e7bf326 in /etc/nginx/
[2022-04-28 08:26:58 UTC] /bin/sh -c #(nop) COPY dir:4498f194295c31b62caed50ae6c22ff0f1e64c9846a3775bdf0335b443f0736d in /var/www/html/