Namespace
nginx
Image / Tag
nginx-ingress:1.5.8
Content Digest
sha256:5b2b2ca21aa232f93634c4cf8f431a5a9b447d4db5045fddee37d95d82c9dbec
Details
Created

2019-11-26 12:38:46 UTC

Size

57.9 MB

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

Environment
NGINX_VERSION

1.17.6

NJS_VERSION

0.3.7

PATH

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

PKG_RELEASE

1~buster


Layers

[#000] sha256:000eee12ec04cc914bf96e8f5dee7767510c2aca3816af6078bd9fbe3150920c - 44.65% (25.8 MB)

[#001] sha256:eb22865337de3edb54ec8b52f6c06de320f415e7ec43f01426fdafb8df6d6eb7 - 39.12% (22.6 MB)

[#002] sha256:bee5d581ef8bfee2b5a54685813ba6ad9bbe922115d7aef84a21a9dbfcc2d979 - 0.0% (203 Bytes)

[#003] sha256:5692062b3e900524ab2e45ec175e3b41981fc8e6d1ee6e4977ccb6f334dcaca8 - 0.0% (231 Bytes)

[#004] sha256:a9e476cb752b2ac9eba2386ba4f67d396fd420e52afc26760276b09e715f3433 - 16.23% (9.39 MB)

[#005] sha256:b254812634dea0c0f1c1a020ec72be8d2d466932862f9df6e39c8a85761ea94f - 0.0% (186 Bytes)

[#006] sha256:8d41906d75d3d299f8718690a35c1f0867bb84c5568a86a8989240c93b0a31e9 - 0.0% (174 Bytes)


History
2019-11-22 14:55:09 UTC

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

2019-11-22 14:55:10 UTC

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

2019-11-23 01:12:03 UTC

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

2019-11-23 01:12:03 UTC

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

2019-11-23 01:12:03 UTC

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

2019-11-23 01:12:03 UTC

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

2019-11-23 01:12:29 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 ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net: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|i386) echo "deb https://nginx.org/packages/mainline/debian/ buster nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/mainline/debian/ buster 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 && apt-get remove --purge --auto-remove -y ca-certificates && 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

2019-11-23 01:12:30 UTC

/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log

2019-11-23 01:12:30 UTC

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

2019-11-23 01:12:31 UTC

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

2019-11-23 01:12:31 UTC

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

2019-11-25 11:29:39 UTC

/bin/sh -c ln -sf /proc/1/fd/1 /var/log/nginx/access.log && ln -sf /proc/1/fd/1 /var/log/nginx/stream-access.log && ln -sf /proc/1/fd/2 /var/log/nginx/error.log

2019-11-26 12:38:43 UTC

/bin/sh -c #(nop) COPY multi:9cd25adf68eb97dc4f0f9938ea119cbc86d936d073f93f2361f42406e153208c in /

2019-11-26 12:38:44 UTC

/bin/sh -c rm /etc/nginx/conf.d/*

2019-11-26 12:38:45 UTC

/bin/sh -c mkdir -p /etc/nginx/secrets

2019-11-26 12:38:46 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/nginx-ingress"]

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