SUSE / BCI-tests

This repository contains the tests for the SUSE Base Container Images
Apache License 2.0
10 stars 22 forks source link

enable `test_kiwi_create_image` for podman container runtime #551

Closed Priyankasaggu11929 closed 3 months ago

Priyankasaggu11929 commented 3 months ago

PR enables test_kiwi_create_image() for podman container runtime as well. (earlier enabled only for docker assuming podman rootful mode wasn't allowed)

Verified – GitHub CI tests runs as root for podman ref: https://github.com/SUSE/BCI-tests/blob/2de28a851adfd596fae5213c62472e7d01f0e043/.github/workflows/ci.yaml#L356-L357


Verified in CI, the kiwi tests executes successfully!

Priyankasaggu11929 commented 3 months ago

cc: @dirkmueller for review. Thanks!