Tag

library/nginx:1.13.2-perl
Content Digest: sha256:20dfc52daa3f118db1167b35ae8484b78ee279f08dd09825d5e3a6948794d1d2
Details
Pull Command

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


Manifests
Details
Content Digest

sha256:888e5729e47eba0e5bbcd12f5e2b910982350e5233ea647b29f45c63b308d616

Created

2017-07-05 19:37:59 UTC

Size

51.5 MB


Environment
NGINX_VERSION

1.13.2-1~stretch

NJS_VERSION

1.13.2.0.1.11-1~stretch

PATH

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


Layers

[#000] sha256:e6e142a992028745fdbaf21d647cd3c61086cd0c1b50a25f07a5d7dbaa446cdd - 41.7% (21.5 MB)

[#001] sha256:ac0a05f822bb72d1e8f03f78b09700c0508ff4d591a68520dc3243d876cf2209 - 58.3% (30 MB)

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


History
2017-06-20 20:25:26 UTC

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

2017-06-20 20:25:27 UTC

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

2017-06-23 00:54:51 UTC

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

2017-07-05 19:35:10 UTC

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

2017-07-05 19:35:11 UTC

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

2017-07-05 19:37:16 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-perl=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} gettext-base && rm -rf /var/lib/apt/lists/*

2017-07-05 19:37:31 UTC

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

2017-07-05 19:37:32 UTC

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

2017-07-05 19:37:33 UTC

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

2017-07-05 19:37:59 UTC

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