sha256:ba97b5ae54198a9b907fdea14134b422bfc64c4d53a3f2f68c7c80a5ffa7e7fb
2017-12-27 10:45:27 UTC
43.5 MB
1.13.8-1~stretch
NJS_VERSION1.13.8.0.1.15-1~stretch
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4dbce982b05e209cf10a433462dc417f7816c47b0c1a151c8c93206b299b9a14 - 50.69% (22.1 MB)
[#001] sha256:c1547b60e67d5488f2a639b919a316b7629e6eedd33b945e2adc1434d2e3fa80 - 49.31% (21.5 MB)
[#002] sha256:370aee810e5f9932b7bcfc9acadeec52038b09e360447f8802b93746c33bdcfe - 0.0% (203 Bytes)
/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 <docker-maint@nginx.com>
2017-12-27 10:45:00 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.13.8-1~stretch
2017-12-27 10:45:00 UTC/bin/sh -c #(nop) ENV NJS_VERSION=1.13.8.0.1.15-1~stretch
2017-12-27 10:45:26 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-27 10:45:26 UTC/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2017-12-27 10:45:27 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2017-12-27 10:45:27 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2017-12-27 10:45:27 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
sha256:9e988ed19567262bd07d62a8e51b3c0db8bda5d7afd63268860aabfe04d46168
2018-02-17 08:41:02 UTC
42.4 MB
1.13.8-1~stretch
NJS_VERSION1.13.8.0.1.15-1~stretch
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8176e34d5d92775e15a602541e02fec25a22933a12561c114436b757b8e7a9e8 - 50.61% (21.5 MB)
[#001] sha256:cb1142c3ae99a6818daa2a69028122cb5ff5cc4f1c1521f5534a021c3ca3d414 - 49.39% (20.9 MB)
[#002] sha256:45b531966c63f254631b56be3ed270481dc380accf9966bfa92b17804e9e54b8 - 0.0% (204 Bytes)
/bin/sh -c #(nop) ADD file:27ffb1ef53bfa3b9f26c0ad9d788ae2340b46470f958f451ddd80e122d94d100 in /
2018-02-15 02:01:56 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-02-17 08:40:40 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2018-02-17 08:40:40 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.13.8-1~stretch
2018-02-17 08:40:40 UTC/bin/sh -c #(nop) ENV NJS_VERSION=1.13.8.0.1.15-1~stretch
2018-02-17 08:41:00 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
2018-02-17 08:41:01 UTC/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2018-02-17 08:41:01 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-17 08:41:02 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-17 08:41:02 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
sha256:fcfb0d11d41697992ef3aa42128c67ff4898ea762a91ae1050f9d9b52d7b8f11
2018-02-15 14:25:50 UTC
38.1 MB
1.13.8-1~stretch
NJS_VERSION1.13.8.0.1.15-1~stretch
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:235baf89a76b73bd04542508f7769803ecd00e0b8c71046ada69fb9d17f02496 - 48.24% (18.4 MB)
[#001] sha256:03299fdd2d077307b0de33470247f6ef9e67388dbd0b6e74ea9e21bcddbd64d6 - 51.76% (19.7 MB)
[#002] sha256:dcd45307b6c8f494f40140288b386c38848db3528ade2b0aabe1f4ac1374a297 - 0.0% (203 Bytes)
/bin/sh -c #(nop) ADD file:46d299c1b94cf1c7078a9ae99d4614ead151ede9dfedcf4c70385710c07610bc in /
2018-02-15 13:31:27 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-02-15 14:22:04 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2018-02-15 14:22:04 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.13.8-1~stretch
2018-02-15 14:22:04 UTC/bin/sh -c #(nop) ENV NJS_VERSION=1.13.8.0.1.15-1~stretch
2018-02-15 14:25:49 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
2018-02-15 14:25:50 UTC/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2018-02-15 14:25:50 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-15 14:25:50 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-15 14:25:50 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
sha256:c8675ecb44daa39dbddbd1ffea9d9ba55af2fc61b9a9c9b4784312084cdbb76e
2018-02-16 00:20:39 UTC
39.8 MB
1.13.8-1~stretch
NJS_VERSION1.13.8.0.1.15-1~stretch
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:905dc789f64103ffa9af0dd66a58b87ae1ee2fd4d38d9484cc3662855fafbd9b - 48.76% (19.4 MB)
[#001] sha256:38f154b54d452f74c4837153e8a17d526874bd8ff72ed00604d6ab3ad5b1ab84 - 51.24% (20.4 MB)
[#002] sha256:d3b9e1f66fdebc4b34f268a12f220ca40764c797f9aad8af32b871d993372813 - 0.0% (203 Bytes)
/bin/sh -c #(nop) ADD file:d2e12f27812a401bc7a8b63ad29adabafa065e3016b860f8a168e59638974a1b in /
2018-02-15 18:29:51 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-02-16 00:07:21 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2018-02-16 00:07:22 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.13.8-1~stretch
2018-02-16 00:07:23 UTC/bin/sh -c #(nop) ENV NJS_VERSION=1.13.8.0.1.15-1~stretch
2018-02-16 00:20:33 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
2018-02-16 00:20:36 UTC/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2018-02-16 00:20:37 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-16 00:20:38 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-16 00:20:39 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
sha256:0ea2d1441fb34da6445377b9890143810fd17585960e8db2bdae7da3c8a10bee
2018-02-15 02:29:10 UTC
42.6 MB
1.13.8-1~stretch
NJS_VERSION1.13.8.0.1.15-1~stretch
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:07a374cd4a95ebfac482b60ccc87f4492e55d2f46ad3344b9f1656082a2d40c9 - 50.9% (21.7 MB)
[#001] sha256:b915b6d69ab46b2fb266e1ed632eb71ed534b72c02bc83769df726319192a976 - 49.1% (20.9 MB)
[#002] sha256:625d7369d790aac828f8870e561a21c7dd92b43ffe3d91f77e2da3d7286d6ffe - 0.0% (204 Bytes)
/bin/sh -c #(nop) ADD file:b111f25d8b57c437e532229243b1e47f56149cb63f80fd959bcf8f23fec341c2 in /
2018-02-15 01:38:24 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-02-15 02:11:55 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2018-02-15 02:11:57 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.13.8-1~stretch
2018-02-15 02:11:59 UTC/bin/sh -c #(nop) ENV NJS_VERSION=1.13.8.0.1.15-1~stretch
2018-02-15 02:28:58 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
2018-02-15 02:29:03 UTC/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2018-02-15 02:29:05 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-15 02:29:08 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-15 02:29:10 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
sha256:bf67d989d955f7412eb6d7a3f076a60ba6d71815a2197f8b10eb90dc937a1ed0
2018-02-15 08:00:33 UTC
42.4 MB
1.13.8-1~stretch
NJS_VERSION1.13.8.0.1.15-1~stretch
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:100c28096d510c9b0ea02579fd330b972463c7d39f30611f118c107310254130 - 50.28% (21.3 MB)
[#001] sha256:4b62ac000970236a8b196164dedaee1be4a224687cca68ff9fba2b30a0483dc9 - 49.72% (21.1 MB)
[#002] sha256:3e967e454a7db46b4de309bdcb2620617bfd1a836d68c21dd055e148fc431ffd - 0.0% (204 Bytes)
/bin/sh -c #(nop) ADD file:8260e9ae960fb51db5129dd52203404076c40abd098cb2b6be7c9fe82821306f in /
2018-02-15 06:24:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-02-15 07:57:28 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2018-02-15 07:57:28 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.13.8-1~stretch
2018-02-15 07:57:29 UTC/bin/sh -c #(nop) ENV NJS_VERSION=1.13.8.0.1.15-1~stretch
2018-02-15 08:00: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
2018-02-15 08:00:32 UTC/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2018-02-15 08:00:32 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-15 08:00:33 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-15 08:00:33 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
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.