Image Overview: gitlab-container-registry-fips

Overview: gitlab-container-registry-fips Chainguard Image

The GitLab Container Registry originated as a fork of the Docker Distribution Registry,now CNCF Distribution, both distributed under Apache License Version 2.0.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard-private/gitlab-container-registry-fips:latest

Usage

Please refer to the following helm chart documentation, for instructions on how to deploy GitLab in Kubernetes: see here.

The GitLab helm chart, is composed of multiple sub-charts, one of which deploys the GitLab registry component.

Below is an example of how to deploy the helm chart, using the Chainguard image for GitLab registry. Note, it is not intended to be a replacement for the official documentation:

helm repo add gitlab https://charts.gitlab.io/
helm repo update
helm upgrade --install gitlab gitlab/gitlab \
  --timeout 600s \
  --set registry.enabled=true \
  --set registry.image.repository=cgr.dev/chainguard-private/gitlab-container-registry \
  --set registry.image.tag=latest \

Also you can find the installation parameters related to the registrt sub-chart, here.

Last updated: 2024-07-10 00:36