aboutsummaryrefslogtreecommitdiffstats
path: root/.github/containers
Commit message (Collapse)AuthorAgeFilesLines
* Switch to CentOS Stream 8 for buildsPierre Ossman2022-02-181-1/+1
| | | | | | | CentOS 8 is EOL and is now replaced with CentOS Stream 8. This images isn't available on Docker Hub unfortunately, so we grab it from Quay.
* Raise CMake requirement to 3.10Pierre Ossman2021-11-051-0/+1
| | | | | | It's difficult to support both old and new versions, so raise the requirement to the oldest that is commonly used, which is CMake 3.10.2 on Ubuntu 18.04.
* Drop Ubuntu 16.04 from buildsPierre Ossman2021-11-052-66/+0
| | | | | This version of Ubuntu is no longer fully supported so let's stop caring about builds there.
* Convert CI to GitHub ActionsPierre Ossman2021-06-0810-0/+312
Travis has unfortunately been severely rate limited by Docker Hub so we have to switch to GitHub, which has an agreement with Docker to avoid the rate limiting.