qutebrowser/scripts/dev/ci/docker
Florian Bruhin 8ba1a28fa5 Revert "Revert "ci: Add workaround for Archlinux/Docker issue""
This reverts commit 8fccc17bd8.
Still broken unfortunately (probably on GitHub's side)...
2021-02-15 14:24:27 +01:00
..
Dockerfile.j2 Revert "Revert "ci: Add workaround for Archlinux/Docker issue"" 2021-02-15 14:24:27 +01:00
README.md Integrate docker rebuild workflow 2020-11-25 19:49:25 +01:00
generate.py doc: Switch URLs to https 2021-01-26 15:19:01 +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.