​
DirectorySecurity Advisories
Sign In
Directory
distribution-fips logoFIPS

distribution-fips

Last changed

Sign In for Updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign In
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

The goal of this project is to provide a simple, secure, and scalable base for building a large scale registry solution or running a simple private registry.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/distribution:latest

Usage

There are various ways to run the distribution image, the simplest way of running the distribution image is to use the following command:

$ docker run -d -p 5000:5000 --restart=always --name registry cgr.dev/chainguard/distribution:latest

Then you should be able to access the registry on http://localhost:5000.

In order to push and pull images from the registry, you may want to use crane tool which is a tool for interacting with container registries.

In case you want to test the registry with crane, you can use the following commands:

crane copy alpine:latest localhost:5000/alpine:latest

and check for the tags for the alpine image:

$ crane ls localhost:5000/alpine
latest

In case you want to deploy it on Kubernetes, you can use the following Helm chart: https://distribution.github.io/distribution/about/deploying/

helm repo add twuni https://helm.twun.io
helm repo update

You can then install the chart with the following command:

helm install registry twuni/docker-registry \
   --set image.tag=latest \
   --set image.repository=cgr.dev/chainguard/distribution
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Compliance

This is a FIPS validated image for FedRAMP compliance.

This image is STIG hardened and scanned against the DISA General Purpose Operating System SRG with reports available.

Learn more about STIGsGet started with STIGs

Related images

Category
FIPS
STIG

Media KitContact Us
© 2024 Chainguard. All Rights Reserved.
Private Policy
Terms of Use

Product

Chainguard Images