Skip to content

Commit

Permalink
Update zot image tag to v2.0.1
Browse files Browse the repository at this point in the history
The v2.0.0-rc6 tag got removed, so using the latest stable version
as of the time of this commit.

Signed-off-by: David Son <[email protected]>
  • Loading branch information
sondavidb committed Mar 7, 2024
1 parent 1f3e47e commit 1d4d288
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 = "registry2:soci_test"
oci11RegistryImage = "ghcr.io/project-zot/zot-linux-" + runtime.GOARCH + ":v2.0.0-rc6"
oci11RegistryImage = "ghcr.io/project-zot/zot-linux-" + runtime.GOARCH + ":v2.0.1"
)

// Commonly used CLI commands
Expand Down

0 comments on commit 1d4d288

Please sign in to comment.