Details
Created
2026-01-07 02:02:10 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-01-05T11:31:08.831983713Z
-
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/4981d4875b842d17d51bfdc223cb1b4a-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.14.4
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.4
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
-
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.14.4
-
-
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/4981d4875b842d17d51bfdc223cb1b4a/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/4981d4875b842d17d51bfdc223cb1b4a-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2026-01-05T11:31:08.831983713Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.4
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
-
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.14.4
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.4
Environment
ARCH
amd64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:4d768356ef92c2e0c063abb1e79c502b6c325102cf344ae39a4b5a8226705561 - 39.47% (44.9 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:fe3e092ea89f2b9825f93ad0bcce7352dcd502c771a4a9634f548716f9c8b55a - 3.96% (4.49 MB)
[#003] sha256:642bdd38bd92543b14784886a251f1222583354d515c7f03d017b0acd5a0a76e - 38.47% (43.7 MB)
[#004] sha256:52596e33a4c23caa82fca2b6eda9267f3de154538a67d7646eeff54528f5dc3c - 18.1% (20.6 MB)
[#005] sha256:4bfc4815ccb990801571d57026275e37d333ab17d121fbec61e3bbc10b70b8c2 - 0.0% (781 Bytes)
History
2026-01-05 11:31:19 UTC
KIWI 10.2.33
2026-01-07 01:58:35 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/amd64
2026-01-07 01:58:35 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
2026-01-07 01:58:35 UTC (buildkit.dockerfile.v0)
ENV ARCH=amd64
2026-01-07 01:58:37 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2026-01-07 01:59:13 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 smartmontools && zypper clean --all # buildkit
2026-01-07 02:02:10 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-amd64 /usr/local/sbin/longhorn-manager # buildkit
2026-01-07 02:02:10 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2026-01-07 02:02:10 UTC (buildkit.dockerfile.v0)
EXPOSE [9500/tcp]
2026-01-07 02:02:10 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]
Details
Created
2026-01-07 02:24:43 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-01-05T11:25:01.657134400Z
-
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/4981d4875b842d17d51bfdc223cb1b4a-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.14.4
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.4
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
-
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.14.4
-
-
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/4981d4875b842d17d51bfdc223cb1b4a/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/4981d4875b842d17d51bfdc223cb1b4a-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2026-01-05T11:25:01.657134400Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.4
-
org.opencontainers.image.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
-
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.14.4
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.4
Environment
ARCH
arm64
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:d4f005f806f97848b8cf9c78ad5c708f4cd58691778493eaa86b59f5988df293 - 40.22% (45.4 MB)
[#001] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#002] sha256:6ba4f94f9473872e86b8f18ff4cd20cd3e56b8736fe046db25f39c2c60b0b31a - 3.9% (4.4 MB)
[#003] sha256:291e3c419af10b26968ff0b49c6732ebc70c5fb3bfdc844dfb7a375a8382fb6c - 39.61% (44.8 MB)
[#004] sha256:9b85aeb0e348cee948883e66ccc33a4875b090826275d96bce23f4ab87462348 - 16.27% (18.4 MB)
[#005] sha256:6274ba90ffaeafbe75933ce18e4fcba9664714909d3fae9db9e0f17c58f4ce93 - 0.0% (782 Bytes)
History
2026-01-05 11:25:16 UTC
KIWI 10.2.33
2026-01-07 01:58:35 UTC (buildkit.dockerfile.v0)
ARG TARGETPLATFORM=linux/arm64
2026-01-07 01:58:35 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
2026-01-07 01:58:35 UTC (buildkit.dockerfile.v0)
ENV ARCH=arm64
2026-01-07 01:58:50 UTC (buildkit.dockerfile.v0)
RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c zypper -n ref && zypper update -y # buildkit
2026-01-07 02:00:49 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 smartmontools && zypper clean --all # buildkit
2026-01-07 02:24:43 UTC (buildkit.dockerfile.v0)
COPY /app/bin/longhorn-manager-arm64 /usr/local/sbin/longhorn-manager # buildkit
2026-01-07 02:24:43 UTC (buildkit.dockerfile.v0)
COPY /app/package/launch-manager /app/package/nsmounter /usr/local/sbin/ # buildkit
2026-01-07 02:24:43 UTC (buildkit.dockerfile.v0)
EXPOSE [9500/tcp]
2026-01-07 02:24:43 UTC (buildkit.dockerfile.v0)
CMD ["launch-manager"]