Details
Created
2026-01-19 10:01:40 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-12-16T08:59:25.177609880Z
-
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/f5b85caff520be2d427c32962192b942-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.26.19
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.26.19
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/f5b85caff520be2d427c32962192b942/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP6 Base
-
com.suse.bci.base.until
2025-12-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.6.47.26.19
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
com.suse.supportlevel.until
2025-12-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-SP6:Update:CR/sles15-image/f5b85caff520be2d427c32962192b942/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/f5b85caff520be2d427c32962192b942-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2026-01-19T09:57:48Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.26.19
-
org.opencontainers.image.revision
d019e0328b75ea0e882dcd06ec4f7bbc27a0f232
-
org.opencontainers.image.source
https://github.com/rancher/fleet
-
org.opencontainers.image.title
fleet
-
org.opencontainers.image.url
https://www.suse.com/products/base-container-images/
-
org.opencontainers.image.vendor
SUSE LLC
-
org.opencontainers.image.version
0.11.12-rc.1
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.26.19
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:a759b7185f8fb920d3762cf104462bbb9911c014689793ccc8955aad30dcd4ac - 43.62% (44.7 MB)
[#001] sha256:747809ebb7af245f809e0577a2662548206504214bb643eacf1d0bd0787a5559 - 0.0% (215 Bytes)
[#002] sha256:4fe9ab8aec613f011950e24f6201aba0850d995a191579896cfa076c5bdca069 - 20.04% (20.5 MB)
[#003] sha256:c4959bb6f4cf85732b7d29fcb8d065aed7a44db768001fdfca2dcd163f060830 - 16.4% (16.8 MB)
[#004] sha256:654e17331865e033be9f03946c9ccca4d9b9cc3a6fbc7390185d4bb68a7e6d57 - 19.94% (20.4 MB)
History
2025-12-16 08:59:38 UTC
KIWI 10.2.33
2026-01-19 10:00:38 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2026-01-19 10:01:40 UTC (buildkit.dockerfile.v0)
RUN /bin/sh -c zypper rm -y container-suseconnect && zypper ar --priority=500 https://download.opensuse.org/repositories/Virtualization:containers/5.5/Virtualization:containers.repo && zypper --gpg-auto-import-keys ref && zypper -n update && zypper -n install --no-recommends openssh-clients tini git-core && zypper -n clean -a && rm -fr /var/log/zypp* /usr/share/doc # buildkit
2026-01-19 10:01:40 UTC (buildkit.dockerfile.v0)
ARG ARCH=arm64
2026-01-19 10:01:40 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2026-01-19 10:01:40 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2026-01-19 10:01:40 UTC (buildkit.dockerfile.v0)
USER 1000
2026-01-19 10:01:40 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2026-01-19 10:01:40 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]