GitLab CI: use buildah/podman instead of docker
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Fri, 2 Nov 2018 10:44:45 +0000 (11:44 +0100)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 28 Nov 2018 00:56:44 +0000 (00:56 +0000)
commitf92a8a7ec199a780cf56127fadd5dba0d5223b09
tree3641ae3f3100f24e2d9531ccb87b3344e81ce3fb
parent4cb54af7a9e2f052c1155814497385e61f963981
GitLab CI: use buildah/podman instead of docker

well, docker has licensing issues, and the version shipped in
Fedora is getting quite old now.
We have a free open source alternative through buildah/podman/skopeo.

Build our building image in the CI too, so updates can
be achieved by just triggering the bootstrap job.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
.gitlab-ci.yml
ci/bootstrap.sh [new file with mode: 0644]