a21fded449
This image has all build dependencies to speed up build and tests. Copied from phosh (https://gitlab.gnome.org/World/Phosh/phosh/-/commit/d8b2e5651b837adb6698c9868a9d278ef7929400) with minor modifications for Calls. Use .gitlab-ci/run-docker.sh --base debian build --version 0.0.<date> .gitlab-ci/run-docker.sh --base debian push --version 0.0.<date> to update.
Checklist for Updating the Docker Images
- Update the
${image}.Dockerfilefile 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 usingdocker loginorpodman loginlike podman login -u -p registry.gitlab.gnome.org/world/phosh/phosh See https://docs.gitlab.com/ee/user/packages/container_registry/ - Update the
imagekeys in the.gitlab-ci.ymlfile with the new image tag - Open a merge request with your changes and let it run