Namespace
nginx
Image / Tag
unit:0.7-go1.8-dev
Content Digest
sha256:ee0040d96e6f2b76a7bc2371748b8e0385afc30e3e57dcf057a9d70f2087502c
Details
Created

2018-03-22 21:32:29 UTC

Size

104 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

0.7-1~stretch


Layers

[#000] sha256:2a72cbf407d67c7a7a76dd48e432091678e297140dce050ad5eccad918a9f8d6 - 20.52% (21.4 MB)

[#001] sha256:2f5c66ddb5959f924370528726832f76e7551d4e83716274ede18335d15bcca0 - 79.48% (83.1 MB)

[#002] sha256:eb897985e525fbd0aceb3b65c746fdd8fdd3ff9ddc3c6e78d1e8a6e75108b025 - 0.0% (160 Bytes)


History
2018-03-13 22:27:37 UTC

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

2018-03-13 22:27:37 UTC

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

2018-03-22 21:21:32 UTC

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

2018-03-22 21:21:32 UTC

/bin/sh -c #(nop) ENV UNIT_VERSION=0.7-1~stretch

2018-03-22 21:32:27 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-go1.8=${UNIT_VERSION} gcc" && 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 ca-certificates && 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

2018-03-22 21:32:28 UTC

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

2018-03-22 21:32:29 UTC

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

2018-03-22 21:32:29 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