Skip to content

Commit

Permalink
Use public ECR zot image
Browse files Browse the repository at this point in the history
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 <davbson@amazon.com>
  • Loading branch information
sondavidb committed May 2, 2024
1 parent 3fd12f4 commit bf4c69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const (
// Registry images to use in the test infrastructure. These are not intended to be used
// as images in the test itself, but just when we're setting up docker compose.
oci10RegistryImage = "registry:soci_test"
oci11RegistryImage = "ghcr.io/project-zot/zot-linux-" + runtime.GOARCH + ":v2.0.1"
oci11RegistryImage = "public.ecr.aws/soci-workshop-examples/zot:v2.0.3-" + runtime.GOARCH
)

// Commonly used CLI commands
Expand Down

0 comments on commit bf4c69d

Please sign in to comment.