2017-12-27 10:46:05 UTC
52.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 - 42.02% (22.1 MB)
[#001] sha256:b4377c6185f1634711cc34c2af426cad864cfd2440248f19afbff9e8d64258ae - 57.98% (30.4 MB)
[#002] sha256:ad3574f09c41d591729560c0ca7bde595522246b2b68724ed02ccba38a36a65c - 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 <[email protected]>
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:46:04 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-perl=${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:46:05 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:46:05 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2017-12-27 10:46:05 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2017-12-27 10:46:05 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2018-02-17 08:48:46 UTC
51.9 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 - 41.38% (21.5 MB)
[#001] sha256:3dbcf64108fd3aa19f6c627ca9d5f388ce5b21b6c5ba680c7f04a4cfd84964b1 - 58.62% (30.4 MB)
[#002] sha256:850138cb84c0926ea08960f42906e101b9589b76cc2c2c8f93e43525ab9b1582 - 0.0% (202 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 <[email protected]>
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:48:44 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-perl=${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:48:45 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:48:46 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-17 08:48:46 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-17 08:48:46 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2018-02-15 14:30:31 UTC
46.7 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 - 39.37% (18.4 MB)
[#001] sha256:8f934034ae1e785cc08946b2e1d1ac80fb5f6ec172460ba72978d045c41abda4 - 60.63% (28.3 MB)
[#002] sha256:19ce3a14084433bc8d1d2586177992b57b68f93fbddd2b22bb17edadbba35d44 - 0.0% (204 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 <[email protected]>
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:30: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-perl=${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:30:30 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:30:30 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-15 14:30:30 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-15 14:30:31 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2018-02-16 00:34:56 UTC
49.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:905dc789f64103ffa9af0dd66a58b87ae1ee2fd4d38d9484cc3662855fafbd9b - 39.53% (19.4 MB)
[#001] sha256:23f165c5ebf035bf41525520dc1b998f9ed0cab898b6e597ada34d229f9213b7 - 60.47% (29.7 MB)
[#002] sha256:93ee57435fe2ecce50f3bbb72a03354cbb1d523e9d4cdec07717d706d2eaed8f - 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 <[email protected]>
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:34:37 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-perl=${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:34:45 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:34:49 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-16 00:34:52 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-16 00:34:56 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2018-02-15 02:49:57 UTC
52.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:07a374cd4a95ebfac482b60ccc87f4492e55d2f46ad3344b9f1656082a2d40c9 - 41.65% (21.7 MB)
[#001] sha256:3c58d436e60a4c7f99e60024b9022c21dafd3d1d644196f819a16a5897722ada - 58.35% (30.4 MB)
[#002] sha256:4808f371458dbc9033ac65473f5e73674a7a82030a34b0a562a418e44e3e04b4 - 0.0% (205 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 <[email protected]>
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:49:30 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-perl=${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:49:34 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:49:36 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-15 02:49:40 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-15 02:49:57 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2018-02-15 08:03:29 UTC
52.2 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 - 40.85% (21.3 MB)
[#001] sha256:7d1e061681f6c1d48a1e8d727ea7e3bf225eafc0a79f5734e48433386b5fc18b - 59.15% (30.9 MB)
[#002] sha256:f6b3ea4e0b54bb11e02e87fc6aa40f30299d5460063102d31a44bcbbf7d711e1 - 0.0% (201 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 <[email protected]>
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:03:25 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-perl=${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:03:27 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:03:28 UTC/bin/sh -c #(nop) EXPOSE 80/tcp
2018-02-15 08:03:28 UTC/bin/sh -c #(nop) STOPSIGNAL [SIGTERM]
2018-02-15 08:03:29 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.