Details
Created
2025-08-24 01:58:02 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-22T07:34:47.135378563Z
-
com.suse.bci.base.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
com.suse.bci.base.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/f38d763575255e07f0e57db4cb52702d-sles15-image
-
com.suse.bci.base.eula
sle-bci
-
com.suse.bci.base.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.bci.base.name
15.6.47.23.26
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.23.26
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/f38d763575255e07f0e57db4cb52702d/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP6 Base
-
com.suse.bci.base.until
2025-12-31
-
com.suse.bci.base.url
https://www.suse.com/products/base-container-images/
-
com.suse.bci.base.vendor
SUSE LLC
-
com.suse.bci.base.version
15.6.47.23.26
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
com.suse.supportlevel.until
2025-12-31
-
io.artifacthub.package.logo-url
https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
-
io.artifacthub.package.readme-url
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/f38d763575255e07f0e57db4cb52702d/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/f38d763575255e07f0e57db4cb52702d-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-08-22T07:34:47.135378563Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.23.26
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/f38d763575255e07f0e57db4cb52702d/
-
org.opencontainers.image.title
SLE BCI 15 SP6 Base
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.6.47.23.26
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.23.26
Environment
ARCH
amd64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:35a1a4d700b687f39a86f869c695c905166c289ffafc547bf74c7d4ca32da08f - 37.8% (44.8 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:9b552d1570cb01bbe249b0df1ba9fbaa0609af24e4b9bc1b4daec3a5814631e3 - 7.86% (9.32 MB)
[#003] sha256:3faf483e57d7a600e7560b0c4e5dbece0c8beffb96d1336b0e5263a352e41791 - 36.07% (42.7 MB)
[#004] sha256:9c3c57b84fb816aa4fa15e78c1b298372f47c3ab998db65e79e7e612500a2db2 - 18.26% (21.6 MB)
[#005] sha256:8343b1b01c732e000526cffa268d3bd2e3a36b21aa1092f28a35d471d5ddde96 - 0.0% (776 Bytes)
History
2025-08-22 07:34:57 UTC
KIWI 9.24.43
2025-08-24 01:53:31 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/amd64
2025-08-24 01:53:31 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then echo "Error: Unsupported TARGETPLATFORM: $TARGETPLATFORM" && exit 1; fi # buildkit
2025-08-24 01:53:31 UTC (buildkit.dockerfile.v0)
ENV ARCH=amd64
2025-08-24 01:53:35 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2025-08-24 01:54:05 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs xfsprogs zip unzip kmod && rm -rf /var/cache/zypp/* # buildkit
2025-08-24 01:58:02 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-amd64 /usr/local/sbin/longhorn-manager # buildkit
2025-08-24 01:58:02 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2025-08-24 01:58:02 UTC (buildkit.dockerfile.v0)
EXPOSE map[9500/tcp:{}]
2025-08-24 01:58:02 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]
Details
Created
2025-08-24 02:24:30 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-22T07:32:59.921046680Z
-
com.suse.bci.base.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
com.suse.bci.base.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/f38d763575255e07f0e57db4cb52702d-sles15-image
-
com.suse.bci.base.eula
sle-bci
-
com.suse.bci.base.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.bci.base.name
15.6.47.23.26
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.23.26
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/f38d763575255e07f0e57db4cb52702d/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP6 Base
-
com.suse.bci.base.until
2025-12-31
-
com.suse.bci.base.url
https://www.suse.com/products/base-container-images/
-
com.suse.bci.base.vendor
SUSE LLC
-
com.suse.bci.base.version
15.6.47.23.26
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
com.suse.supportlevel.until
2025-12-31
-
io.artifacthub.package.logo-url
https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg
-
io.artifacthub.package.readme-url
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/f38d763575255e07f0e57db4cb52702d/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/f38d763575255e07f0e57db4cb52702d-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-08-22T07:32:59.921046680Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.23.26
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/f38d763575255e07f0e57db4cb52702d/
-
org.opencontainers.image.title
SLE BCI 15 SP6 Base
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.6.47.23.26
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.23.26
Environment
ARCH
arm64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:baed9420cb9166d13a6fef7ad475c8df44ce5e66b8d8e659443a7b875b980028 - 38.54% (45.1 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:7e50d7d731748c100f0f8da5c64288195e1d44ed64918310ee13f76bca30562a - 7.06% (8.26 MB)
[#003] sha256:72e4be4ba9af4e4b4bb077c96c825d1563059dee5226a484d23ad83f056f8115 - 37.49% (43.8 MB)
[#004] sha256:f85e935efd6e7d5d80ec7f89df70736abf9bd2e65c3e5da3e6cc198d25a66b79 - 16.91% (19.8 MB)
[#005] sha256:17b6a93c44ce0a1af2bdc8a2290c7024a02a4707cdb05b8b62cd8298ddda4f0f - 0.0% (778 Bytes)
History
2025-08-22 07:33:13 UTC
KIWI 9.24.43
2025-08-24 01:53:31 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/arm64
2025-08-24 01:53:31 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then echo "Error: Unsupported TARGETPLATFORM: $TARGETPLATFORM" && exit 1; fi # buildkit
2025-08-24 01:53:31 UTC (buildkit.dockerfile.v0)
ENV ARCH=arm64
2025-08-24 01:53:49 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2025-08-24 01:56:10 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs xfsprogs zip unzip kmod && rm -rf /var/cache/zypp/* # buildkit
2025-08-24 02:24:30 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-arm64 /usr/local/sbin/longhorn-manager # buildkit
2025-08-24 02:24:30 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2025-08-24 02:24:30 UTC (buildkit.dockerfile.v0)
EXPOSE map[9500/tcp:{}]
2025-08-24 02:24:30 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]