Details
Created
2025-09-01 07:05:21 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-25T09:50:35.391117149Z
-
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.29
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.8.29
-
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.29
-
-
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-08-25T09:50:35.391117149Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.8.29
-
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.29
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.8.29
-
-
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:6214587832424e698c39451d71a5bdfffecbd8e26180f7eeb75ed53c1f1afe24 - 28.81% (45.1 MB)
[#001] sha256:a626e821dc2c33f27a0991a24698954e2725cc498ae64acebe3ab372028d7b1e - 54.46% (85.3 MB)
[#002] sha256:dc38a9bb80471da97d2cb3c3d5eabb25acb8420a264179fced5344ccd30ff6ff - 1.1% (1.72 MB)
[#003] sha256:8b2bbea1bf4859175fc1b4287b1af5f1f98b30645c1a5a04bb86391dedaff8f7 - 15.64% (24.5 MB)
[#004] sha256:f90c4dd04813b393783e7506df1f1689e650aedac427361aae41456b75958e51 - 0.0% (3.77 KB)
History
2025-08-25 09:50:47 UTC
KIWI 9.24.43
2025-09-01 07:05:21 UTC (buildkit.dockerfile.v0)
LABEL org.opencontainers.image.authors=Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>
2025-09-01 07:05:21 UTC (buildkit.dockerfile.v0)
ENV DRBD_VERSION=9.2.13
2025-09-01 07:05:21 UTC (buildkit.dockerfile.v0)
ARG release=1
2025-09-01 07:05:21 UTC (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-09-01 07:05:21 UTC (buildkit.dockerfile.v0)
ARG TARGETARCH=amd64
2025-09-01 07:05:21 UTC (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-09-01 07:05:21 UTC (buildkit.dockerfile.v0)
COPY /drbd.tar.gz / # buildkit
2025-09-01 07:05:21 UTC (buildkit.dockerfile.v0)
COPY /pkgs /pkgs # buildkit
2025-09-01 07:05:21 UTC (buildkit.dockerfile.v0)
COPY --chmod=0755 /entry.sh / # buildkit
2025-09-01 07:05:21 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["/entry.sh"]