Namespace
library
Image / Tag
nginx:1.14.0
Content Digest
sha256:8b600a4d029481cc5b459f1380b30ff6cb98e27544fc02370de836e397e34030
Details
Created

2018-10-16 22:46:09 UTC

Size

43.7 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.14.0-1~stretch

NJS_VERSION

1.14.0.0.2.0-1~stretch

PATH

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


Layers

[#000] sha256:2b7bcb618c4033f37486fd700e6d0debf2260935f888a192119c41eaddd29978 - 50.52% (22.1 MB)

[#001] sha256:40048c89a1c2752782fd89cccb58ac4576582f704f30f720e57608235c39a995 - 49.48% (21.6 MB)

[#002] sha256:d2b600decee105a2d894f1a0fa6a9496864324d81d3453f69e74a0ae1f1d0a24 - 0.0% (205 Bytes)


History
2018-10-16 10:49:05 UTC

/bin/sh -c #(nop) ADD file:a71ef0e9adb528ae2dc5ca3395654522c23762d8936a4902378c6749bb357582 in /

2018-10-16 10:49:05 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-10-16 22:44:09 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2018-10-16 22:45:40 UTC

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

2018-10-16 22:45:40 UTC

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

2018-10-16 22:46:08 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates && 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 --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} " && case "$dpkgArch" in amd64|i386) echo "deb https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base && apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2018-10-16 22:46:09 UTC

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

2018-10-16 22:46:09 UTC

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

2018-10-16 22:46:09 UTC

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

2018-10-16 22:46:09 UTC

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

Details
Created

2018-10-16 06:09:38 UTC

Size

42.5 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.14.0-1~stretch

NJS_VERSION

1.14.0.0.2.0-1~stretch

PATH

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


Layers

[#000] sha256:f17d81b4b692f7e0d6c1176c86b81d9f2cb5ac5349703adca51c61debcfe413c - 50.42% (21.4 MB)

[#001] sha256:3df1ab0a17501475a551e081246db28a2a604cc986377d76506302100c9ce2ea - 49.58% (21.1 MB)

[#002] sha256:576b56a453df3802f5c6f0f83da37810e7bbf789bce9d9a15dbcd6ae16e69f80 - 0.0% (203 Bytes)


History
2018-10-15 23:24:48 UTC

/bin/sh -c #(nop) ADD file:f8f26d117bc4a9289b7cd7447ca36e1a70b11701c63d949ef35ff9c16e190e50 in /

2018-10-15 23:24:48 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-10-16 06:07:26 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2018-10-16 06:09:05 UTC

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

2018-10-16 06:09:05 UTC

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

2018-10-16 06:09:37 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates && 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 --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} " && case "$dpkgArch" in amd64|i386) echo "deb https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base && apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2018-10-16 06:09:38 UTC

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

2018-10-16 06:09:38 UTC

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

2018-10-16 06:09:38 UTC

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

2018-10-16 06:09:38 UTC

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

Details
Created

2018-09-05 13:18:15 UTC

Size

38.2 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.14.0-1~stretch

NJS_VERSION

1.14.0.0.2.0-1~stretch

PATH

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


Layers

[#000] sha256:2e5bbd238113a2057012dfb78ac9665531c276c48962d208492c8802fb0503c0 - 48.14% (18.4 MB)

[#001] sha256:25a7086dd700e2afc03f06c341454e7e4d98e341d1f6150c948ee24ee8a87f3d - 51.86% (19.8 MB)

[#002] sha256:222434813db5cbf9719ff18bfd2846ec0989da60ca18c3bef248b6a3c3276d45 - 0.0% (204 Bytes)


History
2018-09-05 12:04:38 UTC

/bin/sh -c #(nop) ADD file:d20313e46e6d5f092327691d5bc0e83ad6b16d7b44a8dc82fa973c25a13257e7 in /

2018-09-05 12:04:38 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-09-05 13:03:56 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2018-09-05 13:13:57 UTC

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

2018-09-05 13:13:57 UTC

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

2018-09-05 13:18:11 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates && 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 --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} " && case "$dpkgArch" in amd64|i386) echo "deb https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base && apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2018-09-05 13:18:13 UTC

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

2018-09-05 13:18:14 UTC

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

2018-09-05 13:18:15 UTC

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

2018-09-05 13:18:15 UTC

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

Details
Created

2018-10-16 15:32:58 UTC

Size

39.9 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.14.0-1~stretch

NJS_VERSION

1.14.0.0.2.0-1~stretch

PATH

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


Layers

[#000] sha256:141796bfcf0d5a5edb072138e517bf85deef4f47f40afb51ba8705bec3b921dd - 48.64% (19.4 MB)

[#001] sha256:840f69ac8fd9df215d83f3bc6f9dbcc780eb26fef9fc360388db973d5824953e - 51.36% (20.5 MB)

[#002] sha256:eabf16658f9e1c4e9c53eaafeed208000c55b4738936699a56eb98b99f47f27c - 0.0% (204 Bytes)


History
2018-10-16 08:43:45 UTC

/bin/sh -c #(nop) ADD file:e83c09a5cfc1cecaeba6b736737d551fe0f5d3f204ec3fc984fe768003774f81 in /

2018-10-16 08:43:46 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-10-16 14:50:06 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2018-10-16 15:21:09 UTC

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

2018-10-16 15:21:11 UTC

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

2018-10-16 15:32:48 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates && 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 --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} " && case "$dpkgArch" in amd64|i386) echo "deb https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base && apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2018-10-16 15:32:50 UTC

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

2018-10-16 15:32:52 UTC

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

2018-10-16 15:32:58 UTC

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

2018-10-16 15:32:58 UTC

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

Details
Created

2018-10-16 13:13:07 UTC

Size

42.7 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.14.0-1~stretch

NJS_VERSION

1.14.0.0.2.0-1~stretch

PATH

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


Layers

[#000] sha256:202f659db3e53c01ac947538d8b37251e9fa16c4a6a699dc6c2a8910afcdfed4 - 50.79% (21.7 MB)

[#001] sha256:5ed17ad647b9e8d48dd9e062f1f8eff60c3abd053285985c521e693dd49fd075 - 49.21% (21 MB)

[#002] sha256:c5590a0dd7a65be227f75c123f4ca56a9223e585cb9376b4ad49dea61515da64 - 0.0% (205 Bytes)


History
2018-10-16 08:22:25 UTC

/bin/sh -c #(nop) ADD file:b1fa1d0ffa2b206311dfd95642d74c3312565a1ec2e6e3a2197bfd2a4b3de6c6 in /

2018-10-16 08:22:30 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-10-16 12:45:20 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2018-10-16 13:02:38 UTC

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

2018-10-16 13:02:41 UTC

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

2018-10-16 13:12:55 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates && 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 --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} " && case "$dpkgArch" in amd64|i386) echo "deb https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base && apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2018-10-16 13:12:58 UTC

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

2018-10-16 13:13:02 UTC

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

2018-10-16 13:13:04 UTC

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

2018-10-16 13:13:07 UTC

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

Details
Created

2018-10-16 12:44:08 UTC

Size

42.5 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.14.0-1~stretch

NJS_VERSION

1.14.0.0.2.0-1~stretch

PATH

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


Layers

[#000] sha256:b16a7816eac3ca0893b75f07b37e5e276ba331e1a35619343718d1c33f877877 - 50.16% (21.3 MB)

[#001] sha256:9bee288165990097226300d8913f5f44420423adeadabda9e0217c34f9cbbd3b - 49.84% (21.2 MB)

[#002] sha256:52dd96c89d50ab4a6859b34c1f8b9fe7b4ae8eb8bee4c36c0ac75a9e0014b285 - 0.0% (204 Bytes)


History
2018-10-16 11:42:52 UTC

/bin/sh -c #(nop) ADD file:a7cc9e5280b465a6e72c8b1331e009ddd18bff12c000c9e49ababac631179edc in /

2018-10-16 11:42:52 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-10-16 12:34:00 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <[email protected]>

2018-10-16 12:41:04 UTC

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

2018-10-16 12:41:04 UTC

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

2018-10-16 12:44:07 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 apt-transport-https ca-certificates && 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 --auto-remove -y gnupg1 && rm -rf /var/lib/apt/lists/* && dpkgArch="$(dpkg --print-architecture)" && nginxPackages=" nginx=${NGINX_VERSION} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} " && case "$dpkgArch" in amd64|i386) echo "deb https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && apt-get update ;; *) echo "deb-src https://nginx.org/packages/debian/ stretch nginx" >> /etc/apt/sources.list.d/nginx.list && tempDir="$(mktemp -d)" && chmod 777 "$tempDir" && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get build-dep -y $nginxPackages && ( cd "$tempDir" && DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) && apt-mark showmanual | xargs apt-mark auto > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && ls -lAFh "$tempDir" && ( cd "$tempDir" && dpkg-scanpackages . > Packages ) && grep '^Package: ' "$tempDir/Packages" && echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list && apt-get -o Acquire::GzipIndexes=false update ;; esac && apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base && apt-get remove --purge --auto-remove -y apt-transport-https ca-certificates && rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2018-10-16 12:44:07 UTC

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

2018-10-16 12:44:08 UTC

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

2018-10-16 12:44:08 UTC

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

2018-10-16 12:44:08 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete