Skip to content

Commit

Permalink
Merge pull request os-autoinst#20324 from grisu48/buildah
Browse files Browse the repository at this point in the history
Remove workaround for bsc#1220568
  • Loading branch information
mloviska authored Oct 1, 2024
2 parents 609179c + d2de2d0 commit 66da8ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/containers/buildah.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ sub run {
if ($runtime eq 'docker') {
install_docker_when_needed($host_distri);
zypper_call('install skopeo');

# temporarily necessary due to https://bugzilla.suse.com/show_bug.cgi?id=1220568
zypper_call('install cni-plugins') if (is_sle("15-SP3+"));
}
record_info('Version', script_output('buildah --version'));

Expand Down

0 comments on commit 66da8ff

Please sign in to comment.