qutebrowser/scripts/dev/ci/docker
Florian Bruhin c598cbbc71 Revert "ci: Avoid Archlinux' pyqt6 6.1.7-3 which lacks QSignalSpy"
This reverts commit 27e446d26d.
Archlinux now uses a PyQt 6.8 development snapshot.
2024-10-15 00:47:31 +02:00
..
Dockerfile.j2 Revert "ci: Avoid Archlinux' pyqt6 6.1.7-3 which lacks QSignalSpy" 2024-10-15 00:47:31 +02:00
README.md Integrate docker rebuild workflow 2020-11-25 19:49:25 +01:00
generate.py reuse: Initial copyright text update for myself 2023-07-23 12:49:05 +02: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.