Skip to content

Commit

Permalink
Merge pull request #12640 from vrothberg/fix-12631
Browse files Browse the repository at this point in the history
apiv2 tests: use quay.io/libpod/testimage:20210610 for platform tests
  • Loading branch information
openshift-merge-robot authored Dec 20, 2021
2 parents c133c5f + 5cbc6b6 commit 76d32a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/apiv2/10-images.at
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ t POST "images/create?fromImage=alpine" 200 .error~null .status~".*Download comp
t POST "images/create?fromImage=alpine&tag=latest" 200

# 10977 - handle platform parameter correctly
t POST "images/create?fromImage=alpine&platform=linux/arm64" 200
t GET "images/alpine/json" 200 \
t POST "images/create?fromImage=testimage:20210610&platform=linux/arm64" 200
t GET "images/testimage:20210610/json" 200 \
.Architecture=arm64

# Make sure that new images are pulled
Expand Down

0 comments on commit 76d32a1

Please sign in to comment.