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.
1 parent 3ac471d commit 87b5c94Copy full SHA for 87b5c94
deploy/tasks/buildah-oci-ta.yaml
@@ -506,7 +506,7 @@ spec:
506
/app/domain-proxy-client-runner &
507
client_pid=$!
508
509
- buildah build $VOLUME_MOUNTS ${BUILDAH_ARGS[@]} ${LABELS[@]} --tls-verify=$TLSVERIFY --no-cache --ulimit nofile=4096:4096 -f "$dockerfile_copy" -t $IMAGE .
+ buildah build $VOLUME_MOUNTS ${BUILDAH_ARGS[@]}" "${LABELS[@]}" --tls-verify=$TLSVERIFY --no-cache --ulimit nofile=4096:4096 -f "$dockerfile_copy" -t $IMAGE .
510
511
set +e
512
kill $client_pid
0 commit comments