Details
Created
2025-02-03 16:01:56 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-01-22T12:02:50.319152160Z
-
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.5
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.17.5
-
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.5
-
-
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-02-03T16:01:08Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.17.5
-
org.opencontainers.image.revision
be9d64be739a88534d78cda6b5caa2369f3dbb65
-
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.8
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.17.5
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:6ff72fadf4c73ed1172eed5f1167c4c708c8f6b7f1b91150618cd8b8bb1e277a - 42.91% (45.4 MB)
[#001] sha256:3fe000dd0b2a163ad29a40dfa046a5711f6b70003a83be27848b832b6c142b51 - 0.0% (216 Bytes)
[#002] sha256:2b7a0ce4fd4d3dd9446a0f8090603e82cc1e26c88dc63e627ad6e09c0b9b8594 - 18.68% (19.8 MB)
[#003] sha256:884d9509aca795478b3989a002a52f92f152de3f6818f809374349b928a49b26 - 19.07% (20.2 MB)
[#004] sha256:60f85d8a137a10a9e2036dbccbbdb8f984ab52c7cbab73dc11b8125f74e9121c - 19.34% (20.5 MB)
History
2025-01-22 12:03:13 UTC
KIWI 9.24.43
2025-02-03 16:01:30 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-02-03 16:01:56 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-02-03 16:01:56 UTC (buildkit.dockerfile.v0)
ARG ARCH=arm64
2025-02-03 16:01:56 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2025-02-03 16:01:56 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2025-02-03 16:01:56 UTC (buildkit.dockerfile.v0)
USER 1000
2025-02-03 16:01:56 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-02-03 16:01:56 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]