Details
Created
2025-06-24 13:54:50 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-06-20T11:12:57.829588560Z
-
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/a5761dbc61782eb4b2bfc4fffd2f9315-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.8.6
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.7-5.8.6
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/a5761dbc61782eb4b2bfc4fffd2f9315/
-
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.8.6
-
-
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/a5761dbc61782eb4b2bfc4fffd2f9315/README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/a5761dbc61782eb4b2bfc4fffd2f9315-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-06-24T13:48:56Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP7.
-
org.opencontainers.image.ref.name
15.7-5.8.6
-
org.opencontainers.image.revision
e92fcb395057933c991aaf61e30d89958fd5b104
-
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.13.0-alpha.7
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.7-5.8.6
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:6d105d310a12e2fbc89db6a8dc4af5731a3d719caa93b4c873e160e9d382ed26 - 42.83% (45.8 MB)
[#001] sha256:7e99aa2ddfc1176b0125c5a06910e9d53318c6135e63db50f754ba9c793116f8 - 0.0% (213 Bytes)
[#002] sha256:1794a91c9c2a77c4b9df4a6d1341dc5d021108e359ef5e805cb3ee39f4580aa2 - 18.56% (19.9 MB)
[#003] sha256:d60d00de490e658a177669e00a27480e62ca16686480b41d287ebd154218dbb7 - 19.53% (20.9 MB)
[#004] sha256:654c6a5975c15b43e42e37272bb842f7721e61d7c51091c520ed83ae6242031b - 19.07% (20.4 MB)
History
2025-06-20 11:13:15 UTC
KIWI 9.24.43
2025-06-24 13:54:20 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-06-24 13:54:50 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-06-24 13:54:50 UTC (buildkit.dockerfile.v0)
ARG ARCH=arm64
2025-06-24 13:54:50 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2025-06-24 13:54:50 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2025-06-24 13:54:50 UTC (buildkit.dockerfile.v0)
USER 1000
2025-06-24 13:54:50 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-06-24 13:54:50 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]