Namespace
library
Image / Tag
nginx:1.12.0-perl
Content Digest
sha256:565410eee3fe4a13f8aa54449ebd371d14cd6fbf471f550444b4e06697837e25
Details
Created

2017-06-23 00:57:26 UTC

Size

51.4 MB

Content Digest
Environment
NGINX_VERSION

1.12.0-1~stretch

NJS_VERSION

1.12.0.0.1.10-1~stretch

PATH

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


Layers

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

[#001] sha256:15ea7fb81b215c6a713598114ad4e89503319c28270c1d3011884cd345ea6eee - 58.29% (30 MB)

[#002] sha256:292aa53a7fcb30e0f4768a85f69d119a8ed4b6baa104d811af414997a4c03723 - 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 "[email protected]"

2017-06-23 00:56:23 UTC

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

2017-06-23 00:56:24 UTC

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

2017-06-23 00:57:22 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/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-06-23 00:57:24 UTC

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

2017-06-23 00:57:25 UTC

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

2017-06-23 00:57:25 UTC

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

2017-06-23 00:57:26 UTC

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