From 0a6f8f8c041fdb8eac63b9babe5679b548baaf5c Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 30 Jan 2024 11:13:35 +0100 Subject: [PATCH] osbuild: add podman The stage tests for https://github.com/osbuild/osbuild/pull/1547 require podman inside the container. --- docker-bake.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-bake.hcl b/docker-bake.hcl index 5070f9d..cdd0d15 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -260,6 +260,7 @@ target "virtual-osbuild-ci-base" { "nbd-cli", "ostree", "pacman", + "podman", "policycoreutils", "pylint", "python-rpm-macros",