Details
Created
2025-08-22 12:41:44 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-22T07:34:47.135378563Z
-
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/f38d763575255e07f0e57db4cb52702d-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.23.26
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.23.26
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/f38d763575255e07f0e57db4cb52702d/
-
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.23.26
-
-
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/f38d763575255e07f0e57db4cb52702d/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/f38d763575255e07f0e57db4cb52702d-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-08-22T12:38:46Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.23.26
-
org.opencontainers.image.revision
9e0aa8fbb5835926bdc3d3f685ec624213827c8f
-
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.10
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.23.26
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:35a1a4d700b687f39a86f869c695c905166c289ffafc547bf74c7d4ca32da08f - 42.96% (44.8 MB)
[#001] sha256:bbdc54dd65535feb1b5a9fc404110c19e7bb748188328dc6280a4c953e1ff0d7 - 0.0% (215 Bytes)
[#002] sha256:450b5a74d0022f39345f0a5f268a75c035b297467e8b8f582a1ffe6adb4ccd55 - 18.11% (18.9 MB)
[#003] sha256:67f4a5b0fef8a2d896b7d2e46f367526f74b433159e19f995f13f9ac7c874a28 - 17.56% (18.3 MB)
[#004] sha256:79cca373e562d0e7cd19f7946053e133926876a73d425450e18a98423480f8d1 - 21.37% (22.3 MB)
History
2025-08-22 07:34:57 UTC
KIWI 9.24.43
2025-08-22 12:41:37 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-08-22 12:41:44 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
2025-08-22 12:41:44 UTC (buildkit.dockerfile.v0)
ARG ARCH=amd64
2025-08-22 12:41:44 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-amd64 /usr/bin/fleetcontroller # buildkit
2025-08-22 12:41:44 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-amd64 /usr/bin/fleet # buildkit
2025-08-22 12:41:44 UTC (buildkit.dockerfile.v0)
USER 1000
2025-08-22 12:41:44 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-08-22 12:41:44 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]