Tag

library/nginx:1.13.3
Content Digest: sha256:788fa27763db6d69ad3444e8ba72f947df9e7e163bad7c1f5614f8fd27a311c3
Details
Pull Command

docker pull io.docker.registry-1.mirror.anurin.name/library/nginx:1.13.3


Manifests
Details
Content Digest

sha256:b8efb18f159bd948486f18bd8940b56fd2298b438229f5bd2bcf4cedcf037448

Created

2017-07-26 07:34:02 UTC

Size

42 MB


Environment
NGINX_VERSION

1.13.3-1~stretch

NJS_VERSION

1.13.3.0.1.11-1~stretch

PATH

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


Layers

[#000] sha256:94ed0c431eb58b1c824715ac158d102bc78b5eb9d690579da5d8bc96b190eb67 - 51.07% (21.4 MB)

[#001] sha256:9406c100a1c33ea3f04818a99e6c65b594ac0c571b2042fa07b0ad0043b64dce - 48.93% (20.5 MB)

[#002] sha256:aa74daafd50caca8cb6af306686b6f40ddf0392f5f06ffc13205305c3b73102a - 0.0% (194 Bytes)


History
2017-07-24 16:53:05 UTC

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

2017-07-24 16:53:06 UTC

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

2017-07-26 07:33:43 UTC

/bin/sh -c #(nop) MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com"

2017-07-26 07:33:43 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.13.3-1~stretch

2017-07-26 07:33:44 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=1.13.3.0.1.11-1~stretch

2017-07-26 07:34:00 UTC

/bin/sh -c apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 && 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 -y gnupg1 && apt-get -y --purge autoremove && rm -rf /var/lib/apt/lists/* && echo "deb http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y nginx=${NGINX_VERSION} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} gettext-base && rm -rf /var/lib/apt/lists/*

2017-07-26 07:34:01 UTC

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

2017-07-26 07:34:01 UTC

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

2017-07-26 07:34:01 UTC

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

2017-07-26 07:34:02 UTC

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