Skip to content

Commit

Permalink
tests: move fedora image to quay.io
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Nov 8, 2024
1 parent 8ecdda7 commit c4a7d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ mod pgp {
let rpm_sig_check = format!("rpm -vv --checksig {} 2>&1;", path.as_ref().display());
// TODO: check signatures on all distros?
[
("fedora:40", &rpm_sig_check),
("fedora:40", &dnf_cmd),
("quay.io/fedora/fedora:40", &rpm_sig_check),
("quay.io/fedora/fedora:40", &dnf_cmd),
("quay.io/centos/centos:stream9", &dnf_cmd),
("almalinux:8", &dnf_cmd),
]
Expand Down

0 comments on commit c4a7d41

Please sign in to comment.