Namespace
nginx
Image / Tag
unit:1.11.0-ruby2.3
Content Digest
sha256:58e4664a3a5b22bcd18f65dceef7c966293be76a31d8ab04759b08cfa8f40aff
Details
Created

2019-09-20 11:28:56 UTC

Size

34.2 MB

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

Environment
PATH

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

UNIT_VERSION

1.11.0-2~stretch


Layers

[#000] sha256:8f91359f1fffbf32b24ca854fb263d88a222371f38e90cf4583c5742cfdc3039 - 62.78% (21.5 MB)

[#001] sha256:cdaad6319e336e98d629c47e717bdb0c40c6c1873fa9bdc3b2ee75b5b5fadb1b - 37.22% (12.7 MB)

[#002] sha256:c63ed8662d475b6f9a3ca5b9236f3df5bd73bc0f12272ab238536ab135749cf8 - 0.0% (166 Bytes)


History
2019-09-11 23:27:46 UTC

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

2019-09-11 23:27:47 UTC

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

2019-09-18 14:04:33 UTC

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

2019-09-20 11:25:02 UTC

/bin/sh -c #(nop) ENV UNIT_VERSION=1.11.0-2~stretch

2019-09-20 11:28:54 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https 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)" && unitPackages="unit=${UNIT_VERSION} unit-ruby=${UNIT_VERSION}" && case "$dpkgArch" in amd64|i386) echo "deb https://packages.nginx.org/unit/debian/ stretch unit" >> /etc/apt/sources.list.d/unit.list && apt-get update ;; *) echo "deb-src https://packages.nginx.org/unit/debian/ stretch unit" >> /etc/apt/sources.list.d/unit.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $unitPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $unitPackages ) && 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 $unitPackages curl && apt-get remove --purge --auto-remove -y apt-transport-https && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/unit.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2019-09-20 11:28:56 UTC

/bin/sh -c ln -sf /dev/stdout /var/log/unit.log

2019-09-20 11:28:56 UTC

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

2019-09-20 11:28:56 UTC

/bin/sh -c #(nop) CMD ["unitd" "--no-daemon" "--control" "unix:/var/run/control.unit.sock"]

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