Details
Created
2025-01-15 10:06:28 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-01-13T09:49:47.567617895Z
-
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/5a803739f4c8d9dbd6669990d0d994ab-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.17.3
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.17.3
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/5a803739f4c8d9dbd6669990d0d994ab/
-
com.suse.bci.base.supportlevel
l3
-
com.suse.bci.base.title
SLE BCI 15 SP6 Base
-
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.17.3
-
-
com.suse.lifecycle-url
https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
-
com.suse.release-stage
released
-
-
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/5a803739f4c8d9dbd6669990d0d994ab//README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/5a803739f4c8d9dbd6669990d0d994ab-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-01-15T10:04:05Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.17.3
-
org.opencontainers.image.revision
89ac4ebc792745037189925802066533d0810e9b
-
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.10.8-rc.2
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.17.3
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:0093ae13e557fe1bef7311d149aa5b25489f3b479f4afa4624b4e6f361681c69 - 43.75% (45.1 MB)
[#001] sha256:27342ce3194341738fc21989cf037408c1bbace6cfbf797172a23f8f074de622 - 0.0% (216 Bytes)
[#002] sha256:6f3190ecc4391bbf1041dedac56ecb452433fdd93ae047f682dd0efcae90eb14 - 18.37% (19 MB)
[#003] sha256:b51de25facd8033f7a35b71ab7da74e2d0c6a7da4ad197e4312d622f47a6f400 - 16.98% (17.5 MB)
[#004] sha256:d6d1f0e4161fbca9463a6fc06335d33320d09a41ef625e037ad0338e2a8b4aae - 20.9% (21.6 MB)
History
2025-01-13 09:49:58 UTC
KIWI 9.24.43
2025-01-15 10:06:17 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-01-15 10:06:28 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-01-15 10:06:28 UTC (buildkit.dockerfile.v0)
ARG ARCH=amd64
2025-01-15 10:06:28 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-amd64 /usr/bin/fleetcontroller # buildkit
2025-01-15 10:06:28 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-amd64 /usr/bin/fleet # buildkit
2025-01-15 10:06:28 UTC (buildkit.dockerfile.v0)
USER 1000
2025-01-15 10:06:28 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-01-15 10:06:28 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]