Skip to content

Commit

Permalink
containers: podman-remote is now available on 15-SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jul 15, 2024
1 parent 41311fb commit 52c04bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/containers/podman_integration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ sub run {
push @pkgs, qw(python3-PyYAML) unless is_sle_micro('>=6.0');
push @pkgs, qw(skopeo) unless is_sle_micro('<5.5');
push @pkgs, qw(socat) unless is_sle_micro('=5.1');
# https://bugzilla.suse.com/show_bug.cgi?id=1226596
push @pkgs, qw(podman-remote) unless (is_sle_micro('<5.5') || is_sle('<=15-SP3'));
push @pkgs, qw(podman-remote) unless (is_sle_micro('<5.5') || is_sle('<=15-SP2'));
# passt requires podman 5.0
push @pkgs, qw(criu passt) if (is_tumbleweed || is_microos);
# Needed for podman machine
Expand Down

0 comments on commit 52c04bf

Please sign in to comment.