Namespace
rancher
Image / Tag
fleet:v0.15.0-alpha.8-linux-amd64
Content Digest
sha256:4d56eae23763823f444e7cd28456f11e54f35e09660506a9255bb8df18de4569
Details
Created

2026-02-06 14:31:03 UTC

Size

105 MB

Content Digest
Labels
  • com.suse.bci.base.authors
    https://github.com/SUSE/bci/discussions
  • com.suse.bci.base.created
    2026-02-04T03:20:54.068630732Z
  • com.suse.bci.base.description
    Image for containers based on SUSE Linux Enterprise Server 15 SP7.
  • com.suse.bci.base.disturl
    obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/4981d4875b842d17d51bfdc223cb1b4a-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.7-5.14.12
  • com.suse.bci.base.reference
    registry.suse.com/bci/bci-base:15.7-5.14.12
  • com.suse.bci.base.release-stage
    released
  • com.suse.bci.base.source
    https://sources.suse.com/SUSE:SLE-15-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/
  • com.suse.bci.base.supportlevel
    l3
  • com.suse.bci.base.title
    SLE BCI 15 SP7 Base
  • com.suse.bci.base.until
    2031-07-31
  • 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.7-5.14.12
  • com.suse.eula
    sle-bci
  • com.suse.lifecycle-url
    https://www.suse.com/lifecycle#suse-linux-enterprise-server-15
  • com.suse.release-stage
    released
  • com.suse.supportlevel
    l3
  • com.suse.supportlevel.until
    2031-07-31
  • 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-SP7:Update:CR/sles15-image/4981d4875b842d17d51bfdc223cb1b4a/README.md
  • org.openbuildservice.disturl
    obs://build.suse.de/SUSE:SLE-15-SP7:Update:CR/images/4981d4875b842d17d51bfdc223cb1b4a-sles15-image
  • org.opencontainers.image.authors
    https://github.com/SUSE/bci/discussions
  • org.opencontainers.image.created
    2026-02-06T14:26:01Z
  • org.opencontainers.image.description
    Image for containers based on SUSE Linux Enterprise Server 15 SP7.
  • org.opencontainers.image.ref.name
    15.7-5.14.12
  • org.opencontainers.image.revision
    801a01c0923479e311113a9e6d37f50a23a16fa7
  • 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.15.0-alpha.8
  • org.opensuse.reference
    registry.suse.com/bci/bci-base:15.7-5.14.12

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:3407869fb41a91e7d70e5a41e8b90e8fc15add941894bb81add232a435adcfc2 - 42.87% (44.8 MB)

[#001] sha256:71b4a0201e243d05489e3e1091cc65001581f61fa38223e2cda819f2f960b2d6 - 0.0% (216 Bytes)

[#002] sha256:d223a109d75a21e589937e65d97e498155102b590bf3046ca52fe570550b26f5 - 18.97% (19.8 MB)

[#003] sha256:e75d69efb19e91d61ec836b9e16374e7c082c01e3b239e33b3214330dda5c081 - 18.62% (19.5 MB)

[#004] sha256:8428528c6cbde819b9773f070e6f8fdcfb987cd45c39f790def041f2aacd8247 - 19.54% (20.4 MB)

[#005] sha256:338efc5917ee08d3d3da5ad3869f502fff717ab02493d7777ce4a9b8308930f7 - 0.0% (695 Bytes)


History
2026-02-04 03:21:05 UTC

KIWI 10.2.33

2026-02-06 14:30:55 UTC (buildkit.dockerfile.v0)

COPY package/log.sh /usr/bin/ # buildkit

2026-02-06 14:31:02 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

2026-02-06 14:31:03 UTC (buildkit.dockerfile.v0)

ARG TARGETPLATFORM=linux/amd64

2026-02-06 14:31:03 UTC (buildkit.dockerfile.v0)

COPY linux/amd64/fleetcontroller-linux-* /usr/bin/fleetcontroller # buildkit

2026-02-06 14:31:03 UTC (buildkit.dockerfile.v0)

COPY linux/amd64/fleet-linux-* /usr/bin/fleet # buildkit

2026-02-06 14:31:03 UTC (buildkit.dockerfile.v0)

RUN |1 TARGETPLATFORM=linux/amd64 /bin/sh -c useradd -u 1000 user # buildkit

2026-02-06 14:31:03 UTC (buildkit.dockerfile.v0)

USER 1000

2026-02-06 14:31:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["tini" "--"]

2026-02-06 14:31:03 UTC (buildkit.dockerfile.v0)

CMD ["fleetcontroller"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete