Details
Created
2025-06-20 06:27:27 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-06-18T18:51:44.258194624Z
-
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.4
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.23.4
-
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.4
-
-
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-06-20T06:23:39Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.23.4
-
org.opencontainers.image.revision
05a581d2c0b42428d889a5ec0fa1752f8590fa31
-
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.12.4
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.23.4
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:5f8809ebc2a2e9797255b9901b3e4c78ca15479ec464e7fa2c5aecd689b16f99 - 41.08% (44.9 MB)
[#001] sha256:01bb7000d476ce1770bedc19d3a2d5855355d8aac9b5f519828c496a8da1090f - 0.0% (215 Bytes)
[#002] sha256:617b507bdfa4ec9e723207a4b78f494a20477f17dcbd8ba49331a960a09a17a0 - 17.29% (18.9 MB)
[#003] sha256:b33893604f71462910fd9e541f45280fba58c80ba9bd32a391c9cc0079b191a3 - 20.8% (22.7 MB)
[#004] sha256:7823d42c6a9cc494f6dd9d39b524f77804978c9f30d2b57acfe6bc5aafdc14de - 20.83% (22.8 MB)
History
2025-06-18 18:51:55 UTC
KIWI 9.24.43
2025-06-20 06:27:20 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-06-20 06:27:27 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-20 06:27:27 UTC (buildkit.dockerfile.v0)
ARG ARCH=amd64
2025-06-20 06:27:27 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-amd64 /usr/bin/fleetcontroller # buildkit
2025-06-20 06:27:27 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-amd64 /usr/bin/fleet # buildkit
2025-06-20 06:27:27 UTC (buildkit.dockerfile.v0)
USER 1000
2025-06-20 06:27:27 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-06-20 06:27:27 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]