qutebrowser/scripts/dev/ci/docker
Florian Bruhin 4d2361288d ci: Fix pip/python usage for QtWebKit
I'm sure I tested this locally before pushing
b241b0360b but now it's broken?

This seems to fix things now. See #8247.
2024-06-29 21:59:43 +02:00
..
Dockerfile.j2 ci: Fix pip/python usage for QtWebKit 2024-06-29 21:59:43 +02:00
README.md
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.