Namespace
nginx
Image / Tag
unit:1.13.0-go1.7-dev
Content Digest
sha256:c940c22ff70d088f06865620688aac3d778452c14e50fabd023b48a2c99f7379
Details
Created

2019-11-14 17:23:35 UTC

Size

101 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.13.0-1~stretch


Layers

[#000] sha256:80369df487363e56aea88d4d41b61f1607fc2ec198e9327cfde36a5346c71bf2 - 21.23% (21.5 MB)

[#001] sha256:b58b9c161e7c0b8d211d3d2851afbd8ad4f5047a661e0a7278f75891bd05289c - 78.77% (79.7 MB)

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

[#003] sha256:1ac0cfb6afba84c83aafe53d44b18a911aebe13bfe83d9d63d144ef66cd138b8 - 0.0% (1.1 KB)

[#004] sha256:1249a911f4b830befc23a712d23cd8e3a8af1aae26bda0988f6929483b24ef79 - 0.0% (114 Bytes)


History
2019-10-16 23:29:18 UTC

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

2019-10-16 23:29:19 UTC

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

2019-11-14 17:21:06 UTC

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

2019-11-14 17:21:06 UTC

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

2019-11-14 17:23:31 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.7=${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 && 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-11-14 17:23:32 UTC

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

2019-11-14 17:23:33 UTC

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

2019-11-14 17:23:33 UTC

/bin/sh -c #(nop) COPY file:7130f2fc05d3b811badbded7e44ab73b79da559c3ee89ec1bb019441463e006f in /usr/local/bin/

2019-11-14 17:23:34 UTC

/bin/sh -c mkdir /docker-entrypoint.d/

2019-11-14 17:23:34 UTC

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

2019-11-14 17:23:35 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