Details
Created
2026-04-27 07:24:34 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2026-04-20T11:55:25.707786800Z
-
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/73cdef8290e0d53d0549832cc5e8ba61-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.17.23
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.17.23
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/73cdef8290e0d53d0549832cc5e8ba61/
-
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.17.23
-
-
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/73cdef8290e0d53d0549832cc5e8ba61/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/73cdef8290e0d53d0549832cc5e8ba61-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2026-04-27T07:19:18Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.17.23
-
org.opencontainers.image.revision
978ddfd96082e35190fff4b23d6af643ca158dda
-
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.13-rc.1
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.17.23
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:7badb11210c6e6b573f94d59e0334d1864c4cdeb9c2a873d1d85184667d39a5b - 42.16% (45.5 MB)
[#001] sha256:8b93fa69ca7661f6a4e475d7fbe6e898dd90a9898e0dfb4247241a66ab721348 - 0.0% (217 Bytes)
[#002] sha256:d9904933250f41a69aeec239f416a1b629a830538fb60dc46be69313734e2727 - 19.7% (21.3 MB)
[#003] sha256:fb9a3fc303bcef8673948882bbdefdf72c67b4543d976c744ab5b9bf7b13096c - 15.5% (16.7 MB)
[#004] sha256:c3f753fe7c6f5e73d3a95372118892e18ead45e64deb4140fc615d6c3495f0fa - 22.63% (24.4 MB)
History
2026-04-20 11:55:37 UTC
KIWI 10.2.33
2026-04-27 07:24:07 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2026-04-27 07:24:34 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-04-27 07:24:34 UTC (buildkit.dockerfile.v0)
ARG ARCH=arm64
2026-04-27 07:24:34 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2026-04-27 07:24:34 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2026-04-27 07:24:34 UTC (buildkit.dockerfile.v0)
USER 1000
2026-04-27 07:24:34 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2026-04-27 07:24:34 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]