Details
Created
2025-02-21 10:40:44 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-02-18T15:36:18.594198263Z
-
com.suse.bci.base.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
com.suse.bci.base.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/ff8afe2cbb1c5a5375979b27f50584f3-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.6.47.20.12
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.20.12
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP6 Base
-
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.6.47.20.12
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
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-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3//README.md
-
name
DRBD Kernel module load container
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/ff8afe2cbb1c5a5375979b27f50584f3-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-02-18T15:36:18.594198263Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.20.12
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/ff8afe2cbb1c5a5375979b27f50584f3/
-
org.opencontainers.image.title
SLE BCI 15 SP6 Base
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
15.6.47.20.12
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.20.12
-
-
summary
DRBD's kernel component
-
-
Environment
DRBD_VERSION
9.2.12
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:83b67e731066e06de2392d16e717c451138a672e31a68754bf59a3777cdd69df - 29.77% (45.4 MB)
[#001] sha256:87d808b42da6dc802ef1c1bc2679e5112a3665ac3eb8e82e5736d51c94fe8279 - 55.44% (84.6 MB)
[#002] sha256:2518c96bd95e307cfc981656f7eb3b0c25303c87fccb935e6e97e193bb522e0d - 1.09% (1.67 MB)
[#003] sha256:689ab732168a88f4e4d87b4f5103990f9c60a9bf746c7533c4bc10f1bb170a8d - 13.69% (20.9 MB)
[#004] sha256:295afac4928df02e4c4fdd42fef70cc323e3a7bdcb7de83f497e3e8e9acf2fde - 0.0% (3.77 KB)
History
2025-02-18 15:36:29 UTC
KIWI 9.24.43
2025-02-21 10:36:33 UTC (buildkit.dockerfile.v0)
ENV DRBD_VERSION=9.2.12
2025-02-21 10:36:33 UTC (buildkit.dockerfile.v0)
ARG release=1
2025-02-21 10:36:33 UTC (buildkit.dockerfile.v0)
LABEL name=DRBD Kernel module load container vendor=LINBIT version=9.2.12 release=1 summary=DRBD's kernel component description=DRBD's kernel component
2025-02-21 10:36:33 UTC (buildkit.dockerfile.v0)
ARG TARGETARCH=amd64
2025-02-21 10:36:33 UTC (buildkit.dockerfile.v0)
RUN |2 release=1 TARGETARCH=amd64 /bin/sh -c zypper install -y cpio diffutils gcc kmod make patch perl python3 python3-pip && pip3 install https://github.com/LINBIT/python-lbdist/archive/master.tar.gz # buildkit
2025-02-21 10:36:33 UTC (buildkit.dockerfile.v0)
RUN |2 release=1 TARGETARCH=amd64 /bin/sh -c curl -fsSL https://pkg.linbit.com/downloads/drbd/9/drbd-${DRBD_VERSION}.tar.gz -o /drbd.tar.gz # buildkit
2025-02-21 10:40:44 UTC (buildkit.dockerfile.v0)
COPY /pkgs /pkgs # buildkit
2025-02-21 10:40:44 UTC (buildkit.dockerfile.v0)
COPY --chmod=0755 /entry.sh / # buildkit
2025-02-21 10:40:44 UTC (buildkit.dockerfile.v0)
CMD ["/entry.sh"]