Details
Created
2025-01-03 10:14:59 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2024-12-19T08:28:16.149171215Z
-
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.7
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.14.7
-
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.7
-
-
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-03T10:11:54Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.14.7
-
org.opencontainers.image.revision
a2b8184a1c9f868a042a38c10818cd7d3d1b8ea1
-
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.3-beta.1
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.14.7
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:f7020179dccd1d63ec3e3fcb5eacdefda0a18ed55c82507fd10d3da333c1a0d4 - 41.31% (45.1 MB)
[#001] sha256:870d16b017bdb679fada881b2a9485951e974b337c5f06d602c74306b12794bf - 0.0% (215 Bytes)
[#002] sha256:040a83a283e1d6494626c1ba2edff64c59407d4216c5fc5215471bba621353e8 - 21.76% (23.8 MB)
[#003] sha256:2baf5605416a5f0ef903ad7b77d176ac7cb132cb62bb73193ad72b6579939b9b - 16.63% (18.2 MB)
[#004] sha256:71b5ce99645383fbdd401bb423cc901ee90e08ff5029feca8fdfcbb95c83c7cc - 20.3% (22.2 MB)
History
2024-12-19 08:28:26 UTC
KIWI 9.24.43
2025-01-03 10:14:52 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-01-03 10:14:59 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-03 10:14:59 UTC (buildkit.dockerfile.v0)
ARG ARCH=amd64
2025-01-03 10:14:59 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-amd64 /usr/bin/fleetcontroller # buildkit
2025-01-03 10:14:59 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-amd64 /usr/bin/fleet # buildkit
2025-01-03 10:14:59 UTC (buildkit.dockerfile.v0)
USER 1000
2025-01-03 10:14:59 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-01-03 10:14:59 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]