gitlab-container-registry-container
The Docker toolset to pack, ship, store, and deliver content. This is a fork of official Docker Registry 2.0 implementation.
GitLab Build
The hardened containers for GitLab require the gitlab correctly version assets blob to be available for download.
There are some included scripts to make this easier for user building images offline on their machine.
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.