Details
Created
2026-01-20 09:56:55 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-01-07T10:59:06.595997000Z
-
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.5
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.14.5
-
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.5
-
-
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-20T09:53:35Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.14.5
-
org.opencontainers.image.revision
13bf48082707c23de7e83ddb6cfe198ead28f175
-
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.3
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.14.5
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:d3fc20e47fba14357d35c85fb2073970ff2e4c4984c81a9c9518ca0f743ba51a - 44.0% (45.4 MB)
[#001] sha256:35c6fae73b8b110ca44148e51e10bc1aad892a8e9fd08d7a9357d7c33acaf59f - 0.0% (218 Bytes)
[#002] sha256:7d7632977440ed65ac6f9afaf83285bb606f2ded1a0d5ee80fe83060c115d7fe - 19.94% (20.6 MB)
[#003] sha256:866eae9e5c97b19dbff5d03a1afaf77f9cf4b0e6f8e543d1ad41e82bf0fc34ce - 16.28% (16.8 MB)
[#004] sha256:aacf0503200e6f652e015bd9a539c5891ebbb1ae4bab94f431ede29d533fdc59 - 19.79% (20.4 MB)
History
2026-01-07 10:59:20 UTC
KIWI 10.2.33
2026-01-20 09:56:27 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2026-01-20 09:56:55 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-20 09:56:55 UTC (buildkit.dockerfile.v0)
ARG ARCH=arm64
2026-01-20 09:56:55 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2026-01-20 09:56:55 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2026-01-20 09:56:55 UTC (buildkit.dockerfile.v0)
USER 1000
2026-01-20 09:56:55 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2026-01-20 09:56:55 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]