mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Merge pull request #27884 from ypu/backport-build-test-fix
[v5.6-rhel] test/system: remove apk from build
This commit is contained in:
commit
b194cd996e
1 changed files with 1 additions and 3 deletions
|
|
@ -16,13 +16,11 @@ load helpers
|
|||
dockerfile=$tmpdir/Dockerfile
|
||||
cat >$dockerfile <<EOF
|
||||
FROM $IMAGE
|
||||
RUN apk add nginx
|
||||
RUN echo $rand_content > /$rand_filename
|
||||
EOF
|
||||
|
||||
# The 'apk' command can take a long time to fetch files; bump timeout
|
||||
imgname="b-$(safename)"
|
||||
PODMAN_TIMEOUT=240 run_podman build -t $imgname --format=docker $tmpdir
|
||||
run_podman build -t $imgname --format=docker $tmpdir
|
||||
is "$output" ".*COMMIT" "COMMIT seen in log"
|
||||
|
||||
# $IMAGE is preloaded, so we should never re-pull
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue