Details
Created
2025-08-10 04:27:44 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-06T09:59:49.131319730Z
-
com.suse.bci.base.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
com.suse.bci.base.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/a5761dbc61782eb4b2bfc4fffd2f9315-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.7-5.8.21
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.8.21
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP7 Base
-
com.suse.bci.base.until
2031-07-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.7-5.8.21
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
com.suse.supportlevel.until
2031-07-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-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/a5761dbc61782eb4b2bfc4fffd2f9315-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-08-06T09:59:49.131319730Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.8.21
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/
-
org.opencontainers.image.title
SLE BCI 15 SP7 Base
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.7-5.8.21
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.8.21
Environment
ARCH
amd64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:36f65f29eaac38c0f80daa6f6ffeb2b0b60454fb6d96bcd92f728f6d8da3a68c - 39.15% (45.1 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:aba6c89f3ffeb1b384d23d1c1d6a81ff3741189d920d944a644c3f1d7f98638b - 6.33% (7.29 MB)
[#003] sha256:57bb21b162798e1890ce12ec6d3f9824aa088dea351ad3b966d88d9d6d65e9db - 37.26% (42.9 MB)
[#004] sha256:12f64f7d881609992ab873186e877fe9dc5b127fc49fe2854d78b5b988c21fb5 - 17.27% (19.9 MB)
[#005] sha256:5cee5b9c941c94aec6dfda1d1623039b912f5a7203f2c0a07904888d233882ff - 0.0% (777 Bytes)
History
2025-08-06 10:00:01 UTC
KIWI 9.24.43
2025-08-10 04:24:07 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/amd64
2025-08-10 04:24:07 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-10 04:24:07 UTC (buildkit.dockerfile.v0)
ENV ARCH=amd64
2025-08-10 04:24:10 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2025-08-10 04:24:20 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-10 04:27:44 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-amd64 /usr/local/sbin/longhorn-manager # buildkit
2025-08-10 04:27:44 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2025-08-10 04:27:44 UTC (buildkit.dockerfile.v0)
EXPOSE map[9500/tcp:{}]
2025-08-10 04:27:44 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]
Details
Created
2025-08-10 04:49:03 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-06T09:59:33.298627400Z
-
com.suse.bci.base.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
com.suse.bci.base.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/a5761dbc61782eb4b2bfc4fffd2f9315-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.7-5.8.21
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.8.21
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP7 Base
-
com.suse.bci.base.until
2031-07-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.7-5.8.21
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
com.suse.supportlevel.until
2031-07-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-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/a5761dbc61782eb4b2bfc4fffd2f9315-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-08-06T09:59:33.298627400Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.8.21
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/
-
org.opencontainers.image.title
SLE BCI 15 SP7 Base
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.7-5.8.21
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.8.21
Environment
ARCH
arm64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:5d74d68e18582c216d66057ab69d6ce00c5f3b2c70ad79bbfe7d7eff07b2cd9a - 39.87% (45.7 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:f520aa3f5dc43473f8395a74ec77f6b9a6ec5c7a0f9e85fae271b21f76798100 - 6.06% (6.96 MB)
[#003] sha256:7dcce1209cd9eb483d6a2239df1be282f374c32d009e7ecaf01d9fa765bee1a1 - 38.31% (44 MB)
[#004] sha256:4ec9c79520bd59d176fea0f2360c1d5778a3c9c70733f8e6b3ae83dbffb403ab - 15.76% (18.1 MB)
[#005] sha256:1344334200c9e67627b7bcc2f5b4a984ed2eb03948d39122b6684c146eb2caf4 - 0.0% (780 Bytes)
History
2025-08-06 09:59:47 UTC
KIWI 9.24.43
2025-08-10 04:24:08 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/arm64
2025-08-10 04:24:08 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-10 04:24:08 UTC (buildkit.dockerfile.v0)
ENV ARCH=arm64
2025-08-10 04:24:27 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2025-08-10 04:26:01 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-10 04:49:03 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-arm64 /usr/local/sbin/longhorn-manager # buildkit
2025-08-10 04:49:03 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2025-08-10 04:49:03 UTC (buildkit.dockerfile.v0)
EXPOSE map[9500/tcp:{}]
2025-08-10 04:49:03 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]