Namespace
longhornio
Image / Tag
longhorn-ui:v1.1.2-rc1
Content Digest
sha256:2d3702f3807d6a237105bde871db6f709480aa8b4942557ba261327b8ea01859
Details
Created

2021-06-22 08:59:00 UTC

Size

16.3 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • org.opencontainers.image.created
    2021-06-22T08:56:43Z
  • org.opencontainers.image.revision
    f770b95ef76b2dc27b80d52cc61fdd7837649832
  • org.opencontainers.image.source
    https://github.com/longhorn/longhorn-ui.git
  • org.opencontainers.image.url
    https://github.com/longhorn/longhorn-ui

Environment
LONGHORN_MANAGER_IP

http://localhost:9500

NGINX_VERSION

1.19.9

NJS_VERSION

0.5.3

PATH

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

PKG_RELEASE

1


Layers

[#000] sha256:ca3cd42a7c9525f6ce3d64c1a70982613a8235f0cc057ec9244052921853ef15 - 16.5% (2.68 MB)

[#001] sha256:de48f30650ccde3e8186cc4c7634cab55ab8c031cc108e34a91b20a8f1deec1b - 41.06% (6.67 MB)

[#002] sha256:9f0d5f02d7d1c35dc742d202ba49ee4b7fe9f26bb03cd1768043cbe5fc1e817b - 0.0% (602 Bytes)

[#003] sha256:6254de9101460ea689bd3a171a4f1e5e85b54f38a73f378f59f836c4321674b5 - 0.01% (894 Bytes)

[#004] sha256:f38403c80edca2edf058a023893e1d649c8538180916aac6aa0842b25dd845ec - 0.0% (666 Bytes)

[#005] sha256:3561442fed515eec59c9770b8891462cc848e92bbe1b6887e448969bbb8caa9e - 0.01% (1.36 KB)

[#006] sha256:3f39e127dc22a7ffcd19373c21368b03e553f2643ec9c68641cc07692e53e11e - 22.05% (3.58 MB)

[#007] sha256:395de02510acfadda7fc1352677857a107d664a84408ae79721d5a544a50779a - 0.0% (143 Bytes)

[#008] sha256:c82e1b53eddd71b8e16edab711f0b0f25adf143254d0d35b992b6d4f978eee09 - 20.37% (3.31 MB)

[#009] sha256:a0a9ae60017e644fe8efa7030a189edd0d997b8ebdbb0c3b10d5263f637b72f9 - 0.0% (787 Bytes)


History
2021-03-31 20:10:06 UTC

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

2021-03-31 20:10:06 UTC

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

2021-04-01 15:19:43 UTC

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

2021-04-01 15:19:43 UTC

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

2021-04-01 15:19:44 UTC

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

2021-04-01 15:19:44 UTC

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

2021-04-01 15:19:51 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2021-04-01 15:19:51 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-04-01 15:19:51 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-04-01 15:19:51 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-04-01 15:19:51 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-04-01 15:19:52 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-04-01 15:19:52 UTC

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

2021-04-01 15:19:52 UTC

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

2021-04-01 15:19:52 UTC

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

2021-06-22 08:58:52 UTC

/bin/sh -c apk update && apk add curl && apk add curl-dev && apk add bash && apk add gettext && apk add shadow && rm -rf /var/cache/apk/*

2021-06-22 08:58:56 UTC

/bin/sh -c mkdir -p web/dist

2021-06-22 08:58:57 UTC

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

2021-06-22 08:58:57 UTC

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

2021-06-22 08:58:58 UTC

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

2021-06-22 08:58:58 UTC

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

2021-06-22 08:58:58 UTC

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

2021-06-22 08:58:58 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;'"]

2021-06-22 08:58:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-22T08:56:43Z

2021-06-22 08:58:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f770b95ef76b2dc27b80d52cc61fdd7837649832

2021-06-22 08:58:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/longhorn/longhorn-ui.git

2021-06-22 08:59:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/longhorn/longhorn-ui

Details
Created

2021-06-22 09:08:19 UTC

Size

16.1 MB

Content Digest
Labels
  • maintainer
    NGINX Docker Maintainers <docker-maint@nginx.com>
  • org.opencontainers.image.created
    2021-06-22T08:57:22Z
  • org.opencontainers.image.revision
    f770b95ef76b2dc27b80d52cc61fdd7837649832
  • org.opencontainers.image.source
    https://github.com/longhorn/longhorn-ui.git
  • org.opencontainers.image.url
    https://github.com/longhorn/longhorn-ui

Environment
LONGHORN_MANAGER_IP

http://localhost:9500

NGINX_VERSION

1.19.9

NJS_VERSION

0.5.3

PATH

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

PKG_RELEASE

1


Layers

[#000] sha256:912815139b61c8926da31f7701f0a924e7964e3713052bf1a53193a4562157f6 - 16.1% (2.59 MB)

[#001] sha256:3a1247eb69b744bd30a207afe964ecd59eee9ef2a592d43aaf388805bec90cf4 - 40.99% (6.58 MB)

[#002] sha256:f5e0db07c1d42fdf745a22773f3d9ee03b32d6197f6c162491691f3b896bf0a3 - 0.0% (602 Bytes)

[#003] sha256:2d02b19fd0620792de6e4e658e99ef34a3d9c18b4828c47619dabbb91ffc8091 - 0.01% (895 Bytes)

[#004] sha256:a628c100f40818a897418ab5aef77795957fb7130ef5c180071f8e054246f301 - 0.0% (666 Bytes)

[#005] sha256:d1c18192871ced02969cab3a5dc398378abbde50308d4d088acccc01eb7433b5 - 0.01% (1.36 KB)

[#006] sha256:d3bf69cc4ddf616d575a0a0b6f664ff6ec0cf83a6e6e29f34fbdf3b28f9179ed - 22.28% (3.58 MB)

[#007] sha256:902d1744c3a986b6bd273d964ff1ad769067db2be3c8ee2be5d5b0c8e38621df - 0.0% (143 Bytes)

[#008] sha256:cce848d6b9df86adb40bf1d711c7acf9616fcf3f92e845efc1b94ee48aebada5 - 20.61% (3.31 MB)

[#009] sha256:111e3e129f6fb5781398d3650a2f576c758fb417ec9633149cb06e361559b772 - 0.0% (789 Bytes)


History
2021-03-31 17:21:21 UTC

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

2021-03-31 17:21:23 UTC

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

2021-04-01 13:55:52 UTC

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

2021-04-01 13:55:52 UTC

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

2021-04-01 13:55:53 UTC

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

2021-04-01 13:55:54 UTC

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

2021-04-01 14:01:06 UTC

/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d

2021-04-01 14:01:10 UTC

/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /

2021-04-01 14:01:11 UTC

/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d

2021-04-01 14:01:12 UTC

/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d

2021-04-01 14:01:13 UTC

/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d

2021-04-01 14:01:14 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2021-04-01 14:01:16 UTC

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

2021-04-01 14:01:17 UTC

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

2021-04-01 14:01:17 UTC

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

2021-06-22 09:08:13 UTC

/bin/sh -c apk update && apk add curl && apk add curl-dev && apk add bash && apk add gettext && apk add shadow && rm -rf /var/cache/apk/*

2021-06-22 09:08:15 UTC

/bin/sh -c mkdir -p web/dist

2021-06-22 09:08:16 UTC

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

2021-06-22 09:08:16 UTC

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

2021-06-22 09:08:17 UTC

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

2021-06-22 09:08:17 UTC

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

2021-06-22 09:08:18 UTC

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

2021-06-22 09:08:18 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;'"]

2021-06-22 09:08:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-22T08:57:22Z

2021-06-22 09:08:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f770b95ef76b2dc27b80d52cc61fdd7837649832

2021-06-22 09:08:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/longhorn/longhorn-ui.git

2021-06-22 09:08:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/longhorn/longhorn-ui

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