Namespace
library
Image / Tag
nginx:1.11
Content Digest
sha256:e6693c20186f837fc393390135d8a598a96a833917917789d63766cab6c59582
Details
Created

2017-04-06 16:28:51 UTC

Size

68.4 MB

Content Digest
Environment
NGINX_VERSION

1.11.13-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:f8f2e0556751d70841519ecfadb2e5033d358b69ad6361f50386ecafa1bd8ea7 - 0.01% (4.92 KB)

[#002] sha256:5c9972dca3fdda93b980205cb5319e44a5ecd3493c89501b085694e25842defe - 28.31% (19.4 MB)

[#003] sha256:451b9524cb063772e4429c5cdf98081e4d1fd04d0073ab83a628e4db06bd1737 - 0.0% (196 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 "[email protected]"

2017-04-06 16:28:34 UTC

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

2017-04-06 16:28:35 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-04-06 16:28:49 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-04-06 16:28:50 UTC

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

2017-04-06 16:28:51 UTC

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

2017-04-06 16:28:51 UTC

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