2018-11-15 14:05:54 UTC
38.3 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
UNIT_VERSION1.6-1~stretch
[#000] sha256:683abbb4ea60e108164f1d351e7bcf13daf45941137d800086447874df05f48e - 56.01% (21.5 MB)
[#001] sha256:63318a5f3c599b8480b2aee3b9fa36405dd5bccbcace275af99fa33352d53740 - 43.98% (16.8 MB)
[#002] sha256:62e4e50a1e03a09b626113949032bbc3df2ac3c1541ece0d96a28acd0f2597d9 - 0.0% (158 Bytes)
/bin/sh -c #(nop) ADD file:28fbc9fd012eef72780d1c75fc2b0969d13f0138f735035335ab4b76793da2da in /
2018-06-26 21:25:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-13 13:21:31 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2018-11-15 14:00:40 UTC/bin/sh -c #(nop) ENV UNIT_VERSION=1.6-1~stretch
2018-11-15 14:05:51 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-perl=${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
2018-11-15 14:05:53 UTC/bin/sh -c ln -sf /dev/stdout /var/log/unit.log
2018-11-15 14:05:53 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2018-11-15 14:05:54 UTC/bin/sh -c #(nop) CMD ["unitd" "--no-daemon" "--control" "unix:/var/run/control.unit.sock"]
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.