SLE BCI 15 SP6 Micro

A micro environment for containers based on the SLE Base Container Image.

Get Image
Digest:
sha256:0df621f1c36b98f7f53515a76ec18392d71c0ad484d1a639e0acfa5226547521
0df621f1c
Repository:
registry.suse.com/bci/bci-micro:15.6

SLE BCI 15 SP6 Micro: Suitable for deploying static binaries

RedistributableSLSA Provenance: Available

Description

The bci-micro image includes the RPM database, but not the RPM package manager. This means that the image is smaller than bci-minimal. The primary use case for the image is deploying static binaries produced externally or during multi-stage builds.

Usage

As there is no straightforward way to install additional dependencies inside the container image, we recommend deploying a project using the bci-micro image only when the final build artifact bundles all dependencies and needs no further installation of packages.

Example using a Go application:

FROM registry.suse.com/bci/golang:stable as build

WORKDIR /app

RUN go install github.com/go-training/helloworld@latest

# Create an image to bundle the app
FROM registry.suse.com/bci/bci-micro:latest

COPY --from=build /go/bin/helloworld /usr/local/bin/helloworld

CMD ["/usr/local/bin/helloworld"]

Licensing

SPDX-License-Identifier: MIT

This documentation and the build recipe are licensed as MIT. The container itself contains various software components under various open source licenses listed in the associated Software Bill of Materials (SBOM).

This image is based on SLE BCI, a stable and redistributable foundation for software innovation. SLE BCI is enterprise-ready, and it comes with an option for support.

See the SLE BCI EULA for further information.

  • Image Data

    Last Built: 27 May 12:03 UTC

    Compressed Size: 10.0 MB

    Uncompressed Size: 25.5 MB

    Support Level: L3

    Supported until: 31 Dec 2025


  • Health Index
    A

    No vulnerabilities found

    Last Scan:

    2 days ago