We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03bb9aa + 15ae942 commit 23306d1Copy full SHA for 23306d1
test/system/070-build.bats
@@ -17,13 +17,11 @@ load helpers.registry
17
dockerfile=$tmpdir/Dockerfile
18
cat >$dockerfile <<EOF
19
FROM $IMAGE
20
-RUN apk add nginx
21
RUN echo $rand_content > /$rand_filename
22
EOF
23
24
- # The 'apk' command can take a long time to fetch files; bump timeout
25
imgname="b-$(safename)"
26
- PODMAN_TIMEOUT=240 run_podman build -t $imgname --format=docker $tmpdir
+ run_podman build -t $imgname --format=docker $tmpdir
27
is "$output" ".*COMMIT" "COMMIT seen in log"
28
29
# $IMAGE is preloaded, so we should never re-pull
0 commit comments