Skip to content

Commit 23306d1

Browse files
authored
Merge pull request #27760 from Luap99/test-apk
2 parents 03bb9aa + 15ae942 commit 23306d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/system/070-build.bats

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ load helpers.registry
1717
dockerfile=$tmpdir/Dockerfile
1818
cat >$dockerfile <<EOF
1919
FROM $IMAGE
20-
RUN apk add nginx
2120
RUN echo $rand_content > /$rand_filename
2221
EOF
2322

24-
# The 'apk' command can take a long time to fetch files; bump timeout
2523
imgname="b-$(safename)"
26-
PODMAN_TIMEOUT=240 run_podman build -t $imgname --format=docker $tmpdir
24+
run_podman build -t $imgname --format=docker $tmpdir
2725
is "$output" ".*COMMIT" "COMMIT seen in log"
2826

2927
# $IMAGE is preloaded, so we should never re-pull

0 commit comments

Comments
 (0)