Details
Created
2026-02-08 02:01:28 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-02-04T03:20:54.068630732Z
-
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.12
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.12
-
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.12
-
-
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-02-04T03:20:54.068630732Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.12
-
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.12
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.12
Environment
ARCH
amd64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:3407869fb41a91e7d70e5a41e8b90e8fc15add941894bb81add232a435adcfc2 - 39.71% (44.8 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:e8d7235e71d3a75c853f63b935624cba444e73f783b72185f8701f6ba29c68f4 - 3.98% (4.49 MB)
[#003] sha256:029a1dfda17da59fbbcd61c78bd2214eb6cffa07c9ecdd33b49358df8c7abf0c - 38.26% (43.2 MB)
[#004] sha256:34a57bce8e46e7158633ee3f39e157ca1c3f14c84a9524e246cf66548b452a6d - 18.04% (20.4 MB)
[#005] sha256:9933fd8a37348d61ebf8d1fb4444cdaf40022d8791ed609e3807b7cc85c446cb - 0.0% (779 Bytes)
History
2026-02-04 03:21:05 UTC
KIWI 10.2.33
2026-02-08 01:57:45 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/amd64
2026-02-08 01:57:45 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-02-08 01:57:45 UTC (buildkit.dockerfile.v0)
ENV ARCH=amd64
2026-02-08 01:57:47 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2026-02-08 01:58:04 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
2026-02-08 02:01:28 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-amd64 /usr/local/sbin/longhorn-manager # buildkit
2026-02-08 02:01:28 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2026-02-08 02:01:28 UTC (buildkit.dockerfile.v0)
EXPOSE map[9500/tcp:{}]
2026-02-08 02:01:28 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]
Details
Created
2026-02-08 02:23:09 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-02-04T03:18:22.416187080Z
-
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.12
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.12
-
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.12
-
-
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-02-04T03:18:22.416187080Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.12
-
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.12
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.12
Environment
ARCH
arm64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:adc4f1eb6142a152b68eadecf3cfae59ea5258b275911561b79abeefe81c3802 - 40.42% (45.4 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:6d8c4bffe76df2c60ebe085aec91b6faaf157d53a7c8289a35243cb3dc073715 - 3.92% (4.4 MB)
[#003] sha256:2001bf024154ba8fb481b6555f3441aff505d1140c3c62de11ebcaee351e4e50 - 39.18% (44 MB)
[#004] sha256:7b66c12802a7a42107a8a403cb3f9ff2c4acdcd4d002da949322fd0f79195a53 - 16.48% (18.5 MB)
[#005] sha256:54c1fa9386a7c9f1c02170af3c1fd97c4b35a99520b87064e11e24b9ff73ce89 - 0.0% (780 Bytes)
History
2026-02-04 03:18:37 UTC
KIWI 10.2.33
2026-02-08 01:57:45 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/arm64
2026-02-08 01:57:45 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-02-08 01:57:45 UTC (buildkit.dockerfile.v0)
ENV ARCH=arm64
2026-02-08 01:57:59 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2026-02-08 02:00:21 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
2026-02-08 02:23:09 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-arm64 /usr/local/sbin/longhorn-manager # buildkit
2026-02-08 02:23:09 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2026-02-08 02:23:09 UTC (buildkit.dockerfile.v0)
EXPOSE map[9500/tcp:{}]
2026-02-08 02:23:09 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]