SLE OCI Container Registry (Distribution) Container Image

OCI Container Registry (Distribution) container based on the SUSE Linux Base Container Image.

Get Image
Digest:
sha256:935fb9460cfca7914afbfbb30f973882c7b9a7c8ce7a8917ae041a4b8e6a9b88
935fb9460
Repository:
registry.suse.com/suse/registry:3.0

SUSE Linux OCI Container Registry (Distribution): Suitable for running a local OCI registry

SLSA Provenance: Available

Description

This container image allows running a local OCI registry.

Usage

Before you start the container, you need to create a config.yml with the following content:

---
version: 0.1
log:
  level: info
storage:
  filesystem:
    rootdirectory: /var/lib/docker-registry
http:
  addr: 0.0.0.0:5000

You can also create an empty directory for storing the images outside the container:

mkdir -p /var/lib/docker-registry

Then you can start the container with the following command:

podman run -d --restart=always -p 5000:5000 -v /path/to/config.yml:/etc/registry/config.yml \
  -v /var/lib/docker-registry:/var/lib/docker-registry --name registry registry.suse.com/suse/registry:3.0

The registry is available at http://localhost:5000. To keep the registry running after a reboot, create a systemd service as follows:

sudo podman generate systemd registry > /etc/systemd/system/registry.service
sudo systemctl enable --now registry

Licensing

SPDX-License-Identifier: Apache-2.0

This documentation and the build recipe are licensed as Apache-2.0. 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 SUSE Linux Enterprise Server, a reliable, secure, and scalable server operating system built to power mission-critical workloads in physical and virtual environments.

  • Image Data

    Last Built: 09 Apr 11:22 UTC

    Compressed Size: 49.1 MB

    Support Level: L3

    Supported until: 30 Nov 2027


  • Health Index
    A

    No vulnerabilities found

    Last Scan:

    about 10 hours ago