Skip to content

Commit

Permalink
swap out busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Mar 5, 2025
1 parent 615a66e commit 0e9f76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest.bash
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ createEventTemplateVolume

createProbeTemplateVolume() {
"${container_engine}" volume create probes
"${container_engine}" container create --name probes_helper -v probes:/probes busybox
"${container_engine}" container create --name probes_helper -v probes:/probes registry.access.redhat.com/ubi9/ubi-micro
if [ -d "${DIR}/probes" ]; then
"${container_engine}" cp "${DIR}/probes" probes_helper:/probes
fi
Expand Down

0 comments on commit 0e9f76b

Please sign in to comment.