Namespace
library
Image / Tag
nginx:1.13.2
Content Digest
sha256:8e2645484fe09122ea8aef7a186658082a860312d47fa51675cbf21d1b4b901a
Details
Created

2017-07-05 19:36:08 UTC

Size

42 MB

Content Digest
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 - 51.08% (21.5 MB)

[#001] sha256:c5b776fbdd2648946ffa61df869d5d4897a655bdbba9091b9a111a56daee7f61 - 48.92% (20.6 MB)

[#002] sha256:1128674f00032e328183cb8e80257c67bc59c3f2e0e3605e3cf83884d1379d85 - 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-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:35:30 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-05 19:35:41 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:35:41 UTC

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

2017-07-05 19:35:42 UTC

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

2017-07-05 19:36:08 UTC

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