Skip to content

use buildah (and podman) instead of docker

Abderrahim Kitouni requested to merge abderrahim/buildah into master

This simply uses buildah bud (a.k.a. build-using-dockerfile) and doesn't change anything.

Tried changing the diagnostic commands in after_script to use podman, but podman image inspect can't seem to access the id.

Since buildah can't run containers, the flatpak list in after_script uses podman instead.

Edited by Abderrahim Kitouni

Merge request reports