Tag

library/nginx:1.11.12
Content Digest: sha256:52f84ace6ea43f2f58937e5f9fc562e99ad6876e82b99d171916c1ece587c188
Details
Pull Command

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


Manifests
Details
Content Digest

sha256:5e69fe4b3c310ea91ead6008e143deca87995d0519f258008cc52e8c0a5366da

Created

2017-03-27 19:47:25 UTC

Size

68.4 MB


Environment
NGINX_VERSION

1.11.12-1~jessie

PATH

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


Layers

[#000] sha256:6d827a3ef358f4fa21ef8251f95492e667da826653fd43641cef5a877dc03a70 - 71.68% (49.1 MB)

[#001] sha256:b556b18c7952a2d746313b537b7bf0806801ce874a273365bfbb62e4316b8687 - 0.01% (4.92 KB)

[#002] sha256:03558b976e24d5fbcee6e2a012cefb6ee3cc5365b07057e5f2ca73bdc491d1b9 - 28.31% (19.4 MB)

[#003] sha256:9abee7e1ef9d8d263193bf59d3d08b3371db33c89581c2410aa78b92c8c33c6b - 0.0% (194 Bytes)


History
2017-03-21 18:28:51 UTC

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

2017-03-21 18:29:05 UTC

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

2017-03-21 22:06:58 UTC

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

2017-03-27 19:47:04 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.11.12-1~jessie

2017-03-27 19:47:06 UTC

/bin/sh -c set -e; 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; exit 0

2017-03-27 19:47:23 UTC

/bin/sh -c echo "deb http://nginx.org/packages/mainline/debian/ jessie nginx" >> /etc/apt/sources.list && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y ca-certificates nginx=${NGINX_VERSION} nginx-module-xslt nginx-module-geoip nginx-module-image-filter nginx-module-perl nginx-module-njs gettext-base && rm -rf /var/lib/apt/lists/*

2017-03-27 19:47:24 UTC

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

2017-03-27 19:47:24 UTC

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

2017-03-27 19:47:25 UTC

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