Namespace
cppla
Image / Tag
serverstatus:dev
Content Digest
sha256:a8fc7e5a7849fd495ab9fa59228d35847b7b4f02bf4ffd40cf4e6b6faf459502
Details
Created

2022-10-31 07:05:12 UTC

Size

57.6 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>

Environment
NGINX_VERSION

1.23.2

NJS_VERSION

0.7.7

PATH

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

PKG_RELEASE

1~bullseye

TZ

Asia/Shanghai


Layers

[#000] sha256:e9995326b091af7b3ce352fad4d76cf3a3cb62b7a0c35cc5f625e8e649d23c50 - 52.04% (30 MB)

[#001] sha256:71689475aec267fae8891b2b3d2bef78c6b3d57c077129ff9cd69b6e5253dfa7 - 42.08% (24.2 MB)

[#002] sha256:f88a23025338bc64e97dc350efac90275df227949d7c835b8b1f6fbc4d2439c0 - 0.0% (627 Bytes)

[#003] sha256:0df440342e265c89de536643c3376dadf44c810fe2fb2b2ee44711f8661ce531 - 0.0% (959 Bytes)

[#004] sha256:eef26ceb3309d6e72a4402c3f16b047416adecaf91bc5360ebd4205d1ef5e310 - 0.0% (774 Bytes)

[#005] sha256:8e3ed6a9e43aaf17bc2175fa2c7ae2ee24cff4d32bf82adf1ea689db4dcf15e1 - 0.0% (1.37 KB)

[#006] sha256:040597ab96c9cca82c36465261a3db3547df7b3a78a6b4cc5ce275daadde1047 - 0.0% (154 Bytes)

[#007] sha256:6c6fd2c6f7145eb7c8fa03f522fd493102b9194c52401c16cfdec03c539a538b - 5.53% (3.19 MB)

[#008] sha256:b81e488dc5bd70f94a2146021315b634660703a899c28bcdfd2eb5bf07f1dfa6 - 0.34% (201 KB)

[#009] sha256:9491ded28258fb7db9ac6b629c89fcb7077aa01046fd25367b59719bd47a7f2e - 0.0% (195 Bytes)


History
2022-10-25 01:43:53 UTC

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

2022-10-25 01:43:53 UTC

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

2022-10-25 10:22:45 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2022-10-25 10:22:45 UTC

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

2022-10-25 10:22:45 UTC

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

2022-10-25 10:22:45 UTC

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

2022-10-25 10:23: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-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-10-25 10:23:07 UTC

/bin/sh -c #(nop) COPY file:7b307b62e82255f040c9812421a30090bf9abf3685f27b02d77fcca99f997911 in /

2022-10-25 10:23:07 UTC

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

2022-10-25 10:23:08 UTC

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

2022-10-25 10:23:08 UTC

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

2022-10-25 10:23:08 UTC

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

2022-10-25 10:23:08 UTC

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

2022-10-25 10:23:08 UTC

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

2022-10-25 10:23:08 UTC

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

2022-10-31 06:36:34 UTC

/bin/sh -c mkdir -p /ServerStatus/server/

2022-10-31 06:36:34 UTC

/bin/sh -c #(nop) COPY dir:6c7839f9287b268ac655b0b517ea5fee01a8992327412a4232477f62f29fac12 in /ServerStatus/server/

2022-10-31 07:05:11 UTC

/bin/sh -c #(nop) COPY dir:c19d1ca89cf65ceca7c813cec1da08b8869eab4f28d4c8328d6dce92d0db60c4 in /usr/share/nginx/html/

2022-10-31 07:05:11 UTC

/bin/sh -c #(nop) ENV TZ=Asia/Shanghai

2022-10-31 07:05:12 UTC

/bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

2022-10-31 07:05:12 UTC

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

2022-10-31 07:05:12 UTC

/bin/sh -c #(nop) CMD ["/bin/sh" "-c" "nohup sh -c '/etc/init.d/nginx start && /ServerStatus/server/sergate --config=/ServerStatus/server/config.json --web-dir=/usr/share/nginx/html'"]

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