Skip to content

Commit

Permalink
feat: allow optional extra-args to VCN
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Apr 25, 2022
1 parent e0acaea commit 4017697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job-images/vcn/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for img in $(echo "${CONFIG}" | jq -r '.[] | @base64'); do
fi

docker pull "${IMAGE}" -q
vcn notarize --bom "docker://${IMAGE}"
vcn notarize --bom "docker://${IMAGE}" "${VCN_EXTRA_ARGS:-''}"
docker rm -f $(docker ps -aq)
docker rmi "${IMAGE}"

Expand Down

0 comments on commit 4017697

Please sign in to comment.