Skip to content

Commit

Permalink
fix CI: remove hardcodeded alpine version
Browse files Browse the repository at this point in the history
The apiv2 test hardcoded the tag of the alpine image.
Remove it to unblock CI.

Fixes: containers#15388
Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg authored and mtrmac committed Aug 29, 2022
1 parent 1845046 commit 68ebf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/apiv2/10-images.at
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ t POST "build?dockerfile=containerfile" $CONTAINERFILE_TAR application/json 200

# Libpod: allow building from url: https://github.com/alpinelinux/docker-alpine.git and must ignore any provided tar
t POST "libpod/build?remote=https%3A%2F%2Fgithub.com%2Falpinelinux%2Fdocker-alpine.git" $CONTAINERFILE_TAR 200 \
.stream~"STEP 1/5: FROM alpine:3.14"
.stream~"STEP 1/5: FROM alpine:"

# Build api response header must contain Content-type: application/json
t POST "build?dockerfile=containerfile" $CONTAINERFILE_TAR application/json 200
Expand Down

0 comments on commit 68ebf13

Please sign in to comment.