Skip to content

Commit

Permalink
integration: update DockerRegistryURL
Browse files Browse the repository at this point in the history
Signed-off-by: Sally O'Malley <somalley@redhat.com>
  • Loading branch information
sallyom committed May 23, 2022
1 parent c011128 commit d4b27ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions integration/copy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ func init() {
}

const (
v2DockerRegistryURL = "localhost:5555" // Update also policy.json
v2s1DockerRegistryURL = "localhost:5556"
v2DockerRegistryURL = "localhost:8888" // Update also policy.json, registries.yaml
v2s1DockerRegistryURL = "localhost:8889"
knownWindowsOnlyImage = "docker://mcr.microsoft.com/windows/nanoserver:1909"
knownListImage = "docker://registry.fedoraproject.org/fedora-minimal" // could have either ":latest" or "@sha256:..." appended
)
Expand Down
2 changes: 1 addition & 1 deletion integration/fixtures/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"transports": {
"docker": {
"localhost:5555": [
"localhost:8888": [
{
"type": "signedBy",
"keyType": "GPGKeys",
Expand Down
4 changes: 2 additions & 2 deletions integration/fixtures/registries.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docker:
localhost:5555:
localhost:8888:
sigstore: file://@sigstore@
localhost:5555/public:
localhost:8888/public:
sigstore-staging: file://@split-staging@
sigstore: @split-read@

0 comments on commit d4b27ea

Please sign in to comment.