Skip to content

Commit

Permalink
Prefetch busybox container before use
Browse files Browse the repository at this point in the history
Signed-off-by: David Shea <[email protected]>
  • Loading branch information
dashea committed Oct 23, 2024
1 parent 17c5ecc commit 2087dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bud.bats
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ EOM
skip_if_no_runtime

${OCI} --version
_prefetch alpine
_prefetch alpine busybox
_prefetch debian

run_buildah build --build-arg base=alpine --build-arg toolchainname=busybox --build-arg destinationpath=/tmp --pull=false $WITH_POLICY_JSON -f $BUDFILES/from-with-arg/Containerfile .
Expand Down

0 comments on commit 2087dce

Please sign in to comment.