Support an image name that has a slash
This commit is contained in:
parent
4695622d1a
commit
6e7d531118
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ set -euo pipefail
|
|||
|
||||
CONTAINER_DIR="/usr/etc/containers"
|
||||
MODULE_DIRECTORY="${MODULE_DIRECTORY:-"/tmp/modules"}"
|
||||
IMAGE_NAME="${IMAGE_NAME//\/_}"
|
||||
|
||||
echo "Setting up container signing in policy.json and cosign.yaml for $IMAGE_NAME"
|
||||
echo "Registry to write: $IMAGE_REGISTRY"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue