Details
Created
2026-01-28 21:22:25 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-01-28T10:03:14.646776289Z
-
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.8
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.8
-
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.8
-
-
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-28T10:03:14.646776289Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.8
-
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.8
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.8
Environment
ARCH
amd64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:74d30ff611aecead7c22b63a01caa6fcafc84b5533b04efc1b6076bdaa09404a - 52.87% (44.8 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:3e4ad02a54b97048650bf2bddb59f535ca385163bbccb224a1840a243cbd93c5 - 11.2% (9.49 MB)
[#003] sha256:db564b850329eb09c51e26eb0ef20509ff21c2c1fc8e85524f7102e3e8657e4c - 3.06% (2.59 MB)
[#004] sha256:354d89bf64d39c0c20549b5d45de534fbc2e8cbfa8f812d599107b97fe3cb617 - 13.15% (11.1 MB)
[#005] sha256:38b94d1ae7d98c9bef76cc417e3d245653d818ec503d0866244a3fdd0be1d35b - 15.42% (13.1 MB)
[#006] sha256:9f7a5d23d113709b7a052496f225d7d76ea7bb8c82a10081d9fd04c729324b5e - 4.3% (3.65 MB)
History
2026-01-28 10:03:25 UTC
KIWI 10.2.33
2026-01-28 21:12:46 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/amd64
2026-01-28 21:12:46 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-28 21:12:46 UTC (buildkit.dockerfile.v0)
ENV ARCH=amd64
2026-01-28 21:12:51 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2026-01-28 21:12:52 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n install jq && rm -rf /var/cache/zypp/* # buildkit
2026-01-28 21:22:24 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhornctl-linux-amd64 /usr/local/bin/longhornctl # buildkit
2026-01-28 21:22:24 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhornctl-local-linux-amd64 /usr/local/bin/longhornctl-local # buildkit
2026-01-28 21:22:25 UTC (buildkit.dockerfile.v0)
COPY /spdk /spdk # buildkit
2026-01-28 21:22:25 UTC (buildkit.dockerfile.v0)
CMD ["longhornctl"]
Details
Created
2026-01-28 22:23:16 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-01-28T10:01:43.720646920Z
-
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.8
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.8
-
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.8
-
-
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-28T10:01:43.720646920Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.8
-
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.8
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.8
Environment
ARCH
arm64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:9a3a3671c0dd4cc85610691a6f4469ab44cb20e4e8d422ceba7b4ad039a6ca27 - 55.28% (45.5 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:3f6db27a3c76d18c1180f8d682cf3cea2aa3fab0ae4276ce3882d2c3f0e1c71b - 11.01% (9.05 MB)
[#003] sha256:22e2df3c43327b39b4da028ccf117bf8f17ddd0f0efdcd9e1a857496c644c8de - 3.0% (2.47 MB)
[#004] sha256:0b1f20356f29b65ae323418dd01c2dc76181fecca355af18bf6e3244b1a13bc7 - 12.05% (9.91 MB)
[#005] sha256:d906d55a699bb8e97ad46e7c47b353cb030abc92ac5b8d36d5157311a92bbf38 - 14.24% (11.7 MB)
[#006] sha256:945ea29cadeabb09fc48c9b6cab76cd6a01b167fd619d5a6d7f08eb6902a4372 - 4.44% (3.65 MB)
History
2026-01-28 10:01:57 UTC
KIWI 10.2.33
2026-01-28 21:12:47 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/arm64
2026-01-28 21:12:47 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-28 21:12:47 UTC (buildkit.dockerfile.v0)
ENV ARCH=arm64
2026-01-28 21:13:14 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2026-01-28 21:13:28 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n install jq && rm -rf /var/cache/zypp/* # buildkit
2026-01-28 22:23:15 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhornctl-linux-arm64 /usr/local/bin/longhornctl # buildkit
2026-01-28 22:23:15 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhornctl-local-linux-arm64 /usr/local/bin/longhornctl-local # buildkit
2026-01-28 22:23:16 UTC (buildkit.dockerfile.v0)
COPY /spdk /spdk # buildkit
2026-01-28 22:23:16 UTC (buildkit.dockerfile.v0)
CMD ["longhornctl"]