Details
Created
2025-08-14 11:31:37 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-08-13T09:04:12.399595400Z
-
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.22
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.23.22
-
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.22
-
-
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-14T11:27:58Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.23.22
-
org.opencontainers.image.revision
a51db40b69721a4d25ce81e64c9c65ac2824d082
-
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-rc.3
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.23.22
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:b49a3c67ae885617e02eea78e223b4c7382c721eed72f1a1243203a4d76eb7ba - 44.25% (45.1 MB)
[#001] sha256:d0102a624dea3023593ff6c28513705a02699deda46cef27bd1dcc9ad432a747 - 0.0% (215 Bytes)
[#002] sha256:13aa1f8008564f12227d164ddc71310e34c68e3214a77316e44cff3891d88322 - 19.38% (19.7 MB)
[#003] sha256:f851f40fcacdc0b41507a7af307fa04bf070a5a35254150a1d60d2a59b05e538 - 16.39% (16.7 MB)
[#004] sha256:8098106fa23538e12dd2bb3e39378028827b366073ad121250ab550bf93a1d53 - 19.98% (20.3 MB)
History
2025-08-13 09:04:28 UTC
KIWI 9.24.43
2025-08-14 11:30:55 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-08-14 11:31:36 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-14 11:31:37 UTC (buildkit.dockerfile.v0)
ARG ARCH=arm64
2025-08-14 11:31:37 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2025-08-14 11:31:37 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2025-08-14 11:31:37 UTC (buildkit.dockerfile.v0)
USER 1000
2025-08-14 11:31:37 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-08-14 11:31:37 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]