# Tags of `nginx` - [`nginx:latest`](#nginxlatest) - [`nginx:1`](#nginx1) - [`nginx:1.11`](#nginx111) - [`nginx:1.11.1`](#nginx1111) - [`nginx:stable`](#nginxstable) - [`nginx:1.10`](#nginx110) - [`nginx:1.10.1`](#nginx1101) - [`nginx:mainline-alpine`](#nginxmainline-alpine) - [`nginx:alpine`](#nginxalpine) - [`nginx:1-alpine`](#nginx1-alpine) - [`nginx:1.11-alpine`](#nginx111-alpine) - [`nginx:1.11.1-alpine`](#nginx1111-alpine) - [`nginx:stable-alpine`](#nginxstable-alpine) - [`nginx:1.10-alpine`](#nginx110-alpine) - [`nginx:1.10.1-alpine`](#nginx1101-alpine) ## `nginx:latest` ```console $ docker pull nginx@sha256:0fe6413f3e30fcc5920bc8fa769280975b10b1c26721de956e1428b9e2f29d04 ``` - Platforms: - linux; amd64 ### `nginx:latest` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **71.2 MB (71184586 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:0d409d33b27e47423b049f7f863faa08655a8c901749c2b25b93ca67d01a470d` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Mon, 23 May 2016 22:57:20 GMT ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in / # Mon, 23 May 2016 22:57:23 GMT CMD ["/bin/bash"] # Tue, 24 May 2016 04:15:25 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 17:59:50 GMT ENV NGINX_VERSION=1.11.1-1~jessie # Wed, 01 Jun 2016 18:00:55 GMT RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && 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/* # Wed, 01 Jun 2016 18:00:57 GMT RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:00:58 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:00:59 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b` Last Modified: Mon, 23 May 2016 23:09:48 GMT Size: 51.4 MB (51356334 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:51d229e136d0acdb3db7fae7e02d07bcb9b6ffb9bcaac88cc26aaf0be8bea045` Last Modified: Wed, 01 Jun 2016 18:12:02 GMT Size: 19.8 MB (19827898 bytes) - `sha256:bcd41daec8cc835577e660ddef75e655f6ff3742bad92c9c498d8eba097b512a` Last Modified: Wed, 01 Jun 2016 18:11:52 GMT Size: 194.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1` ```console $ docker pull nginx@sha256:0fe6413f3e30fcc5920bc8fa769280975b10b1c26721de956e1428b9e2f29d04 ``` - Platforms: - linux; amd64 ### `nginx:1` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **71.2 MB (71184586 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:0d409d33b27e47423b049f7f863faa08655a8c901749c2b25b93ca67d01a470d` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Mon, 23 May 2016 22:57:20 GMT ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in / # Mon, 23 May 2016 22:57:23 GMT CMD ["/bin/bash"] # Tue, 24 May 2016 04:15:25 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 17:59:50 GMT ENV NGINX_VERSION=1.11.1-1~jessie # Wed, 01 Jun 2016 18:00:55 GMT RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && 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/* # Wed, 01 Jun 2016 18:00:57 GMT RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:00:58 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:00:59 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b` Last Modified: Mon, 23 May 2016 23:09:48 GMT Size: 51.4 MB (51356334 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:51d229e136d0acdb3db7fae7e02d07bcb9b6ffb9bcaac88cc26aaf0be8bea045` Last Modified: Wed, 01 Jun 2016 18:12:02 GMT Size: 19.8 MB (19827898 bytes) - `sha256:bcd41daec8cc835577e660ddef75e655f6ff3742bad92c9c498d8eba097b512a` Last Modified: Wed, 01 Jun 2016 18:11:52 GMT Size: 194.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1.11` ```console $ docker pull nginx@sha256:0fe6413f3e30fcc5920bc8fa769280975b10b1c26721de956e1428b9e2f29d04 ``` - Platforms: - linux; amd64 ### `nginx:1.11` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **71.2 MB (71184586 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:0d409d33b27e47423b049f7f863faa08655a8c901749c2b25b93ca67d01a470d` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Mon, 23 May 2016 22:57:20 GMT ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in / # Mon, 23 May 2016 22:57:23 GMT CMD ["/bin/bash"] # Tue, 24 May 2016 04:15:25 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 17:59:50 GMT ENV NGINX_VERSION=1.11.1-1~jessie # Wed, 01 Jun 2016 18:00:55 GMT RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && 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/* # Wed, 01 Jun 2016 18:00:57 GMT RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:00:58 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:00:59 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b` Last Modified: Mon, 23 May 2016 23:09:48 GMT Size: 51.4 MB (51356334 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:51d229e136d0acdb3db7fae7e02d07bcb9b6ffb9bcaac88cc26aaf0be8bea045` Last Modified: Wed, 01 Jun 2016 18:12:02 GMT Size: 19.8 MB (19827898 bytes) - `sha256:bcd41daec8cc835577e660ddef75e655f6ff3742bad92c9c498d8eba097b512a` Last Modified: Wed, 01 Jun 2016 18:11:52 GMT Size: 194.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1.11.1` ```console $ docker pull nginx@sha256:0fe6413f3e30fcc5920bc8fa769280975b10b1c26721de956e1428b9e2f29d04 ``` - Platforms: - linux; amd64 ### `nginx:1.11.1` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **71.2 MB (71184586 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:0d409d33b27e47423b049f7f863faa08655a8c901749c2b25b93ca67d01a470d` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Mon, 23 May 2016 22:57:20 GMT ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in / # Mon, 23 May 2016 22:57:23 GMT CMD ["/bin/bash"] # Tue, 24 May 2016 04:15:25 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 17:59:50 GMT ENV NGINX_VERSION=1.11.1-1~jessie # Wed, 01 Jun 2016 18:00:55 GMT RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && 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/* # Wed, 01 Jun 2016 18:00:57 GMT RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:00:58 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:00:59 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b` Last Modified: Mon, 23 May 2016 23:09:48 GMT Size: 51.4 MB (51356334 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:51d229e136d0acdb3db7fae7e02d07bcb9b6ffb9bcaac88cc26aaf0be8bea045` Last Modified: Wed, 01 Jun 2016 18:12:02 GMT Size: 19.8 MB (19827898 bytes) - `sha256:bcd41daec8cc835577e660ddef75e655f6ff3742bad92c9c498d8eba097b512a` Last Modified: Wed, 01 Jun 2016 18:11:52 GMT Size: 194.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:stable` ```console $ docker pull nginx@sha256:6f4cfdf28dc8d366e25cac4cc76aa863d9d26b039a9784a73671695d7671c2c0 ``` - Platforms: - linux; amd64 ### `nginx:stable` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **71.2 MB (71178486 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:82e97a2b0390a20107ab1310dea17f539ff6034438099384998fd91fc540b128` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Mon, 23 May 2016 22:57:20 GMT ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in / # Mon, 23 May 2016 22:57:23 GMT CMD ["/bin/bash"] # Tue, 24 May 2016 04:15:25 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:02:08 GMT ENV NGINX_VERSION=1.10.1-1~jessie # Wed, 01 Jun 2016 18:03:09 GMT RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && echo "deb http://nginx.org/packages/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/* # Wed, 01 Jun 2016 18:03:12 GMT RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:03:13 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:03:14 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b` Last Modified: Mon, 23 May 2016 23:09:48 GMT Size: 51.4 MB (51356334 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:ecf425baf0b2838e649bd410643b51b3d2e5b699367145661a17f407ea28301e` Last Modified: Wed, 01 Jun 2016 18:12:33 GMT Size: 19.8 MB (19821797 bytes) - `sha256:eccc8564dada32734281bb7e8032897df3c40ae6272d50e9f167d390d73660d5` Last Modified: Wed, 01 Jun 2016 18:12:24 GMT Size: 195.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1.10` ```console $ docker pull nginx@sha256:6f4cfdf28dc8d366e25cac4cc76aa863d9d26b039a9784a73671695d7671c2c0 ``` - Platforms: - linux; amd64 ### `nginx:1.10` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **71.2 MB (71178486 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:82e97a2b0390a20107ab1310dea17f539ff6034438099384998fd91fc540b128` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Mon, 23 May 2016 22:57:20 GMT ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in / # Mon, 23 May 2016 22:57:23 GMT CMD ["/bin/bash"] # Tue, 24 May 2016 04:15:25 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:02:08 GMT ENV NGINX_VERSION=1.10.1-1~jessie # Wed, 01 Jun 2016 18:03:09 GMT RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && echo "deb http://nginx.org/packages/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/* # Wed, 01 Jun 2016 18:03:12 GMT RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:03:13 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:03:14 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b` Last Modified: Mon, 23 May 2016 23:09:48 GMT Size: 51.4 MB (51356334 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:ecf425baf0b2838e649bd410643b51b3d2e5b699367145661a17f407ea28301e` Last Modified: Wed, 01 Jun 2016 18:12:33 GMT Size: 19.8 MB (19821797 bytes) - `sha256:eccc8564dada32734281bb7e8032897df3c40ae6272d50e9f167d390d73660d5` Last Modified: Wed, 01 Jun 2016 18:12:24 GMT Size: 195.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1.10.1` ```console $ docker pull nginx@sha256:6f4cfdf28dc8d366e25cac4cc76aa863d9d26b039a9784a73671695d7671c2c0 ``` - Platforms: - linux; amd64 ### `nginx:1.10.1` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **71.2 MB (71178486 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:82e97a2b0390a20107ab1310dea17f539ff6034438099384998fd91fc540b128` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Mon, 23 May 2016 22:57:20 GMT ADD file:5d8521419ad6cfb6956ed26ab70a44422d512f82462046ba8e68b7dcb8283f7e in / # Mon, 23 May 2016 22:57:23 GMT CMD ["/bin/bash"] # Tue, 24 May 2016 04:15:25 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:02:08 GMT ENV NGINX_VERSION=1.10.1-1~jessie # Wed, 01 Jun 2016 18:03:09 GMT RUN apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 && echo "deb http://nginx.org/packages/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/* # Wed, 01 Jun 2016 18:03:12 GMT RUN ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:03:13 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:03:14 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:51f5c6a04d83efd2d45c5fd59537218924bc46705e3de6ffc8bc07b51481610b` Last Modified: Mon, 23 May 2016 23:09:48 GMT Size: 51.4 MB (51356334 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:ecf425baf0b2838e649bd410643b51b3d2e5b699367145661a17f407ea28301e` Last Modified: Wed, 01 Jun 2016 18:12:33 GMT Size: 19.8 MB (19821797 bytes) - `sha256:eccc8564dada32734281bb7e8032897df3c40ae6272d50e9f167d390d73660d5` Last Modified: Wed, 01 Jun 2016 18:12:24 GMT Size: 195.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:mainline-alpine` ```console $ docker pull nginx@sha256:e2d7332b6da6dba653c81c1596a0aa1142e5a28fc99a153ec06520285d420924 ``` - Platforms: - linux; amd64 ### `nginx:mainline-alpine` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **19.1 MB (19095162 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:a32fd277704c3f2cabc56624200a32fdc2b18bfa9f3523a5f00c3feb416bf79a` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Fri, 06 May 2016 14:56:49 GMT ADD file:614a9122187935fccfa72039b9efa3ddbf371f6b029bb01e2073325f00c80b9f in / # Fri, 06 May 2016 15:31:14 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:04:02 GMT ENV NGINX_VERSION=1.11.1 # Wed, 01 Jun 2016 18:04:03 GMT ENV GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 # Wed, 01 Jun 2016 18:04:04 GMT ENV CONFIG= --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-ipv6 # Wed, 01 Jun 2016 18:06:16 GMT RUN addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers curl gnupg libxslt-dev gd-dev geoip-dev perl-dev && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && rm -r "$GNUPGHOME" nginx.tar.gz.asc && mkdir -p /usr/src && tar -zxC /usr/src -f nginx.tar.gz && rm nginx.tar.gz && cd /usr/src/nginx-$NGINX_VERSION && ./configure $CONFIG --with-debug && make && mv objs/nginx objs/nginx-debug && mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so && mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so && mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so && mv objs/ngx_http_perl_module.so objs/ngx_http_perl_module-debug.so && ./configure $CONFIG && make && make install && rm -rf /etc/nginx/html/ && mkdir /etc/nginx/conf.d/ && mkdir -p /usr/share/nginx/html/ && install -m644 html/index.html /usr/share/nginx/html/ && install -m644 html/50x.html /usr/share/nginx/html/ && install -m755 objs/nginx-debug /usr/sbin/nginx-debug && install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so && install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so && install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so && install -m755 objs/ngx_http_perl_module-debug.so /usr/lib/nginx/modules/ngx_http_perl_module-debug.so && ln -s ../../usr/lib/nginx/modules /etc/nginx/modules && strip /usr/sbin/nginx* && strip /usr/lib/nginx/modules/*.so && runDeps="$( scanelf --needed --nobanner /usr/sbin/nginx /usr/lib/nginx/modules/*.so | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .nginx-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/nginx-$NGINX_VERSION && apk add --no-cache gettext && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:06:18 GMT COPY file:93c4b3c3de478d88b5e6fb3638f12c5a1e1552f3b647577d6379f12822c45034 in /etc/nginx/nginx.conf # Wed, 01 Jun 2016 18:06:19 GMT COPY file:6df18cb2c6b42e50f260d86a9d6c1e35ff154ce99f88b071f0fb6984ca47321c in /etc/nginx/conf.d/default.conf # Wed, 01 Jun 2016 18:06:20 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:06:21 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:d0ca440e86378344053c79282fe959c9f288ef2ab031411295d87ef1250cfec3` Last Modified: Fri, 06 May 2016 14:57:17 GMT Size: 2.3 MB (2320212 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:e8514e64aa40d34e195aecf47ffbd9696b10d5a6993d56d36f3424d654fe4a8e` Last Modified: Wed, 01 Jun 2016 18:13:08 GMT Size: 16.8 MB (16773633 bytes) - `sha256:1913fe8f0af9bc5377600515ecfc0f571b7f890a1bea8a9812806fe61dee97f5` Last Modified: Wed, 01 Jun 2016 18:12:58 GMT Size: 493.0 B - `sha256:0a07e46b6020e3b808bbfc94de55dad498e74eafe4f217dfafbb007644fa3f4e` Last Modified: Wed, 01 Jun 2016 18:12:55 GMT Size: 632.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:alpine` ```console $ docker pull nginx@sha256:e2d7332b6da6dba653c81c1596a0aa1142e5a28fc99a153ec06520285d420924 ``` - Platforms: - linux; amd64 ### `nginx:alpine` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **19.1 MB (19095162 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:a32fd277704c3f2cabc56624200a32fdc2b18bfa9f3523a5f00c3feb416bf79a` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Fri, 06 May 2016 14:56:49 GMT ADD file:614a9122187935fccfa72039b9efa3ddbf371f6b029bb01e2073325f00c80b9f in / # Fri, 06 May 2016 15:31:14 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:04:02 GMT ENV NGINX_VERSION=1.11.1 # Wed, 01 Jun 2016 18:04:03 GMT ENV GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 # Wed, 01 Jun 2016 18:04:04 GMT ENV CONFIG= --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-ipv6 # Wed, 01 Jun 2016 18:06:16 GMT RUN addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers curl gnupg libxslt-dev gd-dev geoip-dev perl-dev && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && rm -r "$GNUPGHOME" nginx.tar.gz.asc && mkdir -p /usr/src && tar -zxC /usr/src -f nginx.tar.gz && rm nginx.tar.gz && cd /usr/src/nginx-$NGINX_VERSION && ./configure $CONFIG --with-debug && make && mv objs/nginx objs/nginx-debug && mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so && mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so && mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so && mv objs/ngx_http_perl_module.so objs/ngx_http_perl_module-debug.so && ./configure $CONFIG && make && make install && rm -rf /etc/nginx/html/ && mkdir /etc/nginx/conf.d/ && mkdir -p /usr/share/nginx/html/ && install -m644 html/index.html /usr/share/nginx/html/ && install -m644 html/50x.html /usr/share/nginx/html/ && install -m755 objs/nginx-debug /usr/sbin/nginx-debug && install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so && install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so && install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so && install -m755 objs/ngx_http_perl_module-debug.so /usr/lib/nginx/modules/ngx_http_perl_module-debug.so && ln -s ../../usr/lib/nginx/modules /etc/nginx/modules && strip /usr/sbin/nginx* && strip /usr/lib/nginx/modules/*.so && runDeps="$( scanelf --needed --nobanner /usr/sbin/nginx /usr/lib/nginx/modules/*.so | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .nginx-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/nginx-$NGINX_VERSION && apk add --no-cache gettext && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:06:18 GMT COPY file:93c4b3c3de478d88b5e6fb3638f12c5a1e1552f3b647577d6379f12822c45034 in /etc/nginx/nginx.conf # Wed, 01 Jun 2016 18:06:19 GMT COPY file:6df18cb2c6b42e50f260d86a9d6c1e35ff154ce99f88b071f0fb6984ca47321c in /etc/nginx/conf.d/default.conf # Wed, 01 Jun 2016 18:06:20 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:06:21 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:d0ca440e86378344053c79282fe959c9f288ef2ab031411295d87ef1250cfec3` Last Modified: Fri, 06 May 2016 14:57:17 GMT Size: 2.3 MB (2320212 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:e8514e64aa40d34e195aecf47ffbd9696b10d5a6993d56d36f3424d654fe4a8e` Last Modified: Wed, 01 Jun 2016 18:13:08 GMT Size: 16.8 MB (16773633 bytes) - `sha256:1913fe8f0af9bc5377600515ecfc0f571b7f890a1bea8a9812806fe61dee97f5` Last Modified: Wed, 01 Jun 2016 18:12:58 GMT Size: 493.0 B - `sha256:0a07e46b6020e3b808bbfc94de55dad498e74eafe4f217dfafbb007644fa3f4e` Last Modified: Wed, 01 Jun 2016 18:12:55 GMT Size: 632.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1-alpine` ```console $ docker pull nginx@sha256:e2d7332b6da6dba653c81c1596a0aa1142e5a28fc99a153ec06520285d420924 ``` - Platforms: - linux; amd64 ### `nginx:1-alpine` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **19.1 MB (19095162 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:a32fd277704c3f2cabc56624200a32fdc2b18bfa9f3523a5f00c3feb416bf79a` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Fri, 06 May 2016 14:56:49 GMT ADD file:614a9122187935fccfa72039b9efa3ddbf371f6b029bb01e2073325f00c80b9f in / # Fri, 06 May 2016 15:31:14 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:04:02 GMT ENV NGINX_VERSION=1.11.1 # Wed, 01 Jun 2016 18:04:03 GMT ENV GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 # Wed, 01 Jun 2016 18:04:04 GMT ENV CONFIG= --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-ipv6 # Wed, 01 Jun 2016 18:06:16 GMT RUN addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers curl gnupg libxslt-dev gd-dev geoip-dev perl-dev && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && rm -r "$GNUPGHOME" nginx.tar.gz.asc && mkdir -p /usr/src && tar -zxC /usr/src -f nginx.tar.gz && rm nginx.tar.gz && cd /usr/src/nginx-$NGINX_VERSION && ./configure $CONFIG --with-debug && make && mv objs/nginx objs/nginx-debug && mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so && mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so && mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so && mv objs/ngx_http_perl_module.so objs/ngx_http_perl_module-debug.so && ./configure $CONFIG && make && make install && rm -rf /etc/nginx/html/ && mkdir /etc/nginx/conf.d/ && mkdir -p /usr/share/nginx/html/ && install -m644 html/index.html /usr/share/nginx/html/ && install -m644 html/50x.html /usr/share/nginx/html/ && install -m755 objs/nginx-debug /usr/sbin/nginx-debug && install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so && install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so && install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so && install -m755 objs/ngx_http_perl_module-debug.so /usr/lib/nginx/modules/ngx_http_perl_module-debug.so && ln -s ../../usr/lib/nginx/modules /etc/nginx/modules && strip /usr/sbin/nginx* && strip /usr/lib/nginx/modules/*.so && runDeps="$( scanelf --needed --nobanner /usr/sbin/nginx /usr/lib/nginx/modules/*.so | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .nginx-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/nginx-$NGINX_VERSION && apk add --no-cache gettext && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:06:18 GMT COPY file:93c4b3c3de478d88b5e6fb3638f12c5a1e1552f3b647577d6379f12822c45034 in /etc/nginx/nginx.conf # Wed, 01 Jun 2016 18:06:19 GMT COPY file:6df18cb2c6b42e50f260d86a9d6c1e35ff154ce99f88b071f0fb6984ca47321c in /etc/nginx/conf.d/default.conf # Wed, 01 Jun 2016 18:06:20 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:06:21 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:d0ca440e86378344053c79282fe959c9f288ef2ab031411295d87ef1250cfec3` Last Modified: Fri, 06 May 2016 14:57:17 GMT Size: 2.3 MB (2320212 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:e8514e64aa40d34e195aecf47ffbd9696b10d5a6993d56d36f3424d654fe4a8e` Last Modified: Wed, 01 Jun 2016 18:13:08 GMT Size: 16.8 MB (16773633 bytes) - `sha256:1913fe8f0af9bc5377600515ecfc0f571b7f890a1bea8a9812806fe61dee97f5` Last Modified: Wed, 01 Jun 2016 18:12:58 GMT Size: 493.0 B - `sha256:0a07e46b6020e3b808bbfc94de55dad498e74eafe4f217dfafbb007644fa3f4e` Last Modified: Wed, 01 Jun 2016 18:12:55 GMT Size: 632.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1.11-alpine` ```console $ docker pull nginx@sha256:e2d7332b6da6dba653c81c1596a0aa1142e5a28fc99a153ec06520285d420924 ``` - Platforms: - linux; amd64 ### `nginx:1.11-alpine` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **19.1 MB (19095162 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:a32fd277704c3f2cabc56624200a32fdc2b18bfa9f3523a5f00c3feb416bf79a` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Fri, 06 May 2016 14:56:49 GMT ADD file:614a9122187935fccfa72039b9efa3ddbf371f6b029bb01e2073325f00c80b9f in / # Fri, 06 May 2016 15:31:14 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:04:02 GMT ENV NGINX_VERSION=1.11.1 # Wed, 01 Jun 2016 18:04:03 GMT ENV GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 # Wed, 01 Jun 2016 18:04:04 GMT ENV CONFIG= --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-ipv6 # Wed, 01 Jun 2016 18:06:16 GMT RUN addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers curl gnupg libxslt-dev gd-dev geoip-dev perl-dev && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && rm -r "$GNUPGHOME" nginx.tar.gz.asc && mkdir -p /usr/src && tar -zxC /usr/src -f nginx.tar.gz && rm nginx.tar.gz && cd /usr/src/nginx-$NGINX_VERSION && ./configure $CONFIG --with-debug && make && mv objs/nginx objs/nginx-debug && mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so && mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so && mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so && mv objs/ngx_http_perl_module.so objs/ngx_http_perl_module-debug.so && ./configure $CONFIG && make && make install && rm -rf /etc/nginx/html/ && mkdir /etc/nginx/conf.d/ && mkdir -p /usr/share/nginx/html/ && install -m644 html/index.html /usr/share/nginx/html/ && install -m644 html/50x.html /usr/share/nginx/html/ && install -m755 objs/nginx-debug /usr/sbin/nginx-debug && install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so && install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so && install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so && install -m755 objs/ngx_http_perl_module-debug.so /usr/lib/nginx/modules/ngx_http_perl_module-debug.so && ln -s ../../usr/lib/nginx/modules /etc/nginx/modules && strip /usr/sbin/nginx* && strip /usr/lib/nginx/modules/*.so && runDeps="$( scanelf --needed --nobanner /usr/sbin/nginx /usr/lib/nginx/modules/*.so | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .nginx-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/nginx-$NGINX_VERSION && apk add --no-cache gettext && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:06:18 GMT COPY file:93c4b3c3de478d88b5e6fb3638f12c5a1e1552f3b647577d6379f12822c45034 in /etc/nginx/nginx.conf # Wed, 01 Jun 2016 18:06:19 GMT COPY file:6df18cb2c6b42e50f260d86a9d6c1e35ff154ce99f88b071f0fb6984ca47321c in /etc/nginx/conf.d/default.conf # Wed, 01 Jun 2016 18:06:20 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:06:21 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:d0ca440e86378344053c79282fe959c9f288ef2ab031411295d87ef1250cfec3` Last Modified: Fri, 06 May 2016 14:57:17 GMT Size: 2.3 MB (2320212 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:e8514e64aa40d34e195aecf47ffbd9696b10d5a6993d56d36f3424d654fe4a8e` Last Modified: Wed, 01 Jun 2016 18:13:08 GMT Size: 16.8 MB (16773633 bytes) - `sha256:1913fe8f0af9bc5377600515ecfc0f571b7f890a1bea8a9812806fe61dee97f5` Last Modified: Wed, 01 Jun 2016 18:12:58 GMT Size: 493.0 B - `sha256:0a07e46b6020e3b808bbfc94de55dad498e74eafe4f217dfafbb007644fa3f4e` Last Modified: Wed, 01 Jun 2016 18:12:55 GMT Size: 632.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1.11.1-alpine` ```console $ docker pull nginx@sha256:e2d7332b6da6dba653c81c1596a0aa1142e5a28fc99a153ec06520285d420924 ``` - Platforms: - linux; amd64 ### `nginx:1.11.1-alpine` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **19.1 MB (19095162 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:a32fd277704c3f2cabc56624200a32fdc2b18bfa9f3523a5f00c3feb416bf79a` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Fri, 06 May 2016 14:56:49 GMT ADD file:614a9122187935fccfa72039b9efa3ddbf371f6b029bb01e2073325f00c80b9f in / # Fri, 06 May 2016 15:31:14 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:04:02 GMT ENV NGINX_VERSION=1.11.1 # Wed, 01 Jun 2016 18:04:03 GMT ENV GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 # Wed, 01 Jun 2016 18:04:04 GMT ENV CONFIG= --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-ipv6 # Wed, 01 Jun 2016 18:06:16 GMT RUN addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers curl gnupg libxslt-dev gd-dev geoip-dev perl-dev && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && rm -r "$GNUPGHOME" nginx.tar.gz.asc && mkdir -p /usr/src && tar -zxC /usr/src -f nginx.tar.gz && rm nginx.tar.gz && cd /usr/src/nginx-$NGINX_VERSION && ./configure $CONFIG --with-debug && make && mv objs/nginx objs/nginx-debug && mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so && mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so && mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so && mv objs/ngx_http_perl_module.so objs/ngx_http_perl_module-debug.so && ./configure $CONFIG && make && make install && rm -rf /etc/nginx/html/ && mkdir /etc/nginx/conf.d/ && mkdir -p /usr/share/nginx/html/ && install -m644 html/index.html /usr/share/nginx/html/ && install -m644 html/50x.html /usr/share/nginx/html/ && install -m755 objs/nginx-debug /usr/sbin/nginx-debug && install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so && install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so && install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so && install -m755 objs/ngx_http_perl_module-debug.so /usr/lib/nginx/modules/ngx_http_perl_module-debug.so && ln -s ../../usr/lib/nginx/modules /etc/nginx/modules && strip /usr/sbin/nginx* && strip /usr/lib/nginx/modules/*.so && runDeps="$( scanelf --needed --nobanner /usr/sbin/nginx /usr/lib/nginx/modules/*.so | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .nginx-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/nginx-$NGINX_VERSION && apk add --no-cache gettext && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:06:18 GMT COPY file:93c4b3c3de478d88b5e6fb3638f12c5a1e1552f3b647577d6379f12822c45034 in /etc/nginx/nginx.conf # Wed, 01 Jun 2016 18:06:19 GMT COPY file:6df18cb2c6b42e50f260d86a9d6c1e35ff154ce99f88b071f0fb6984ca47321c in /etc/nginx/conf.d/default.conf # Wed, 01 Jun 2016 18:06:20 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:06:21 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:d0ca440e86378344053c79282fe959c9f288ef2ab031411295d87ef1250cfec3` Last Modified: Fri, 06 May 2016 14:57:17 GMT Size: 2.3 MB (2320212 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:e8514e64aa40d34e195aecf47ffbd9696b10d5a6993d56d36f3424d654fe4a8e` Last Modified: Wed, 01 Jun 2016 18:13:08 GMT Size: 16.8 MB (16773633 bytes) - `sha256:1913fe8f0af9bc5377600515ecfc0f571b7f890a1bea8a9812806fe61dee97f5` Last Modified: Wed, 01 Jun 2016 18:12:58 GMT Size: 493.0 B - `sha256:0a07e46b6020e3b808bbfc94de55dad498e74eafe4f217dfafbb007644fa3f4e` Last Modified: Wed, 01 Jun 2016 18:12:55 GMT Size: 632.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:stable-alpine` ```console $ docker pull nginx@sha256:f760ef54999add48e9db998e325917fbcf59a165e4b13582fc00290ab135977d ``` - Platforms: - linux; amd64 ### `nginx:stable-alpine` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **19.1 MB (19090972 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:e4bf8efd6e42b7dfab500e56ca0450c9b57c806f66e118658ae58a0aa994eaec` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Fri, 06 May 2016 14:56:49 GMT ADD file:614a9122187935fccfa72039b9efa3ddbf371f6b029bb01e2073325f00c80b9f in / # Fri, 06 May 2016 15:31:14 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:08:29 GMT ENV NGINX_VERSION=1.10.1 # Wed, 01 Jun 2016 18:08:29 GMT ENV GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 # Wed, 01 Jun 2016 18:08:30 GMT ENV CONFIG= --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-ipv6 # Wed, 01 Jun 2016 18:10:37 GMT RUN addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers curl gnupg libxslt-dev gd-dev geoip-dev perl-dev && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && rm -r "$GNUPGHOME" nginx.tar.gz.asc && mkdir -p /usr/src && tar -zxC /usr/src -f nginx.tar.gz && rm nginx.tar.gz && cd /usr/src/nginx-$NGINX_VERSION && ./configure $CONFIG --with-debug && make && mv objs/nginx objs/nginx-debug && mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so && mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so && mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so && mv objs/ngx_http_perl_module.so objs/ngx_http_perl_module-debug.so && ./configure $CONFIG && make && make install && rm -rf /etc/nginx/html/ && mkdir /etc/nginx/conf.d/ && mkdir -p /usr/share/nginx/html/ && install -m644 html/index.html /usr/share/nginx/html/ && install -m644 html/50x.html /usr/share/nginx/html/ && install -m755 objs/nginx-debug /usr/sbin/nginx-debug && install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so && install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so && install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so && install -m755 objs/ngx_http_perl_module-debug.so /usr/lib/nginx/modules/ngx_http_perl_module-debug.so && ln -s ../../usr/lib/nginx/modules /etc/nginx/modules && strip /usr/sbin/nginx* && strip /usr/lib/nginx/modules/*.so && runDeps="$( scanelf --needed --nobanner /usr/sbin/nginx /usr/lib/nginx/modules/*.so | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .nginx-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/nginx-$NGINX_VERSION && apk add --no-cache gettext && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:10:39 GMT COPY file:93c4b3c3de478d88b5e6fb3638f12c5a1e1552f3b647577d6379f12822c45034 in /etc/nginx/nginx.conf # Wed, 01 Jun 2016 18:10:39 GMT COPY file:6df18cb2c6b42e50f260d86a9d6c1e35ff154ce99f88b071f0fb6984ca47321c in /etc/nginx/conf.d/default.conf # Wed, 01 Jun 2016 18:10:40 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:10:41 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:d0ca440e86378344053c79282fe959c9f288ef2ab031411295d87ef1250cfec3` Last Modified: Fri, 06 May 2016 14:57:17 GMT Size: 2.3 MB (2320212 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:145ce744b6fce9980771253ad9001c3c5d5c6110cbf897eaa513f1d92fdf59ef` Last Modified: Wed, 01 Jun 2016 18:13:53 GMT Size: 16.8 MB (16769443 bytes) - `sha256:b5eebe7f4c984fadd80bb3871b16cab1beeaee3202643e9fea652a86bc78a9cd` Last Modified: Wed, 01 Jun 2016 18:13:44 GMT Size: 493.0 B - `sha256:4fea5259073ff65af70f6ca098a6cb570e7d049eda8f19db72be6c9c63050a1b` Last Modified: Wed, 01 Jun 2016 18:13:41 GMT Size: 632.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1.10-alpine` ```console $ docker pull nginx@sha256:f760ef54999add48e9db998e325917fbcf59a165e4b13582fc00290ab135977d ``` - Platforms: - linux; amd64 ### `nginx:1.10-alpine` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **19.1 MB (19090972 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:e4bf8efd6e42b7dfab500e56ca0450c9b57c806f66e118658ae58a0aa994eaec` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Fri, 06 May 2016 14:56:49 GMT ADD file:614a9122187935fccfa72039b9efa3ddbf371f6b029bb01e2073325f00c80b9f in / # Fri, 06 May 2016 15:31:14 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:08:29 GMT ENV NGINX_VERSION=1.10.1 # Wed, 01 Jun 2016 18:08:29 GMT ENV GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 # Wed, 01 Jun 2016 18:08:30 GMT ENV CONFIG= --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-ipv6 # Wed, 01 Jun 2016 18:10:37 GMT RUN addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers curl gnupg libxslt-dev gd-dev geoip-dev perl-dev && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && rm -r "$GNUPGHOME" nginx.tar.gz.asc && mkdir -p /usr/src && tar -zxC /usr/src -f nginx.tar.gz && rm nginx.tar.gz && cd /usr/src/nginx-$NGINX_VERSION && ./configure $CONFIG --with-debug && make && mv objs/nginx objs/nginx-debug && mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so && mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so && mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so && mv objs/ngx_http_perl_module.so objs/ngx_http_perl_module-debug.so && ./configure $CONFIG && make && make install && rm -rf /etc/nginx/html/ && mkdir /etc/nginx/conf.d/ && mkdir -p /usr/share/nginx/html/ && install -m644 html/index.html /usr/share/nginx/html/ && install -m644 html/50x.html /usr/share/nginx/html/ && install -m755 objs/nginx-debug /usr/sbin/nginx-debug && install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so && install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so && install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so && install -m755 objs/ngx_http_perl_module-debug.so /usr/lib/nginx/modules/ngx_http_perl_module-debug.so && ln -s ../../usr/lib/nginx/modules /etc/nginx/modules && strip /usr/sbin/nginx* && strip /usr/lib/nginx/modules/*.so && runDeps="$( scanelf --needed --nobanner /usr/sbin/nginx /usr/lib/nginx/modules/*.so | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .nginx-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/nginx-$NGINX_VERSION && apk add --no-cache gettext && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:10:39 GMT COPY file:93c4b3c3de478d88b5e6fb3638f12c5a1e1552f3b647577d6379f12822c45034 in /etc/nginx/nginx.conf # Wed, 01 Jun 2016 18:10:39 GMT COPY file:6df18cb2c6b42e50f260d86a9d6c1e35ff154ce99f88b071f0fb6984ca47321c in /etc/nginx/conf.d/default.conf # Wed, 01 Jun 2016 18:10:40 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:10:41 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:d0ca440e86378344053c79282fe959c9f288ef2ab031411295d87ef1250cfec3` Last Modified: Fri, 06 May 2016 14:57:17 GMT Size: 2.3 MB (2320212 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:145ce744b6fce9980771253ad9001c3c5d5c6110cbf897eaa513f1d92fdf59ef` Last Modified: Wed, 01 Jun 2016 18:13:53 GMT Size: 16.8 MB (16769443 bytes) - `sha256:b5eebe7f4c984fadd80bb3871b16cab1beeaee3202643e9fea652a86bc78a9cd` Last Modified: Wed, 01 Jun 2016 18:13:44 GMT Size: 493.0 B - `sha256:4fea5259073ff65af70f6ca098a6cb570e7d049eda8f19db72be6c9c63050a1b` Last Modified: Wed, 01 Jun 2016 18:13:41 GMT Size: 632.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B ## `nginx:1.10.1-alpine` ```console $ docker pull nginx@sha256:f760ef54999add48e9db998e325917fbcf59a165e4b13582fc00290ab135977d ``` - Platforms: - linux; amd64 ### `nginx:1.10.1-alpine` - linux; amd64 - Docker Version: 1.9.1 - Manifest MIME: `application/vnd.docker.distribution.manifest.v2+json` - Total Size: **19.1 MB (19090972 bytes)** (compressed transfer size, not on-disk size) - Image ID: `sha256:e4bf8efd6e42b7dfab500e56ca0450c9b57c806f66e118658ae58a0aa994eaec` - Default Command: `["nginx","-g","daemon off;"]` ```dockerfile # Fri, 06 May 2016 14:56:49 GMT ADD file:614a9122187935fccfa72039b9efa3ddbf371f6b029bb01e2073325f00c80b9f in / # Fri, 06 May 2016 15:31:14 GMT MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com" # Wed, 01 Jun 2016 18:08:29 GMT ENV NGINX_VERSION=1.10.1 # Wed, 01 Jun 2016 18:08:29 GMT ENV GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 # Wed, 01 Jun 2016 18:08:30 GMT ENV CONFIG= --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-http_auth_request_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_geoip_module=dynamic --with-http_perl_module=dynamic --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-mail --with-mail_ssl_module --with-file-aio --with-http_v2_module --with-ipv6 # Wed, 01 Jun 2016 18:10:37 GMT RUN addgroup -S nginx && adduser -D -S -h /var/cache/nginx -s /sbin/nologin -G nginx nginx && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers curl gnupg libxslt-dev gd-dev geoip-dev perl-dev && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz -o nginx.tar.gz && curl -fSL http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz.asc -o nginx.tar.gz.asc && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$GPG_KEYS" && gpg --batch --verify nginx.tar.gz.asc nginx.tar.gz && rm -r "$GNUPGHOME" nginx.tar.gz.asc && mkdir -p /usr/src && tar -zxC /usr/src -f nginx.tar.gz && rm nginx.tar.gz && cd /usr/src/nginx-$NGINX_VERSION && ./configure $CONFIG --with-debug && make && mv objs/nginx objs/nginx-debug && mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so && mv objs/ngx_http_image_filter_module.so objs/ngx_http_image_filter_module-debug.so && mv objs/ngx_http_geoip_module.so objs/ngx_http_geoip_module-debug.so && mv objs/ngx_http_perl_module.so objs/ngx_http_perl_module-debug.so && ./configure $CONFIG && make && make install && rm -rf /etc/nginx/html/ && mkdir /etc/nginx/conf.d/ && mkdir -p /usr/share/nginx/html/ && install -m644 html/index.html /usr/share/nginx/html/ && install -m644 html/50x.html /usr/share/nginx/html/ && install -m755 objs/nginx-debug /usr/sbin/nginx-debug && install -m755 objs/ngx_http_xslt_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_xslt_filter_module-debug.so && install -m755 objs/ngx_http_image_filter_module-debug.so /usr/lib/nginx/modules/ngx_http_image_filter_module-debug.so && install -m755 objs/ngx_http_geoip_module-debug.so /usr/lib/nginx/modules/ngx_http_geoip_module-debug.so && install -m755 objs/ngx_http_perl_module-debug.so /usr/lib/nginx/modules/ngx_http_perl_module-debug.so && ln -s ../../usr/lib/nginx/modules /etc/nginx/modules && strip /usr/sbin/nginx* && strip /usr/lib/nginx/modules/*.so && runDeps="$( scanelf --needed --nobanner /usr/sbin/nginx /usr/lib/nginx/modules/*.so | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .nginx-rundeps $runDeps && apk del .build-deps && rm -rf /usr/src/nginx-$NGINX_VERSION && apk add --no-cache gettext && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log # Wed, 01 Jun 2016 18:10:39 GMT COPY file:93c4b3c3de478d88b5e6fb3638f12c5a1e1552f3b647577d6379f12822c45034 in /etc/nginx/nginx.conf # Wed, 01 Jun 2016 18:10:39 GMT COPY file:6df18cb2c6b42e50f260d86a9d6c1e35ff154ce99f88b071f0fb6984ca47321c in /etc/nginx/conf.d/default.conf # Wed, 01 Jun 2016 18:10:40 GMT EXPOSE 443/tcp 80/tcp # Wed, 01 Jun 2016 18:10:41 GMT CMD ["nginx" "-g" "daemon off;"] ``` - Layers: - `sha256:d0ca440e86378344053c79282fe959c9f288ef2ab031411295d87ef1250cfec3` Last Modified: Fri, 06 May 2016 14:57:17 GMT Size: 2.3 MB (2320212 bytes) - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:145ce744b6fce9980771253ad9001c3c5d5c6110cbf897eaa513f1d92fdf59ef` Last Modified: Wed, 01 Jun 2016 18:13:53 GMT Size: 16.8 MB (16769443 bytes) - `sha256:b5eebe7f4c984fadd80bb3871b16cab1beeaee3202643e9fea652a86bc78a9cd` Last Modified: Wed, 01 Jun 2016 18:13:44 GMT Size: 493.0 B - `sha256:4fea5259073ff65af70f6ca098a6cb570e7d049eda8f19db72be6c9c63050a1b` Last Modified: Wed, 01 Jun 2016 18:13:41 GMT Size: 632.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B - `sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4` Last Modified: Sat, 14 Nov 2015 09:09:44 GMT Size: 32.0 B