Namespace
longhornio
Image / Tag
longhorn-ui:e917ddf
Content Digest
sha256:bdba83384ac067cc07764a6e89c80590581870cce2b9b1f78f36cec80b4f868a
Details
Created

2022-04-18 20:46:46 UTC

Size

70.4 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-04-12T17:42:45.502492551Z
  • 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/f5bf6d4e56940c21f38c6a4b358f6653-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.11.26
  • com.suse.sle.base.release-stage
    released
  • com.suse.sle.base.source
    https://sources.suse.com/SUSE:SLE-15-SP3:Update:CR/sles15-image/f5bf6d4e56940c21f38c6a4b358f6653/
  • 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.11.26
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP3:Update:CR/images/f5bf6d4e56940c21f38c6a4b358f6653-sles15-image
  • org.opencontainers.image.created
    2022-04-12T17:42:45.502492551Z
  • org.opencontainers.image.description
    Image for containers based on SUSE Linux Enterprise Server 15 SP3.
  • org.opencontainers.image.source
    https://sources.suse.com/SUSE:SLE-15-SP3:Update:CR/sles15-image/f5bf6d4e56940c21f38c6a4b358f6653/
  • org.opencontainers.image.title
    SUSE Linux Enterprise Server 15 SP3 Base Container Image
  • org.opencontainers.image.url
    https://www.suse.com/products/server/
  • org.opencontainers.image.vendor
    SUSE LLC
  • org.opencontainers.image.version
    15.3.17.11.26
  • org.opensuse.reference
    registry.suse.com/suse/sle15:15.3.17.11.26

Environment
LONGHORN_MANAGER_IP

http://localhost:9500

PATH

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


Layers

[#000] sha256:e5d9b0bb970e2dc0f0936e8211f934a19418aae8a1da0516c6c2826882c8d34b - 63.84% (45 MB)

[#001] sha256:00fcc4826ffb738a375c0e6609e7c81e3f4f00a4a217807b9cfffa79de4a7a55 - 9.24% (6.51 MB)

[#002] sha256:8d6e6bdf75a84c069cf243569b022e9595af20ada11c327ae5a693e171247207 - 21.99% (15.5 MB)

[#003] sha256:d749bb77df781b8c8460e4d467d96e9c7a5618eac0480a398f7d7aa0c0412924 - 0.0% (113 Bytes)

[#004] sha256:b9076c6eb596b35153a9a462addfcb0931eb65864b8d8b835062b26d81640db3 - 4.92% (3.47 MB)

[#005] sha256:f1e14e62e88ff9d071008e7a7e9307368e4d3a5d569b759199a0ac3934cfbaa0 - 0.0% (829 Bytes)


History
2022-04-12 17:43:07 UTC

KIWI 9.24.16

2022-04-18 19:33:52 UTC

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

2022-04-18 19:41:58 UTC

/bin/sh -c zypper addrepo --gpgcheck --type yum --refresh --check 'http://nginx.org/packages/sles/$releasever_major' nginx-stable && curl -o /tmp/nginx_signing.key https://nginx.org/keys/nginx_signing.key && [[ `gpg --show-keys /tmp/nginx_signing.key | grep -o "573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62"` ]] && rpm --import /tmp/nginx_signing.key && zypper ref && zypper -n install nginx && rm -rf /var/cache/zypp/*

2022-04-18 19:42:00 UTC

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

2022-04-18 19:42:00 UTC

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

2022-04-18 20:46:39 UTC

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

2022-04-18 20:46:41 UTC

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

2022-04-18 20:46:43 UTC

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

2022-04-18 20:46:44 UTC

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

2022-04-18 20:46:45 UTC

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

2022-04-18 20:46:46 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