From a587212080140e784fdfab254a96f4ed353a2e73 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 31 Dec 2022 01:48:47 +0530 Subject: [PATCH] ci: Update docker image generation README --- .gitlab-ci/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/README.md b/.gitlab-ci/README.md index 15df442a8..3a1ffe409 100644 --- a/.gitlab-ci/README.md +++ b/.gitlab-ci/README.md @@ -5,7 +5,7 @@ GitLab CI jobs run in a Docker image, defined here. To update that image (perhaps to install some more packages): -1. Edit `.gitlab-ci/Dockerfile` with the changes you want +1. Edit `.gitlab-ci/*.Dockerfile` with the changes you want 1. Run `.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 @@ -23,5 +23,5 @@ GitLab CI jobs run in a Docker image, defined here. To update that image 1. Edit `.gitlab-ci.yml` (in the root of this repository) to use your new image -[pat]: https://gitlab.gnome.org/profile/personal_access_tokens +[pat]: https://gitlab.gnome.org/-/profile/personal_access_tokens [cs]: https://scan.coverity.com/