Details
Created
2025-11-25 22:11:54 +0100
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-11-21T15:03:55.415959056Z
-
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/36d1b64836a25b46e4d88108157a6c3e-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.11.10
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.11.10
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/36d1b64836a25b46e4d88108157a6c3e/
-
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.11.10
-
-
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/36d1b64836a25b46e4d88108157a6c3e/README.md
-
name
DRBD Kernel module load container
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/36d1b64836a25b46e4d88108157a6c3e-sles15-image
-
org.opencontainers.image.authors
Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
-
org.opencontainers.image.created
2025-11-21T15:03:55.415959056Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.11.10
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/36d1b64836a25b46e4d88108157a6c3e/
-
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.11.10
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.11.10
-
-
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:71d82a398494f975c5b5fb2aae30f31b549ab02102c85278b7520a849ee7541b - 28.23% (44.7 MB)
[#001] sha256:307aeccaba44ded743148af04b1b52ac969305e275f7d600b8ec4f69a302c004 - 53.51% (84.8 MB)
[#002] sha256:5ab1daba55d6627ee94b93e22787605be7f18acca9deb69ed734fd1c9ac61095 - 0.76% (1.2 MB)
[#003] sha256:e1d2ed338b074d26df18649352085027b91554fc066986243166606dc12e06aa - 17.5% (27.7 MB)
[#004] sha256:57793f56e36108e8316f5f9f046717bcc70968288b70ad72db0d589d8cb5701b - 0.0% (3.84 KB)
History
2025-11-21 15:04:05 UTC
KIWI 10.2.33
2025-11-25 22:11:54 +0100 (buildkit.dockerfile.v0)
LABEL org.opencontainers.image.authors=Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
2025-11-25 22:11:54 +0100 (buildkit.dockerfile.v0)
ENV DRBD_VERSION=9.2.13-rc.1
2025-11-25 22:11:54 +0100 (buildkit.dockerfile.v0)
ARG release=1
2025-11-25 22:11:54 +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
2025-11-25 22:11:54 +0100 (buildkit.dockerfile.v0)
ARG TARGETARCH=amd64
2025-11-25 22:11:54 +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
2025-11-25 22:11:54 +0100 (buildkit.dockerfile.v0)
COPY /drbd.tar.gz / # buildkit
2025-11-25 22:11:54 +0100 (buildkit.dockerfile.v0)
COPY /pkgs /pkgs # buildkit
2025-11-25 22:11:54 +0100 (buildkit.dockerfile.v0)
COPY --chmod=0755 /entry.sh / # buildkit
2025-11-25 22:11:54 +0100 (buildkit.dockerfile.v0)
ENTRYPOINT ["/entry.sh"]