​
DirectorySecurity Advisories
Sign In
Directory
gitlab-webservice-ee-fips logoFIPS

gitlab-webservice-ee-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

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/gitlab-webservice-ee:latest

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

The GitLab helm chart, is composed of multiple sub-charts. The sub-chart for GitLab Webservice deploys GitLab Webservice.

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

REPO_NAME="gitlab"
REPO_URL="https://charts.gitlab.io"

# The below variables are placeholders and should be set as per the user's specific environment
DOMAIN="example.com.nip.io"
EXTERNAL_IP="203.0.113.1"
ROOT_PASSWORD="<your root password>"

helm repo add gitlab https://charts.gitlab.io/
helm repo update

kubectl create secret generic gitlab-gitlab-initial-root-password --from-literal=password='P@ssw3rd'

git clone https://gitlab.com/gitlab-org/charts/gitlab.git --depth 1

helm upgrade --install gitlab gitlab/gitlab \
  --set global.hosts.domain=$DOMAIN \
  --set global.gitlab.hostnameOverride=gitlab.cluster.local \
  --set global.externalIP=$EXTERNAL_IP \
  --set gitlab.gitlab-root-password.secret=gitlab-gitlab-initial-root-password \
  -f examples/kind/values-base.yaml \
  -f examples/kind/values-no-ssl.yaml \
  --set gitlab.webservice.image.repository=cgr.dev/chainguard/gitlab-webservice-ee \
  --set gitlab.webservice.image.tag=latest \

Note: Replace the placeholders{DOMAIN, EXTERNAL_IP, ROOT_PASSWORD} & set image with Chainguard's latest.

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

  • Artistic-1.0-Perl

  • BSD-1-Clause

  • BSD-2-Clause

  • BSD-3-Clause

  • BSD-4-Clause-UC

  • CC-PDDC

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
GitLab

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

Product

Chainguard Images