/
DirectorySecurity Advisories
Sign In
Directory
gitaly logo

gitaly

Last changed

Create your Free Account

Be the first to hear about exciting product updates, critical vulnerability alerts, compare alternative images, and more.

Sign Up
Tags
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

Chainguard Container for gitlab

Gitlab is a web-based Git repository manager with wiki and issue

Chainguard Containers are regularly-updated, secure-by-default container images.

Download this Container Image

For those with access, this container image is available on cgr.dev:

docker pull cgr.dev/ORGANIZATION/gitlab:latest

Be sure to replace the ORGANIZATION placeholder with the name used for your organization's private repository within the Chainguard Registry.

Using these images

The gitlab images are intended to be used collectively, and can be used with the following values.yaml against the official helm chart.

Ensure in the values below that $org and $version should be replaced with your appropriate organization and desired version.

# Minimal values for substituting in Chainguard Images
global:
  gitlabBase:
    image:
      repository: cgr.dev/$org/gitlab-base
      tag: $version
  certificates:
    image:
      repository: cgr.dev/$org/gitlab-certificates
      tag: $version
gitlab:
  gitlab-exporter:
    image:
      repository: cgr.dev/$org/gitlab-exporter
      tag: $version
  gitlab-shell:
    image:
      repository: cgr.dev/$org/gitlab-shell
      tag: $version
    # Optional but required for FIPS
    config:
      ciphers: ["aes128-ctr", "aes192-ctr", "aes256-ctr"]
      kexAlgorithms: ["ecdh-sha2-nistp384", "ecdh-sha2-nistp521"]
      macs: ["hmac-sha2-256", "hmac-sha2-512"]
      publicKeyAlgorithms: ["ssh-rsa", "ecdsa-sha2-nistp256", "ecdsa-sha2-nistp384", "ecdsa-sha2-nistp521"]
  gitaly:
    image:
      repository: cgr.dev/$org/gitaly
      tag: $version
  migrations:
    image:
      repository: cgr.dev/$org/gitlab-toolbox-ee
      tag: $version
  webservice:
    image:
      repository: cgr.dev/$org/gitlab-webservice-ee
      tag: $version
    workhorse:
      image: cgr.dev/$org/gitlab-workhorse-ee
      tag: $version
  gitlab-pages:
    image:
      repository: cgr.dev/$org/gitlab-pages
      tag: $version
  toolbox:
    image:
      repository: cgr.dev/$org/gitlab-toolbox-ee
      tag: $version
  sidekiq:
    image:
      repository: cgr.dev/$org/gitlab-sidekiq-ee
      tag: $version
  kas:
    image:
      repository: cgr.dev/$org/gitlab-kas
      tag: $version
registry:
  image:
    repository: cgr.dev/$org/gitlab-container-registry
    tag: $version
gitlab-runner:
  runners:
    config: |
      [[runners]]
        [runners.kubernetes]
          helper_image = "cgr.dev/$org/gitlab-runner-helper:$version"
  image:
    registry: cgr.dev
    image: $org/gitlab-runner
    tag: $version

For a minimal installation, combine the above Chainguard Image specific values with the following minimal values that closely align with the upstream minimal installation docs.

# WARNING: We do not recommend these in production, they are simply an example
for a quick, working getting started setting.
global:
  ingress:
    configureCertmanager: false
    tls:
      enabled: false
  gitlab:
    gitlab-shell:
      minReplicas: 1
      maxReplicas: 1
    webservice:
      minReplicas: 1
      maxReplicas: 1
    gitlab-pages:
      resources:
        requests:
          memory: 250M
          cpu: 50m
certmanager:
  install: false

registry:
  hpa:
    minReplicas: 1
    maxReplicas: 1
nginx-ingress:
  controller:
    replicaCount: 1
    minAvailable: 0
prometheus:
  install: false
minio:
  resources:
    requests:
      cpu: 100m
redis:
  resources:
    requests:
      cpu: 100m

What are Chainguard Containers?

Chainguard Containers are minimal container images that are secure by default.

In many cases, the Chainguard Containers tagged as :latest contain only an open-source application and its runtime dependencies. These minimal container images typically do not contain a shell or package manager. Chainguard Containers are built with Wolfi, our Linux undistro designed to produce container images that meet the requirements of a more secure software supply chain.

The main features of Chainguard Containers include:

For cases where you need container images with shells and package managers to build or debug, most Chainguard Containers come paired with a -dev variant.

Although the -dev container image variants have similar security features as their more minimal versions, they feature additional software that is typically not necessary in production environments. We recommend using multi-stage builds to leverage the -dev variants, copying application artifacts into a final minimal container that offers a reduced attack surface that won’t allow package installations or logins.

Learn More

To better understand how to work with Chainguard Containers, please visit Chainguard Academy and Chainguard Courses.

In addition to Containers, Chainguard offers VMs and Libraries. Contact Chainguard to access additional products.

Trademarks

This software listing is packaged by Chainguard. The trademarks set forth in this offering are owned by their respective companies, and use of them does not imply any affiliation, sponsorship, or endorsement by such companies.

Licenses

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

  • ( GPL-2.0-or-later

  • Apache-2.0

  • BSD-2-Clause

  • BSD-3-Clause

  • CC-PDDC

  • GCC-exception-3.1

  • GPL-2.0-only

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

Software license agreement

Compliance

A FIPS validated version of this image is available for FedRAMP compliance. STIG is included with FIPS image.


Related images

Category
application

Safe Source for Open Sourceâ„¢
Media KitContact Us
© 2025 Chainguard. All Rights Reserved.
Private PolicyTerms of Use

Products

Chainguard ContainersChainguard LibrariesChainguard VMs