Project

General

Profile

action #154933

Updated by ph03nix 5 months ago

## Background The latest Docker 25.x is API incompatible with buildah. This was flagged by a customer: 
 https://suse.slack.com/archives/C02DR0C5XUY/p1707128332355129 

 A recent regression from an API incompatibility between docker and buildah/skopeo in https://bugzilla.suse.com/show_bug.cgi?id=1219563 shows us that It seems we don't test skopeo at all.    We have any tests for scopeo. 

 We should to create a simple test run that is runtime agnostic to support for skopeo. 

 ## Acceptance criterium 

 * Create a simple smoke test for `skopeo` 
 * if possible in conjunction with docker and with podman 
 * Factory first principle applies 

 ## References  

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

Back