Details
Created
2025-01-07 14:17:26 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-01-03T14:07:46.004216440Z
-
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/9c71906924d51fe4f4fde490b94383dd-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.14.9
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.14.9
-
com.suse.bci.base.release-stage
released
-
com.suse.bci.base.source
https://sources.suse.com/SUSE:SLE-15-SP6:Update:CR/sles15-image/9c71906924d51fe4f4fde490b94383dd/
-
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.14.9
-
-
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/9c71906924d51fe4f4fde490b94383dd//README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/9c71906924d51fe4f4fde490b94383dd-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-01-07T14:14:16Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.14.9
-
org.opencontainers.image.revision
c41a446b41f645106cca119393d81abc60973ef3
-
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.0-alpha.2
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.14.9
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:62913e223a34f33da62dbcef3ca6b18e1b8b2d0483bd9ee23f0ed3807515d02a - 43.0% (45.4 MB)
[#001] sha256:6b6444aa91dee8e5d969cf65924bcbeddee8f27d99e76e57747cda334ebfde7e - 0.0% (217 Bytes)
[#002] sha256:1aabd75bbedd217df8a42fedb4423c44ec971ce1608c43b67abb6a46c2b7c6ca - 18.71% (19.8 MB)
[#003] sha256:ad0871d23e66a035a87888b8a33e8674eabc89efef24de11840f406964585e87 - 18.99% (20.1 MB)
[#004] sha256:b0d9d3842f9f8792ab50315f6177c657b5da59c42f2fc6dda0651adc3b1f44ac - 19.3% (20.4 MB)
History
2025-01-03 14:08:01 UTC
KIWI 9.24.43
2025-01-07 14:17:01 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-01-07 14:17:26 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-07 14:17:26 UTC (buildkit.dockerfile.v0)
ARG ARCH=arm64
2025-01-07 14:17:26 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2025-01-07 14:17:26 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2025-01-07 14:17:26 UTC (buildkit.dockerfile.v0)
USER 1000
2025-01-07 14:17:26 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-01-07 14:17:26 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]