UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
CHT-IB11_20260218's avatar
**** authored
Update GitLab to the 17.10.1 Patch Release

See merge request !61
16f255bc
History

certificates

Sidecar helper for managing CA certificates

Building

  1. Switch to the desired versioned directory
  2. Run ./build-scripts/build.sh
    • Runs docker build, and takes care of setting the appropriate build args for users running locally

build-script/build.sh is provided as an example and helpful for building locally. You can also instead call docker build and pass build-args directly.

Build Phases

Some of the GitLab containers are build ontop of previous containers, building the containers in order is necessary.

  1. gitlab-base (built on ubi image)
  2. certificates (built on gitlab-base image)