Details
Created
2025-10-17 11:28:46 +0200
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-10-11T01:46:01.117303520Z
-
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/a5761dbc61782eb4b2bfc4fffd2f9315-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.8.35
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.8.35
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/
-
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.8.35
-
-
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/a5761dbc61782eb4b2bfc4fffd2f9315/README.md
-
name
DRBD Kernel module load container
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/a5761dbc61782eb4b2bfc4fffd2f9315-sles15-image
-
org.opencontainers.image.authors
Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
-
org.opencontainers.image.created
2025-10-11T01:46:01.117303520Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.8.35
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/
-
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.8.35
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.8.35
-
-
summary
DRBD's kernel component
-
-
Environment
DRBD_VERSION
9.2.13
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:07355880ecdf8ed7a6b3e52006c4780569c74274b97a03177f1b8b36c378884c - 29.95% (45.4 MB)
[#001] sha256:0fd1c10e852e2252b2465247977a26cf0916734d52e9062215467664ec7ca171 - 52.29% (79.2 MB)
[#002] sha256:9caca6360821a344d26af0e3cbb3ba76335f309ca697bce6b25714dae186229a - 1.12% (1.7 MB)
[#003] sha256:21f0260b588df77c6d5715a66052ca5919bfad599f0697fd762972e6359895bd - 16.64% (25.2 MB)
[#004] sha256:a7596acc4059d4067d4a9166e8309f3d582faf89f90b513dd274d466f85aa2aa - 0.0% (3.84 KB)
History
2025-10-11 01:46:14 UTC
KIWI 9.24.43
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
LABEL org.opencontainers.image.authors=Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
ENV DRBD_VERSION=9.2.13
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
ARG release=1
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
LABEL name=DRBD Kernel module load container vendor=LINBIT version=9.2.13 release=1 summary=DRBD's kernel component description=DRBD's kernel component
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
ARG TARGETARCH=arm64
2025-10-17 11:28:46 +0200 (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
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
COPY /drbd.tar.gz / # buildkit
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
COPY /pkgs /pkgs # buildkit
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
COPY --chmod=0755 /entry.sh / # buildkit
2025-10-17 11:28:46 +0200 (buildkit.dockerfile.v0)
ENTRYPOINT ["/entry.sh"]