Skip to content

Commit bf4c69d

Browse files
committed
Use public ECR zot image
Per Amazon best security practices, we switched to using a version of project zot hosted on public ECR instead of ghcr.io. Signed-off-by: David Son <[email protected]>
1 parent 3fd12f4 commit bf4c69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const (
7575
// Registry images to use in the test infrastructure. These are not intended to be used
7676
// as images in the test itself, but just when we're setting up docker compose.
7777
oci10RegistryImage = "registry:soci_test"
78-
oci11RegistryImage = "ghcr.io/project-zot/zot-linux-" + runtime.GOARCH + ":v2.0.1"
78+
oci11RegistryImage = "public.ecr.aws/soci-workshop-examples/zot:v2.0.3-" + runtime.GOARCH
7979
)
8080

8181
// Commonly used CLI commands

0 commit comments

Comments
 (0)