qutebrowser/scripts/dev/ci/docker
Florian Bruhin 86ed433b97 ci: Drop Archlinux Qt 5 images/jobs
For now, Qt 5 is still tested via the Qt 5.15 PyPI wheels.

See https://github.com/qutebrowser/qutebrowser/issues/8417#issuecomment-3495979318
https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/U45C4RAW4IXVLO376XGFNLEGGFFXCULV/

(cherry picked from commit 9316d428ef)
2025-11-21 22:55:00 +01:00
..
Dockerfile.j2 ci: Drop Archlinux Qt 5 images/jobs 2025-11-21 22:55:00 +01:00
README.md Integrate docker rebuild workflow 2020-11-25 19:49:25 +01:00
generate.py ci: Drop Archlinux Qt 5 images/jobs 2025-11-21 22:55:00 +01:00

README.md

This directory contains a Dockerfile template for containers used to test qutebrowser on CI.

The generate.py script uses that template to generate various image configuration.

The images are rebuilt via Github Actions in this directory, and qutebrowser then downloads them during the CI run. Note that means that it'll take a while until builds will use the newer image if you make a change to this directory.