Namespace
longhornio
Image / Tag
longhorn-ui:v1.4.0-rc2-s390x
Content Digest
sha256:b9a413bfeb1ef475b4672d673fd4e0329b364211e7fe12cb4eef5f3ddcbee468
Details
Created

2022-12-21 13:05:16 UTC

Size

83.2 MB

Content Digest
Labels
  • com.suse.eula
    sle-bci
  • com.suse.image-type
    sle-bci
  • com.suse.lifecycle-url
    https://www.suse.com/lifecycle
  • com.suse.release-stage
    released
  • com.suse.sle.base.created
    2022-12-13T12:48:12.293360572Z
  • com.suse.sle.base.description
    Image for containers based on SUSE Linux Enterprise Server 15 SP3.
  • com.suse.sle.base.disturl
    obs://build.suse.de/SUSE:SLE-15-SP3:Update:CR/images/af82ed160b0cbc22f6f9a8903aef66e8-sles15-image
  • com.suse.sle.base.eula
    sle-bci
  • com.suse.sle.base.image-type
    sle-bci
  • com.suse.sle.base.lifecycle-url
    https://www.suse.com/lifecycle
  • com.suse.sle.base.reference
    registry.suse.com/suse/sle15:15.3.17.20.83
  • com.suse.sle.base.release-stage
    released
  • com.suse.sle.base.source
    https://sources.suse.com/SUSE:SLE-15-SP3:Update:CR/sles15-image/af82ed160b0cbc22f6f9a8903aef66e8/
  • com.suse.sle.base.supportlevel
    l3
  • com.suse.sle.base.title
    SUSE Linux Enterprise Server 15 SP3 Base Container Image
  • com.suse.sle.base.url
    https://www.suse.com/products/server/
  • com.suse.sle.base.vendor
    SUSE LLC
  • com.suse.sle.base.version
    15.3.17.20.83
  • com.suse.supportlevel
    l3
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP3:Update:CR/images/af82ed160b0cbc22f6f9a8903aef66e8-sles15-image
  • org.opencontainers.image.created
    2022-12-21T13:02:27Z
  • org.opencontainers.image.description
    Image for containers based on SUSE Linux Enterprise Server 15 SP3.
  • org.opencontainers.image.revision
    78f74cd9a9a6bd4bbd2395b79544281ca28231aa
  • org.opencontainers.image.source
    https://github.com/longhorn/longhorn-ui.git
  • org.opencontainers.image.title
    SUSE Linux Enterprise Server 15 SP3 Base Container Image
  • org.opencontainers.image.url
    https://github.com/longhorn/longhorn-ui
  • org.opencontainers.image.vendor
    SUSE LLC
  • org.opencontainers.image.version
    15.3.17.20.83
  • org.opensuse.reference
    registry.suse.com/suse/sle15:15.3.17.20.83

Environment
LONGHORN_MANAGER_IP

http://localhost:9500

LONGHORN_UI_PORT

8000

PATH

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


Layers

[#000] sha256:9801e2ca503b5a4a4b58d47fa5030b8d74ecaf74167e217b1af90bd2c8461b6d - 50.53% (42 MB)

[#001] sha256:6aaf8ca7e13532016c08e25651259b52d7475407b200bb77058ce51d9c537b7b - 45.25% (37.6 MB)

[#002] sha256:3a5101586f936bb04240adf3c0b1e27222949c8b1c3d9b0a3e4bbcc98b48dd20 - 0.0% (143 Bytes)

[#003] sha256:61a51e82024761bf6cb31b570de956204ca05749701725624c483ae2b39ec036 - 4.22% (3.51 MB)

[#004] sha256:e88a3b92863185d31cbb0e8b33a2db6b1bfe810820717f30496b7bcda5ff8e9f - 0.0% (823 Bytes)


History
2022-12-13 12:48:41 UTC

KIWI 9.24.36

2022-12-21 09:13:47 UTC

/bin/sh -c zypper -n ref && zypper -n install curl libxml2 bash gettext shadow nginx && rm -f /bin/sh && ln -s /bin/bash /bin/sh

2022-12-21 09:13:48 UTC

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

2022-12-21 09:13:49 UTC

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

2022-12-21 13:05:15 UTC

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

2022-12-21 13:05:15 UTC

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

2022-12-21 13:05:15 UTC

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

2022-12-21 13:05:15 UTC

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

2022-12-21 13:05:15 UTC

/bin/sh -c #(nop) ENV LONGHORN_UI_PORT=8000

2022-12-21 13:05:15 UTC

/bin/sh -c #(nop) USER 499

2022-12-21 13:05:15 UTC

/bin/sh -c #(nop) CMD ["/bin/bash" "-c" "mkdir -p /var/config/nginx/ && cp -r /etc/nginx/* /var/config/nginx/; envsubst '${LONGHORN_MANAGER_IP},${LONGHORN_UI_PORT}' < /etc/nginx/nginx.conf.template > /var/config/nginx/nginx.conf && nginx -c /var/config/nginx/nginx.conf -g 'daemon off;'"]

2022-12-21 13:05:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-12-21T13:02:27Z

2022-12-21 13:05:16 UTC

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

2022-12-21 13:05:16 UTC

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

2022-12-21 13:05:16 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