Details
Created
2026-03-11 10:44:37 +0100
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-03-06T16:41:07.314534715Z
-
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/73cdef8290e0d53d0549832cc5e8ba61-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.17.6
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.17.6
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/73cdef8290e0d53d0549832cc5e8ba61/
-
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.17.6
-
-
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
-
description
DRBD's kernel component
-
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/73cdef8290e0d53d0549832cc5e8ba61/README.md
-
name
DRBD Kernel module load container
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/73cdef8290e0d53d0549832cc5e8ba61-sles15-image
-
org.opencontainers.image.authors
Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
-
org.opencontainers.image.created
2026-03-06T16:41:07.314534715Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.17.6
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/73cdef8290e0d53d0549832cc5e8ba61/
-
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.17.6
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.17.6
-
-
summary
DRBD's kernel component
-
-
Environment
DRBD_VERSION
9.2.13-rc.1
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:f02a0fe8b6834f8b8b1232a171f974fe3eb541dd94dc67dfed4dad352a964f83 - 28.27% (44.9 MB)
[#001] sha256:0e8829047d3456870ba8efca3f03d0ccea0b34967039343ec71f1471bf078fe6 - 53.2% (84.5 MB)
[#002] sha256:793708c085f03e0d7aefc160d87069ae237f4c56f1963de451db9cbfbe0fe224 - 0.93% (1.47 MB)
[#003] sha256:f72f4476d6aa18da10b58f05399eeb80c85f26d2d92136ab116a2a066c24d494 - 17.6% (28 MB)
[#004] sha256:abf63b32c5e95fadc65dd77c9661091faf2001007cd68de8c2cbaefa24204dfe - 0.0% (3.84 KB)
History
2026-03-06 16:41:19 UTC
KIWI 10.2.33
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
LABEL org.opencontainers.image.authors=Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
ENV DRBD_VERSION=9.2.13-rc.1
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
ARG release=1
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
LABEL name=DRBD Kernel module load container vendor=LINBIT version=9.2.13-rc.1 release=1 summary=DRBD's kernel component description=DRBD's kernel component
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
ARG TARGETARCH=amd64
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
RUN |2 release=1 TARGETARCH=amd64 /bin/sh -c curl -fsSL "https://nexus.at.linbit.com/repository/lbbuild/suse-secrets/15/SCCcredentials.$TARGETARCH" -o /run/secrets/credentials.d/SCCcredentials && zypper install -y awk cpio diffutils gcc kmod make patch perl python3 python3-pip tar && pip3 install --no-cache-dir https://github.com/LINBIT/python-lbdist/archive/master.tar.gz # buildkit
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
COPY /drbd.tar.gz / # buildkit
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
COPY /pkgs /pkgs # buildkit
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
COPY --chmod=0755 /entry.sh / # buildkit
2026-03-11 10:44:37 +0100 (buildkit.dockerfile.v0)
ENTRYPOINT ["/entry.sh"]
Details
Created
2026-03-11 08:53:31 +0100
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-03-06T16:37:13.462850800Z
-
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/73cdef8290e0d53d0549832cc5e8ba61-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.17.6
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.17.6
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/73cdef8290e0d53d0549832cc5e8ba61/
-
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.17.6
-
-
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
-
description
DRBD's kernel component
-
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/73cdef8290e0d53d0549832cc5e8ba61/README.md
-
name
DRBD Kernel module load container
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/73cdef8290e0d53d0549832cc5e8ba61-sles15-image
-
org.opencontainers.image.authors
Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
-
org.opencontainers.image.created
2026-03-06T16:37:13.462850800Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.17.6
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/73cdef8290e0d53d0549832cc5e8ba61/
-
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.17.6
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.17.6
-
-
summary
DRBD's kernel component
-
-
Environment
DRBD_VERSION
9.2.13-rc.1
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:39037856d902807b89d9c8a894d1f3b63f37d8bc72d2e336e91cba402aec4fad - 28.9% (45.4 MB)
[#001] sha256:0e1937238cdda0504de3dcd6e8f637736b4c8bd28d6e275979461be7a797d8f4 - 50.1% (78.8 MB)
[#002] sha256:b850b1f4af05ac9255f926e93065a326ae1e3c5912e13f0ffc46bfbda101f8cf - 0.94% (1.47 MB)
[#003] sha256:731643357876de618cc5ace1a1ea3bb5678c7cc84bb2dfca4686e5fd628a28c5 - 20.07% (31.5 MB)
[#004] sha256:abf63b32c5e95fadc65dd77c9661091faf2001007cd68de8c2cbaefa24204dfe - 0.0% (3.84 KB)
History
2026-03-06 16:37:36 UTC
KIWI 10.2.33
2026-03-11 08:53:30 +0100 (buildkit.dockerfile.v0)
LABEL org.opencontainers.image.authors=Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
2026-03-11 08:53:30 +0100 (buildkit.dockerfile.v0)
ENV DRBD_VERSION=9.2.13-rc.1
2026-03-11 08:53:30 +0100 (buildkit.dockerfile.v0)
ARG release=1
2026-03-11 08:53:30 +0100 (buildkit.dockerfile.v0)
LABEL name=DRBD Kernel module load container vendor=LINBIT version=9.2.13-rc.1 release=1 summary=DRBD's kernel component description=DRBD's kernel component
2026-03-11 08:53:30 +0100 (buildkit.dockerfile.v0)
ARG TARGETARCH=arm64
2026-03-11 08:53:30 +0100 (buildkit.dockerfile.v0)
RUN |2 release=1 TARGETARCH=arm64 /bin/sh -c curl -fsSL "https://nexus.at.linbit.com/repository/lbbuild/suse-secrets/15/SCCcredentials.$TARGETARCH" -o /run/secrets/credentials.d/SCCcredentials && zypper install -y awk cpio diffutils gcc kmod make patch perl python3 python3-pip tar && pip3 install --no-cache-dir https://github.com/LINBIT/python-lbdist/archive/master.tar.gz # buildkit
2026-03-11 08:53:31 +0100 (buildkit.dockerfile.v0)
COPY /drbd.tar.gz / # buildkit
2026-03-11 08:53:31 +0100 (buildkit.dockerfile.v0)
COPY /pkgs /pkgs # buildkit
2026-03-11 08:53:31 +0100 (buildkit.dockerfile.v0)
COPY --chmod=0755 /entry.sh / # buildkit
2026-03-11 08:53:31 +0100 (buildkit.dockerfile.v0)
ENTRYPOINT ["/entry.sh"]