Skip to content

Commit

Permalink
tests: centos on docker hub went EOL
Browse files Browse the repository at this point in the history
centos docker image went EOL in June 2024 and do not appear to be
available on hub.docker.com anymore.

This breaks tests when you don't already have an image cached on your
computer.

This commit migrates to one available on quay.io
  • Loading branch information
baloo committed Nov 8, 2024
1 parent 1cef8bb commit 8ecdda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mod pgp {
[
("fedora:40", &rpm_sig_check),
("fedora:40", &dnf_cmd),
("centos:stream9", &dnf_cmd),
("quay.io/centos/centos:stream9", &dnf_cmd),
("almalinux:8", &dnf_cmd),
]
.iter()
Expand Down

0 comments on commit 8ecdda7

Please sign in to comment.