Details
Created
2025-02-14 16:39:52 UTC
Content Digest
Labels
-
com.suse.bci.base.authors
https://github.com/SUSE/bci/discussions
-
com.suse.bci.base.created
2025-02-13T12:54:41.532376360Z
-
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/ff8afe2cbb1c5a5375979b27f50584f3-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.20.9
-
com.suse.bci.base.reference
registry.suse.com/bci/bci-base:15.6.47.20.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/ff8afe2cbb1c5a5375979b27f50584f3/
-
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.20.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/ff8afe2cbb1c5a5375979b27f50584f3//README.md
-
org.openbuildservice.disturl
obs://build.suse.de/SUSE:SLE-15-SP6:Update:CR/images/ff8afe2cbb1c5a5375979b27f50584f3-sles15-image
-
org.opencontainers.image.authors
https://github.com/SUSE/bci/discussions
-
org.opencontainers.image.created
2025-02-14T16:36:47Z
-
org.opencontainers.image.description
Image for containers based on SUSE Linux Enterprise Server 15 SP6.
-
org.opencontainers.image.ref.name
15.6.47.20.9
-
org.opencontainers.image.revision
add3a68c7cdb6a2089e03f5f0ccb26dab975387a
-
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.4-rc.2
-
org.opensuse.reference
registry.suse.com/bci/bci-base:15.6.47.20.9
Environment
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:17d6fee48ff7feab8c03ed34d30de910d24025a212575af2d68ef106bab71416 - 44.49% (45.6 MB)
[#001] sha256:188d4c9f6082c150c5dcaf7396fd6d3d715ae7a059688e756b50bc43d1c51f48 - 0.0% (216 Bytes)
[#002] sha256:6590713ea84d66ca4ce3ef73d4c804c8fb9c68447d0efe205efef6e83ecf26f9 - 19.42% (19.9 MB)
[#003] sha256:837d0de66758578bb7b936a3abd4f044eda30975572a3c40fc28fbdc04b3e120 - 16.28% (16.7 MB)
[#004] sha256:49ec7d42b7b5e0e75832f8b58f3a620e77c082c1231b3e225642fa7ab77ef85a - 19.81% (20.3 MB)
History
2025-02-13 12:55:01 UTC
KIWI 9.24.43
2025-02-14 16:39:26 UTC (buildkit.dockerfile.v0)
COPY package/log.sh /usr/bin/ # buildkit
2025-02-14 16:39:52 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-14 16:39:52 UTC (buildkit.dockerfile.v0)
ARG ARCH=arm64
2025-02-14 16:39:52 UTC (buildkit.dockerfile.v0)
COPY fleetcontroller-linux-arm64 /usr/bin/fleetcontroller # buildkit
2025-02-14 16:39:52 UTC (buildkit.dockerfile.v0)
COPY fleet-linux-arm64 /usr/bin/fleet # buildkit
2025-02-14 16:39:52 UTC (buildkit.dockerfile.v0)
USER 1000
2025-02-14 16:39:52 UTC (buildkit.dockerfile.v0)
ENTRYPOINT ["tini" "--"]
2025-02-14 16:39:52 UTC (buildkit.dockerfile.v0)
CMD ["fleetcontroller"]