2020-08-14 20:27:07 UTC
64.4 MB
http://localhost:9500
NGINX_VERSION1.16.0
NJS_VERSION0.3.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1~stretch
[#000] sha256:9fc222b64b0a005c742f1b50f03986a7f768d41434994430718917d88fefe567 - 33.37% (21.5 MB)
[#001] sha256:30e9fc7d9c5bf599b163731f209c0d64efec30216fc4aed7d2b1b478676207c1 - 33.04% (21.3 MB)
[#002] sha256:4b3a8aeaa40ebf9bc1c3e9f0d9f3a926831d3707bee39d38c97369f3072314fe - 0.0% (201 Bytes)
[#003] sha256:8077ea62133146bd553547d17bdb233071506a593c414de5b825018df41ed402 - 28.59% (18.4 MB)
[#004] sha256:6225f5bf142cf0e975e1e137e08104cd35ec9b67d375e9dcc84e85cb68b78032 - 0.0% (144 Bytes)
[#005] sha256:ad6f95b4332f7ca292e985c11eb493f25f05b24bed82299998deb2acc050b14b - 5.0% (3.22 MB)
[#006] sha256:db6238e8fe268c57f28d3fa51cf3a0504a22ced38f2c9908102fecb242c7b236 - 0.0% (744 Bytes)
/bin/sh -c #(nop) ADD file:52a7d996761b6acc4bb35207ca6a9902086514831ac81e10874584a741871d22 in /
2019-08-14 00:25:02 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-08-14 07:27:39 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2019-08-14 07:27:39 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.16.0
2019-08-14 07:27:39 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.3.1
2019-08-14 07:27:40 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1~stretch
2019-08-14 07:28: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}-${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-${PKG_RELEASE} " && 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
2019-08-14 07:28:12 UTC/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2019-08-14 07:28:12 UTC/bin/sh -c #(nop) EXPOSE 80
2019-08-14 07:28:13 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2019-08-14 07:28:13 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2020-08-14 20:27:00 UTC/bin/sh -c apt-get update -y && apt-get install -y curl libcurl3 libcurl3-dev
2020-08-14 20:27:03 UTC/bin/sh -c mkdir -p web/dist
2020-08-14 20:27:03 UTC/bin/sh -c #(nop) WORKDIR /web
2020-08-14 20:27:03 UTC/bin/sh -c #(nop) COPY dir:a734205a1ae0b40a4771e3fd50bc1aee34ae56ef55dc7fe065f10495cc8fde7b in /web/dist
2020-08-14 20:27:04 UTC/bin/sh -c #(nop) COPY file:7bfc13e82b131bddbf8981b62f24bed7aa9b3b0682c6e07126988cc89b8508c8 in /etc/nginx/nginx.conf.template
2020-08-14 20:27:04 UTC/bin/sh -c #(nop) EXPOSE 8000
2020-08-14 20:27:05 UTC/bin/sh -c #(nop) ENV LONGHORN_MANAGER_IP=http://localhost:9500
2020-08-14 20:27:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash" "-c" "envsubst '${LONGHORN_MANAGER_IP}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf && nginx -g 'daemon off;'"]
2020-08-14 20:27:05 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-14T20:24:33Z
2020-08-14 20:27:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-14 20:27:06 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=59a05cb6594e185a745096f3bf1866f35f6d2975
2020-08-14 20:27:07 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/longhorn/longhorn-ui.git
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.