Skip to content

Commit

Permalink
Merge pull request #3640 from cevich/use_static_fedora-minimal
Browse files Browse the repository at this point in the history
Tests should rely only on static/unchanging images
  • Loading branch information
openshift-merge-robot committed Nov 19, 2021
2 parents bfe412b + d5b6692 commit 78a1d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/copy.bats
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ stuff/mystuff"

@test "copy-preserving-extended-attributes" {
createrandom ${TESTDIR}/randomfile
image="registry.fedoraproject.org/fedora-minimal"
image="quay.io/libpod/fedora-minimal:34"
_prefetch $image
run_buildah from --quiet --signature-policy ${TESTSDIR}/policy.json $image
first="$output"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/buildah_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (

var (
integrationRoot string
cacheImages = []string{"alpine", "busybox", "quay.io/libpod/fedora-minimal:latest"}
cacheImages = []string{"alpine", "busybox", "quay.io/libpod/fedora-minimal:34"}
restoreImages = []string{"alpine", "busybox"}
defaultWaitTimeout = 90
)
Expand Down

0 comments on commit 78a1d08

Please sign in to comment.