Details
Created
2026-01-25 02:01:34 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-01-07T10:58:03.792337234Z
-
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/4981d4875b842d17d51bfdc223cb1b4a-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.14.5
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.5
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
-
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.14.5
-
-
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/4981d4875b842d17d51bfdc223cb1b4a/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/4981d4875b842d17d51bfdc223cb1b4a-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2026-01-07T10:58:03.792337234Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.5
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
-
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.14.5
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.5
Environment
ARCH
amd64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:c6484aee5f855d6496625efe9c3958e1d6d4381e35c2896955c00d993c99371f - 49.72% (44.8 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:27d54963dcb00f710f4e7ae4201081a30f3cbb03bfee7e85159f929f83c6ce8a - 15.82% (14.3 MB)
[#003] sha256:73412fff66f6b50d0250865bfb4a7f59a1856b9a6deb0a0e1154fd35982dd96a - 2.86% (2.58 MB)
[#004] sha256:eb4aa17191dfcc64cf111cd45f158b7f6fc1a08fdd5eb4e5ac1f0a3aaab4a54e - 12.74% (11.5 MB)
[#005] sha256:a48856327b247eaf1f4ef9fb2b232c6de90668005708c08beac1831d97bd2ea4 - 14.82% (13.4 MB)
[#006] sha256:9f8c5f8b882f5f973718d6587a273f573eccadd52a2fccedf30bbc7521d78ec0 - 4.05% (3.65 MB)
History
2026-01-07 10:58:16 UTC
KIWI 10.2.33
2026-01-25 01:52:10 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/amd64
2026-01-25 01:52:10 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
2026-01-25 01:52:10 UTC (buildkit.dockerfile.v0)
ENV ARCH=amd64
2026-01-25 01:52:15 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2026-01-25 01:52:17 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n install jq && rm -rf /var/cache/zypp/* # buildkit
2026-01-25 02:01:33 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhornctl-linux-amd64 /usr/local/bin/longhornctl # buildkit
2026-01-25 02:01:33 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhornctl-local-linux-amd64 /usr/local/bin/longhornctl-local # buildkit
2026-01-25 02:01:34 UTC (buildkit.dockerfile.v0)
COPY /spdk /spdk # buildkit
2026-01-25 02:01:34 UTC (buildkit.dockerfile.v0)
CMD ["longhornctl"]
Details
Created
2026-01-25 02:56:53 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-01-07T10:59:06.595997000Z
-
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/4981d4875b842d17d51bfdc223cb1b4a-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.14.5
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.5
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
-
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.14.5
-
-
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/4981d4875b842d17d51bfdc223cb1b4a/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/4981d4875b842d17d51bfdc223cb1b4a-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2026-01-07T10:59:06.595997000Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.5
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
-
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.14.5
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.5
Environment
ARCH
arm64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:d3fc20e47fba14357d35c85fb2073970ff2e4c4984c81a9c9518ca0f743ba51a - 51.11% (45.4 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:9add399d525d9a87ff1abba3ccd80bfc63abff4c22fa052aa1e6001de3fa68b9 - 16.71% (14.9 MB)
[#003] sha256:922e3db8e0004ac6c8270143d57bc14767b9187fd05f2a0a88d9feca8a56bc03 - 2.73% (2.43 MB)
[#004] sha256:d29113dafe560c439c0364175307fa2f336ed48f305396528a9e18219d3f1cd2 - 11.67% (10.4 MB)
[#005] sha256:6fb9317a98ee90f4202495c2a9032a30dc6836ec55b68dc94eb7b0a1b594a0e4 - 13.68% (12.2 MB)
[#006] sha256:82f0da4acf1b3753cc8fc949f0db6bd754841fd83a747d892ef01934458c95dc - 4.1% (3.65 MB)
History
2026-01-07 10:59:20 UTC
KIWI 10.2.33
2026-01-25 01:52:11 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/arm64
2026-01-25 01:52:11 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
2026-01-25 01:52:11 UTC (buildkit.dockerfile.v0)
ENV ARCH=arm64
2026-01-25 01:52:56 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2026-01-25 01:53:06 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n install jq && rm -rf /var/cache/zypp/* # buildkit
2026-01-25 02:56:52 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhornctl-linux-arm64 /usr/local/bin/longhornctl # buildkit
2026-01-25 02:56:53 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhornctl-local-linux-arm64 /usr/local/bin/longhornctl-local # buildkit
2026-01-25 02:56:53 UTC (buildkit.dockerfile.v0)
COPY /spdk /spdk # buildkit
2026-01-25 02:56:53 UTC (buildkit.dockerfile.v0)
CMD ["longhornctl"]