GitLab CI jobs run in a Docker image, defined here. To update that image (perhaps to install some more packages):
.gitlab-ci/*.Dockerfile
with the changes you want.gitlab-ci/run-docker.sh build --base=debian-stable --base-version=1
to build the new image (bump the version from the latest listed for that base
on https://gitlab.gnome.org/GNOME/glib/container_registry). If rebuilding the coverity.Dockerfile
image, you’ll need to have access to Coverity Scan and will need to specify your project name and access token as the environment variables COVERITY_SCAN_PROJECT_NAME
and COVERITY_SCAN_TOKEN
..gitlab-ci/run-docker.sh push --base=debian-stable --base-version=1
to upload the new image to the GNOME GitLab Docker registryread_registry
and write_registry
permissions.gitlab-ci.yml
(in the root of this repository) to use your new image