Namespace
longhornio
Image / Tag
longhorn-ui:v0.6.1-patch1
Content Digest
sha256:6c3fd103c4b99ad22219bb03b80a5e31e07f3126df4c650a23dfaf2f872e26a2
Details
Created

2019-09-25 03:48:22 UTC

Size

292 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>

Environment
LONGHORN_MANAGER_IP

http://localhost:9500

NGINX_VERSION

1.16.0

NJS_VERSION

0.3.1

PATH

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

PKG_RELEASE

1~stretch

VERSION

v0.6.1


Layers

[#000] sha256:0a4690c5d889e116874bf45dc757b515565a3bd9b0f6c04054d62280bb4f4ecf - 7.35% (21.4 MB)

[#001] sha256:5bbffb93a7a987e70c7af7456eec6692853ecaa86329ea97ba464c631a2d8c63 - 7.28% (21.3 MB)

[#002] sha256:5a805864fc7fb8f63d75cbb7ee15d26e667930958b7b0799ba8bce6677494dd6 - 0.0% (201 Bytes)

[#003] sha256:329ad3b7f3559e6c63bf88b3c310361766d73a419c7005b04a915188c3e8440e - 7.19% (21 MB)

[#004] sha256:72b294e2389b3603193b5283c96f764d179b4bc96022d5615d447f672c12d9af - 3.3% (9.62 MB)

[#005] sha256:12d3e921dfb249bab5910cb0ec70aeda175ba738907061ef74aeb3d3e356fee3 - 8.66% (25.3 MB)

[#006] sha256:0b2f1ae54ee9f97d9249c8b3276f0ecd3a0890d95b8fd54242ad11f27849a89a - 18.82% (55 MB)

[#007] sha256:f294d67982cbb9e6c54720fa74075459d88ac6277f67c24b858d1f337b235060 - 0.0% (1.44 KB)

[#008] sha256:58fb9eab7b9f2004b48cd0f8cfa5a6c76b9cfe2f5870b9c68d12b1f842a60dbc - 31.16% (91 MB)

[#009] sha256:b7e0ac72ac571257394e014a71e929328211e4e8ae3df727fb3a11b7a67e9e4e - 14.2% (41.5 MB)

[#010] sha256:3a71cd9873b98e318acb1dc971e5b5330ae97e335ba95209d19543f84610e896 - 0.0% (743 Bytes)

[#011] sha256:84d6e7139b57b8031e28a84219444dbc3d5880beda769a1e3ae56e02f12c7a28 - 0.85% (2.48 MB)

[#012] sha256:9ae2df7d5cf29a60e89fc6fce84930c36c4e6144d7080a1e1a271412416ba6aa - 0.0% (309 Bytes)

[#013] sha256:126426f9f79515147e27f4df23c093d3826ff0ea05429f1c4b0770ef02e7a01b - 1.19% (3.49 MB)


History
2019-07-09 21:32:29 UTC

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

2019-07-09 21:32:29 UTC

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

2019-07-17 23:24:18 UTC

/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>

2019-07-17 23:25:26 UTC

/bin/sh -c #(nop) ENV NGINX_VERSION=1.16.0

2019-07-17 23:25:26 UTC

/bin/sh -c #(nop) ENV NJS_VERSION=0.3.1

2019-07-17 23:25:27 UTC

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

2019-07-17 23:25:49 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-07-17 23:25:49 UTC

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

2019-07-17 23:25:49 UTC

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

2019-07-17 23:25:50 UTC

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

2019-07-17 23:25:50 UTC

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

2019-07-25 17:24:36 UTC

/bin/sh -c apt-get update -y && apt-get install -y curl libcurl3 libcurl3-dev ngrep gnupg

2019-07-25 17:24:48 UTC

/bin/sh -c curl -sL https://deb.nodesource.com/setup_10.x | bash -

2019-07-25 17:25:09 UTC

/bin/sh -c apt-get install -y nodejs

2019-07-25 17:25:25 UTC

/bin/sh -c apt-get install -y build-essential

2019-07-25 17:25:25 UTC

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

2019-09-17 01:23:01 UTC

/bin/sh -c #(nop) COPY file:c54f7639f8126f7fdbb28019d3c1d84cc4fb49ad013f65d76629cb2a41ad3ab2 in /tmp/package.json

2019-09-17 01:25:33 UTC

/bin/sh -c cd /tmp && npm install

2019-09-17 01:25:42 UTC

/bin/sh -c mkdir -p /web && cp -a /tmp/node_modules /web

2019-09-17 01:25:43 UTC

/bin/sh -c #(nop) COPY file:aaee2244078c67229b8f7592d1064ab8185d87ae72ae7e435f5a12697857047f in /etc/nginx/nginx.conf.template

2019-09-25 03:47:12 UTC

/bin/sh -c #(nop) COPY dir:7d9a20dccae052d8503728765f29d35fbd98e141b17440364867b4eb5ffae3a7 in /web

2019-09-25 03:47:13 UTC

/bin/sh -c #(nop) WORKDIR /web

2019-09-25 03:47:13 UTC

/bin/sh -c #(nop) EXPOSE 8000

2019-09-25 03:47:13 UTC

/bin/sh -c #(nop) ENV LONGHORN_MANAGER_IP=http://localhost:9500

2019-09-25 03:47:14 UTC

/bin/sh -c #(nop) ARG VERSION

2019-09-25 03:47:14 UTC

/bin/sh -c #(nop) ENV VERSION=v0.6.1

2019-09-25 03:47:17 UTC

/bin/sh -c envsubst '${VERSION}' < /web/src/utils/config.js > /web/src/utils/config.js.subst && mv /web/src/utils/config.js.subst /web/src/utils/config.js

2019-09-25 03:48:21 UTC

/bin/sh -c npm run build

2019-09-25 03:48:22 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;'"]

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