certificates
Sidecar helper for managing CA certificates
Building
- Switch to the desired versioned directory
- 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.
-
gitlab-base
(built onubi
image) -
certificates
(built ongitlab-base
image)