diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-22 09:05:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 09:05:25 +0000 |
commit | 351028b1ac87851fc084b8b5e09eb80660e6bb5a (patch) | |
tree | 406b1bf4fcc8d4bc8c9dfd95296e8233b937d475 /test | |
parent | f50970ab6c0fbb9c46d6bb391944667c2f7717ee (diff) | |
parent | 1f76ad40a953d37d4a0c12f6434a5e8a32b53e81 (diff) | |
download | podman-351028b1ac87851fc084b8b5e09eb80660e6bb5a.tar.gz podman-351028b1ac87851fc084b8b5e09eb80660e6bb5a.tar.bz2 podman-351028b1ac87851fc084b8b5e09eb80660e6bb5a.zip |
Merge pull request #15401 from vrothberg/fix-15388
fix CI: remove hardcodeded alpine version
Diffstat (limited to 'test')
-rw-r--r-- | test/apiv2/10-images.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apiv2/10-images.at b/test/apiv2/10-images.at index f03b95786..4fd954e37 100644 --- a/test/apiv2/10-images.at +++ b/test/apiv2/10-images.at @@ -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 |