Namespace
library
Image / Tag
nginx:1.21.5-perl
Content Digest
sha256:55d2613b96aaf9bd269321294b72a530bf36e9460ffd7cbb0440628d3fc5a5ac
Details
Created

2021-12-29 18:48:53 UTC

Size

66.1 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.21.5

NJS_VERSION

0.7.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1~bullseye


Layers

[#000] sha256:9b9a100d632569e96aeb2d7b0bc45bc436609bb61335815f207994f3b557f0f7 - 46.7% (30.9 MB)

[#001] sha256:11750b78bbe06c779dc569924db418af10438387d3235d5cd0576c1c9b80d790 - 53.29% (35.2 MB)

[#002] sha256:8f2c7e7a7aa05c70d8015060a8e3e5f3cc762feec84587e39b38de693c2a4e54 - 0.0% (601 Bytes)

[#003] sha256:305fe37cc621d394b30cd26710c53ccfbd776e162f446274e5a070eb4aa54df9 - 0.0% (895 Bytes)

[#004] sha256:06376faff17ba250701f8f22c810d85b10b1d18984a58dc7be5ec085ccc39436 - 0.0% (666 Bytes)

[#005] sha256:d1978e41c08b3a5e99fca2c8469f2c50a78b9bc3a0b61b30436b28414c8beaf7 - 0.0% (1.36 KB)


History
2021-12-21 01:40:06 UTC

/bin/sh -c #(nop) ADD file:6b67a0d4d176747cc8cefbd105facde82f1795467bf02eb45e8385c91cdc9c41 in /

2021-12-21 01:40:09 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-12-21 07:58:55 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2021-12-29 18:40:01 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.5

2021-12-29 18:40:01 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.7.1

2021-12-29 18:40:01 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye

2021-12-29 18:48:51 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-perl=${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

2021-12-29 18:48:52 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-12-29 18:48:52 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-12-29 18:48:52 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-12-29 18:48:52 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-12-29 18:48:53 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-12-29 18:48:53 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-12-29 18:48:53 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-12-29 18:48:53 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

Details
Created

2021-12-29 19:28:57 UTC

Size

64.7 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.21.5

NJS_VERSION

0.7.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1~bullseye


Layers

[#000] sha256:a2abf6c4d29d43a4bf9fbb769f524d0fb36a2edab49819c1bf3e76f409f953ea - 46.19% (29.9 MB)

[#001] sha256:156dbdbdfee7bf477e765eb0a1d467369c73aa8bf6a8cbc8cd368f9f72475535 - 53.8% (34.8 MB)

[#002] sha256:eabf75df4b6b6b9952d1d02f74186a81cbdfee325f4dca557a97735c97fe675e - 0.0% (602 Bytes)

[#003] sha256:3a1deb1b35ba03ea571cb84834d979eb41f04ed66d61d208d24a52c1754e1f51 - 0.0% (894 Bytes)

[#004] sha256:6ac5d2a1a1fdaf8c8aaa0254eb1d0d71331123bb45b239f13bcec9786c4c7002 - 0.0% (666 Bytes)

[#005] sha256:f882d95ac1a65aabd87fff4f1111f59dcc538c0fdd82accbf1dbfdd73de0bbe1 - 0.0% (1.36 KB)


History
2021-12-21 01:22:43 UTC

/bin/sh -c #(nop) ADD file:09675d11695f65c55efdc393ff0cd32f30194cd7d0fbef4631eebfed4414ac97 in /

2021-12-21 01:22:43 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-12-21 03:00:06 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2021-12-29 19:28:08 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.5

2021-12-29 19:28:08 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.7.1

2021-12-29 19:28:08 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye

2021-12-29 19:28:55 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-perl=${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

2021-12-29 19:28:56 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-12-29 19:28:56 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-12-29 19:28:56 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-12-29 19:28:57 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-12-29 19:28:57 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-12-29 19:28:57 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-12-29 19:28:57 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-12-29 19:28:57 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

Details
Created

2021-12-29 19:08:12 UTC

Size

60.9 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.21.5

NJS_VERSION

0.7.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1~bullseye


Layers

[#000] sha256:054429d0cf4038fef39a3b5eb6ce52f600f9a2cbb71a4fb3e95ecf9b2da62581 - 45.27% (27.6 MB)

[#001] sha256:0f7bbbf1d675e7d5df4a4b1dd0e7e0c3a59bdacb329b38e732530688194d27a6 - 54.73% (33.3 MB)

[#002] sha256:0db2980f72ff8e296c3ade6a2e6fee25f28df7124113b264ebd4514e8e6ae8c9 - 0.0% (601 Bytes)

[#003] sha256:ed997d77d253db067f81e097465f27ea8cf91063554198a4c2ea7fcb112ef626 - 0.0% (896 Bytes)

[#004] sha256:91f292c27d3301de62924e7bf827a8a092a99f6c189f56234fc63c43ceb270b2 - 0.0% (669 Bytes)

[#005] sha256:58c50aa5dd48ff035e899510af6a5721b339809a12d7973fde811004c03b0361 - 0.0% (1.37 KB)


History
2021-12-21 01:50:31 UTC

/bin/sh -c #(nop) ADD file:a3023f71bd93966e7db1419adda3ccde4fcc5e2e8cf58e7b13c51036ed5ff796 in /

2021-12-21 01:50:32 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-12-21 13:58:10 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2021-12-29 18:48:40 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.5

2021-12-29 18:48:41 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.7.1

2021-12-29 18:48:41 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye

2021-12-29 19:08:07 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-perl=${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

2021-12-29 19:08:08 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-12-29 19:08:09 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-12-29 19:08:09 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-12-29 19:08:10 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-12-29 19:08:10 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-12-29 19:08:11 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-12-29 19:08:11 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-12-29 19:08:12 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

Details
Created

2021-12-29 19:35:27 UTC

Size

57.7 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.21.5

NJS_VERSION

0.7.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1~bullseye


Layers

[#000] sha256:d0061d6703dc4975804c3419e00c85efbe3f1b79c86d87e048fa14a683e88e31 - 43.93% (25.3 MB)

[#001] sha256:f725ffab3facc1aa52d204079922b75d947b1d1d0e3ceae37bc2b88cdf7156fb - 56.07% (32.3 MB)

[#002] sha256:4241fab348872d6abc8e9d7b068df572b5a098452e7cf51a942306d786701f9f - 0.0% (599 Bytes)

[#003] sha256:456b43b5f11debcab47e2282483e8604b7f9c8384310e6b1e0e72a0164989562 - 0.0% (894 Bytes)

[#004] sha256:ac128affeab8b5a42391860dcb9c85980d059307560b9524101c6c70287c0e39 - 0.0% (666 Bytes)

[#005] sha256:d90e9c3dfc6e66e61731826d46a74519ec75685a49ca1048b998ecfb48e5261a - 0.0% (1.36 KB)


History
2021-12-21 01:59:48 UTC

/bin/sh -c #(nop) ADD file:6a5555c3e40db91fae5bb112464a4c405a976de17ff64c98f25d3033a6a608d8 in /

2021-12-21 01:59:48 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-12-21 08:06:18 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2021-12-29 19:17:12 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.5

2021-12-29 19:17:12 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.7.1

2021-12-29 19:17:13 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye

2021-12-29 19:35:23 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-perl=${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

2021-12-29 19:35:24 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-12-29 19:35:24 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-12-29 19:35:25 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-12-29 19:35:25 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-12-29 19:35:26 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-12-29 19:35:26 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-12-29 19:35:27 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-12-29 19:35:27 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

Details
Created

2021-12-29 18:46:07 UTC

Size

63.3 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.21.5

NJS_VERSION

0.7.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1~bullseye


Layers

[#000] sha256:927a35006d93ea08499b57046904046d7926cd76fb17be193e3e74f56d634a08 - 45.24% (28.7 MB)

[#001] sha256:f36e9bf09d66f0c6c04f56c61436856aedea5889bfb4f919df1bdbbb32022929 - 54.75% (34.7 MB)

[#002] sha256:09d3f9441ad6cb92ce96a945b0c6dc7a031c2c4b6656e2c18731e077524c5951 - 0.0% (602 Bytes)

[#003] sha256:f904a48698246f00f9b1b59437a6c68a8558c15bea1e96e1ba8369666b9e8f88 - 0.0% (894 Bytes)

[#004] sha256:d9a9bc06c72834ecc73d78f7c867b42ecfe8880162b825df26bc442a2c46f266 - 0.0% (667 Bytes)

[#005] sha256:08ca2711d58109cff3518fbb4e817e9c6b8afc655dfc66235142727ec6f4386d - 0.0% (1.36 KB)


History
2021-12-21 01:42:23 UTC

/bin/sh -c #(nop) ADD file:986f91febed4aa8e2072081ff8419d52ba2060510822e717086d3b3d9469e4d7 in /

2021-12-21 01:42:24 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-12-21 02:46:18 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2021-12-29 18:45:05 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.5

2021-12-29 18:45:06 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.7.1

2021-12-29 18:45:07 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye

2021-12-29 18:45:59 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-perl=${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

2021-12-29 18:46:01 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-12-29 18:46:02 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-12-29 18:46:03 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-12-29 18:46:04 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-12-29 18:46:04 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-12-29 18:46:05 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-12-29 18:46:06 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-12-29 18:46:07 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

Details
Created

2021-12-29 19:33:19 UTC

Size

62.3 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.21.5

NJS_VERSION

0.7.1

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PKG_RELEASE

1~bullseye


Layers

[#000] sha256:6a6edb95e2485a5b9b3c44b27b7ebad16384c0e08a3d61b7e48c65d7278763cf - 45.36% (28.2 MB)

[#001] sha256:613c72b076703730f8d2c04c485bc3c86e169091bbd307c7a17c86acf9b70f8f - 54.63% (34 MB)

[#002] sha256:810f694ff75f9f952759d43b5691f38b0071650879bf5b7cc4cdc0b651ecd110 - 0.0% (603 Bytes)

[#003] sha256:375c0060157ffc2b21291d9b160c779192e8d0dfc20ef0383a84a3e364b6a543 - 0.0% (895 Bytes)

[#004] sha256:8f9378b33842ae587fa759a6de1f3ec5eeaa0d655787203ab63e38d54c8b1423 - 0.0% (669 Bytes)

[#005] sha256:7ebbbd108725d2d8f66f1ac549ce9447c604cd6ab9fe97b0078c00cfcd5321cb - 0.0% (1.36 KB)


History
2021-12-21 02:09:07 UTC

/bin/sh -c #(nop) ADD file:9e5931d5ed32a23b2e93bd8846258c647613637c581b6813bbc7d7e6b86bbdf5 in /

2021-12-21 02:09:08 UTC

/bin/sh -c #(nop) CMD ["bash"]

2021-12-21 04:03:28 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2021-12-29 19:07:29 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.5

2021-12-29 19:07:30 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.7.1

2021-12-29 19:07:30 UTC

/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye

2021-12-29 19:33:16 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-perl=${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

2021-12-29 19:33:17 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-12-29 19:33:17 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-12-29 19:33:18 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-12-29 19:33:18 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-12-29 19:33:18 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-12-29 19:33:19 UTC

/bin/sh -c #(nop) EXPOSE 80

2021-12-29 19:33:19 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGQUIT

2021-12-29 19:33:19 UTC

/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]

Danger Zone
Delete Tag

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.

Delete