Purism-Calls/.gitlab-ci
Guido Günther fc15ba2e58 ci: Switch to a trixie based base image
Debian Bookworm doesn't get any GNOME updates and we want to ensure
we build and run against latest.
2024-01-14 10:36:37 +01:00
..
README.md gitlab-ci: Use prebuilt containers 2021-12-21 14:16:47 +01:00
debian.Dockerfile ci: Switch to a trixie based base image 2024-01-14 10:36:37 +01:00
run-docker.sh run-docker: Don't cache container images 2022-12-03 08:52:41 +00:00

README.md

Checklist for Updating the Docker Images

  • Update the ${image}.Dockerfile file with the dependencies
  • Run ./run-docker.sh build --base ${image} --version ${number}
  • Run ./run-docker.sh push --base ${image} --version ${number} once the Docker image is built; you may need to log in by using docker login or podman login like podman login -u -p registry.gitlab.gnome.org/world/phosh/phosh See https://docs.gitlab.com/ee/user/packages/container_registry/
  • Update the image keys in the .gitlab-ci.yml file with the new image tag
  • Open a merge request with your changes and let it run