Project

General

Profile

action #154930

Updated by ph03nix 5 months ago

## Background 

 A recent regression from an The latest Docker 25.x is API incompatibility between docker and buildah/skopeo in https://bugzilla.suse.com/show_bug.cgi?id=1219563 shows us that we don't test `buildah` incompatible with docker. buildah.    This was flagged by a customer: 
 https://suse.slack.com/archives/C02DR0C5XUY/p1707128332355129 

 We should check if we can extend need to expand our `buildah` current buildah test to use docker. This also motivates to separate the `buildah` part to be an independent test module, which can be run for `podman` and for `docker` independently. 

 ## Acceptance criterium 

 * Expand `buildah` test to use docker 
 * Refactor the `buildah` part to be a separate test module 
 * Factory first principle applies 

 ## References  

 * https://bugzilla.suse.com/show_bug.cgi?id=1219563 
 * https://suse.slack.com/archives/C02DR0C5XUY/p1707128332355129 Docker.

Back