Details
Created
2025-08-10 04:28:49 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-06T09:59:49.131319730Z
-
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.21
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.8.21
-
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.21
-
-
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
-
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
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/a5761dbc61782eb4b2bfc4fffd2f9315-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-08-06T09:59:49.131319730Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.8.21
-
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.21
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.8.21
Environment
ARCH
amd64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:36f65f29eaac38c0f80daa6f6ffeb2b0b60454fb6d96bcd92f728f6d8da3a68c - 39.24% (45.1 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:5a215f5664ae89a0b01b8cd37a00c31dad6a017e2a9d767bd950890647fc5e05 - 6.34% (7.29 MB)
[#003] sha256:6d9e50569dd5c1d28ba24323b65f8ebe40cabefbf2841b6c2ebd04a107f6ecc4 - 37.29% (42.9 MB)
[#004] sha256:069d44e7b4676924d87a901e8842510e15e4715600bb0f6867681d15b9a76fb0 - 17.13% (19.7 MB)
[#005] sha256:4c7481780db03af20501cf8624093a16b5f515a076413f0b4e58fe839c3470d7 - 0.0% (779 Bytes)
History
2025-08-06 10:00:01 UTC
KIWI 9.24.43
2025-08-10 04:25:04 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/amd64
2025-08-10 04:25:04 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then echo "Error: Unsupported TARGETPLATFORM: $TARGETPLATFORM" && exit 1; fi # buildkit
2025-08-10 04:25:04 UTC (buildkit.dockerfile.v0)
ENV ARCH=amd64
2025-08-10 04:25:08 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2025-08-10 04:25:31 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs xfsprogs zip unzip kmod && rm -rf /var/cache/zypp/* # buildkit
2025-08-10 04:28:49 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-amd64 /usr/local/sbin/longhorn-manager # buildkit
2025-08-10 04:28:49 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2025-08-10 04:28:49 UTC (buildkit.dockerfile.v0)
EXPOSE map[9500/tcp:{}]
2025-08-10 04:28:49 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]
Details
Created
2025-08-10 04:50:02 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-06T09:59:33.298627400Z
-
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.21
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.8.21
-
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.21
-
-
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
-
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
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/a5761dbc61782eb4b2bfc4fffd2f9315-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-08-06T09:59:33.298627400Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.8.21
-
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.21
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.8.21
Environment
ARCH
arm64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:5d74d68e18582c216d66057ab69d6ce00c5f3b2c70ad79bbfe7d7eff07b2cd9a - 39.9% (45.7 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:7a64f060cbf153db80b1eaf00ae452be5b34a4e357a5b2c049033fd6f5b00fbf - 6.11% (7 MB)
[#003] sha256:65f2f7a2d740ba4a4448f4ae2f48f00a6fe507c9724be9841a78b0c15a62d275 - 38.38% (44 MB)
[#004] sha256:196b1be81cfb91cf9fcaa48f783141aca897d9dcfaa997b0dfafa60bbc0deced - 15.61% (17.9 MB)
[#005] sha256:a49db2c1a2500287f30222b5e6c9e241c8880e122a0ed6d1a341c12b1303b1ca - 0.0% (777 Bytes)
History
2025-08-06 09:59:47 UTC
KIWI 9.24.43
2025-08-10 04:25:05 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/arm64
2025-08-10 04:25:05 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c if [ "$TARGETPLATFORM" != "linux/amd64" ] && [ "$TARGETPLATFORM" != "linux/arm64" ]; then echo "Error: Unsupported TARGETPLATFORM: $TARGETPLATFORM" && exit 1; fi # buildkit
2025-08-10 04:25:05 UTC (buildkit.dockerfile.v0)
ENV ARCH=arm64
2025-08-10 04:25:25 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2025-08-10 04:27:03 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n install iputils iproute2 nfs-client cifs-utils bind-utils e2fsprogs xfsprogs zip unzip kmod && rm -rf /var/cache/zypp/* # buildkit
2025-08-10 04:50:02 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-arm64 /usr/local/sbin/longhorn-manager # buildkit
2025-08-10 04:50:02 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2025-08-10 04:50:02 UTC (buildkit.dockerfile.v0)
EXPOSE map[9500/tcp:{}]
2025-08-10 04:50:02 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]