Namespace
library
Image / Tag
nginx:1.13.7
Content Digest
sha256:edc8182581fdaa985a39b3021836aa09a69f9b966d1a0ff2f338be6f2fbfe238
Details
Created

2017-12-13 00:28:25 UTC

Size

43.5 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.13.7-1~stretch

NJS_VERSION

1.13.7.0.1.15-1~stretch

PATH

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


Layers

[#000] sha256:4dbce982b05e209cf10a433462dc417f7816c47b0c1a151c8c93206b299b9a14 - 50.69% (22.1 MB)

[#001] sha256:2b4273a9458242afd59281685aa9462b2091f56dbbce324a38197e7eea58e160 - 49.31% (21.5 MB)

[#002] sha256:96186768ad669633686ec8e5e0d8a5a11b98ebc8c7df88e39ac801f3cf9a958d - 0.0% (202 Bytes)


History
2017-12-12 14:36:09 UTC

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

2017-12-12 14:36:09 UTC

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

2017-12-13 00:27:50 UTC

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

2017-12-13 00:27:50 UTC

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

2017-12-13 00:27:50 UTC

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

2017-12-13 00:28:23 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --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 http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list && apt-get update ;; *) echo "deb-src http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.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 && rm -rf /var/lib/apt/lists/* && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-13 00:28:24 UTC

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

2017-12-13 00:28:24 UTC

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

2017-12-13 00:28:24 UTC

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

2017-12-13 00:28:25 UTC

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

Details
Created

2017-12-12 05:15:03 UTC

Size

42.4 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.13.7-1~stretch

NJS_VERSION

1.13.7.0.1.15-1~stretch

PATH

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


Layers

[#000] sha256:e7bb522d92ff6d4e5b2087409b0fc783c2e3b06acf87bee739ee47d90bf02e96 - 50.6% (21.4 MB)

[#001] sha256:0f4d7753723e2ffd732a15c67e7968bd881631d7d6dffa1e7794b76325c20793 - 49.4% (20.9 MB)

[#002] sha256:91470a14d63f80ed1aaff3c198c3d4282cab7404a64aa256fde0cc57dcc7c2cf - 0.0% (202 Bytes)


History
2017-12-12 01:44:43 UTC

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

2017-12-12 01:44:43 UTC

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

2017-12-12 05:14:40 UTC

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

2017-12-12 05:14:40 UTC

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

2017-12-12 05:14:40 UTC

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

2017-12-12 05:14:59 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --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 http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list && apt-get update ;; *) echo "deb-src http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.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 && rm -rf /var/lib/apt/lists/* && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 05:15:03 UTC

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

2017-12-12 05:15:03 UTC

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

2017-12-12 05:15:03 UTC

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

2017-12-12 05:15:03 UTC

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

Details
Created

2017-12-12 14:43:29 UTC

Size

38.1 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.13.7-1~stretch

NJS_VERSION

1.13.7.0.1.15-1~stretch

PATH

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


Layers

[#000] sha256:cd8b673adb84fd5eae3444d0475addad7e8908a8332704c4407baa97e9b0b284 - 48.22% (18.4 MB)

[#001] sha256:1e2b2afc1dc619a72eaa6ed1c05f9cf30966bfbf32043956ba2e792af4feab26 - 51.77% (19.7 MB)

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


History
2017-12-12 13:33:42 UTC

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

2017-12-12 13:33:42 UTC

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

2017-12-12 14:39:28 UTC

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

2017-12-12 14:39:28 UTC

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

2017-12-12 14:39:28 UTC

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

2017-12-12 14:43:24 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --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 http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list && apt-get update ;; *) echo "deb-src http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.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 && rm -rf /var/lib/apt/lists/* && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 14:43:27 UTC

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

2017-12-12 14:43:28 UTC

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

2017-12-12 14:43:28 UTC

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

2017-12-12 14:43:29 UTC

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

Details
Created

2017-12-20 10:48:41 UTC

Size

39.8 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.13.7-1~stretch

NJS_VERSION

1.13.7.0.1.15-1~stretch

PATH

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


Layers

[#000] sha256:fcad8cfc11c78a53ccf9aafafcb3ded5044dbd181977e6255aea54fbe164f131 - 48.74% (19.4 MB)

[#001] sha256:b25cacdc0b67e12d18d50c687ab36e6ef731d16b38bf42b0e0585b4a751247e2 - 51.26% (20.4 MB)

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


History
2017-12-12 18:34:13 UTC

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

2017-12-12 18:34:14 UTC

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

2017-12-20 10:39:29 UTC

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

2017-12-20 10:39:29 UTC

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

2017-12-20 10:39:30 UTC

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

2017-12-20 10:48:32 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --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 http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list && apt-get update ;; *) echo "deb-src http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.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 && rm -rf /var/lib/apt/lists/* && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-20 10:48:35 UTC

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

2017-12-20 10:48:36 UTC

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

2017-12-20 10:48:38 UTC

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

2017-12-20 10:48:41 UTC

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

Details
Created

2017-12-12 04:13:38 UTC

Size

42.6 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.13.7-1~stretch

NJS_VERSION

1.13.7.0.1.15-1~stretch

PATH

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


Layers

[#000] sha256:b8b738bec437a97371af422179183d09cdb031f677b2dba4deaed774655ee9d8 - 50.88% (21.7 MB)

[#001] sha256:2e4045f19eedafd40fe32b069a6b442cb833eddbf8a9d51847bd284c90f73818 - 49.12% (20.9 MB)

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


History
2017-12-12 01:35:41 UTC

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

2017-12-12 01:35:42 UTC

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

2017-12-12 03:58:06 UTC

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

2017-12-12 03:58:08 UTC

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

2017-12-12 03:58:10 UTC

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

2017-12-12 04:13:28 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --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 http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list && apt-get update ;; *) echo "deb-src http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.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 && rm -rf /var/lib/apt/lists/* && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 04:13:33 UTC

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

2017-12-12 04:13:35 UTC

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

2017-12-12 04:13:37 UTC

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

2017-12-12 04:13:38 UTC

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

Details
Created

2017-12-12 07:33:13 UTC

Size

42.4 MB

Content Digest
Labels

Environment
NGINX_VERSION

1.13.7-1~stretch

NJS_VERSION

1.13.7.0.1.15-1~stretch

PATH

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


Layers

[#000] sha256:da91ecedba56836763b256841bfd01198234139e3e4824510318c25fa8cf140a - 50.26% (21.3 MB)

[#001] sha256:11f6b88f51bc58a37cfd8976e9db3c5bdfa654fe6fbb8af17acd77e63e8f8a81 - 49.74% (21.1 MB)

[#002] sha256:3fc66d62e30a5bc22f122bf97db2ba738b019a97bb17f54bc443bfeeffe6362a - 0.0% (203 Bytes)


History
2017-12-12 06:25:50 UTC

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

2017-12-12 06:25:51 UTC

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

2017-12-12 07:30:16 UTC

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

2017-12-12 07:30:16 UTC

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

2017-12-12 07:30:16 UTC

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

2017-12-12 07:33:12 UTC

/bin/sh -c set -x && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge --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 http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list && apt-get update ;; *) echo "deb-src http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.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 && rm -rf /var/lib/apt/lists/* && if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove && rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi

2017-12-12 07:33:12 UTC

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

2017-12-12 07:33:13 UTC

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

2017-12-12 07:33:13 UTC

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

2017-12-12 07:33:13 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