Skip to content

Files

Latest commit

3c2f311 · Feb 19, 2025

History

History

.gitlab-ci

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 11, 2024
Oct 8, 2021
Feb 7, 2025
Nov 4, 2024
Nov 4, 2024
Nov 24, 2023
Feb 19, 2025
Nov 26, 2023
Feb 7, 2025
Sep 11, 2024
Apr 5, 2022
Feb 7, 2025
Apr 17, 2024

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