docker pull io.docker.registry-1.mirror.anurin.name/library/nginx:1.13.0-perl
sha256:9bcdc6c6f215ffdf295906afed191125380ef5e0f39b7aa86576676522b2ed58
2017-05-10 13:44:04 UTC
52.2 MB
1.13.0-1~stretch
NJS_VERSION1.13.0.0.1.10-1~stretch
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ff3d52d8f55fb0b74ea0a24134f75efeff780c4e1f407073def2ae9c9b900868 - 42.53% (22.2 MB)
[#001] sha256:2c3e78aed54a5e5235f529d93f73b0096b46fc01df0ae7558458306143a906c4 - 57.47% (30 MB)
[#002] sha256:727505c4f07eee1059f70d4e6ae7962765eaedd5218c2c9caad2479e4226608e - 0.0% (194 Bytes)
/bin/sh -c #(nop) ADD file:a90ec883129f86b093f65b32e8e539168b462552a9fbf1c74d651a9bd9e9fc66 in /
2017-05-08 23:36:50 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-05-10 13:43:02 UTC/bin/sh -c #(nop) MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com"
2017-05-10 13:43:03 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.13.0-1~stretch
2017-05-10 13:43:03 UTC/bin/sh -c #(nop) ENV NJS_VERSION=1.13.0.0.1.10-1~stretch
2017-05-10 13:44: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-perl=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} gettext-base && rm -rf /var/lib/apt/lists/*
2017-05-10 13:44:02 UTC/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2017-05-10 13:44:03 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2017-05-10 13:44:03 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGQUIT]
2017-05-10 13:44:04 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]