Skip to content

Commit e26c5a0

Browse files
committed
Add blank registry
1 parent fc99826 commit e26c5a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

files/scripts/90-signing.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jq --arg image_registry "${IMAGE_REGISTRY}" \
3737
"type": "matchRepository"
3838
}
3939
}
40-
] }
40+
],
41+
"": [{ "type": "insecureAcceptAnything"}]
42+
}
4143
+ .
4244
| .transports *= (["docker-daemon", "containers-storage", "dir", "oci", "oci-archive", "docker-archive", "tarball"]
4345
| map({(.): {"": [{"type": "insecureAcceptAnything"}]}})

0 commit comments

Comments
 (0)