From 8a60f9b24913ab9a56238f12ad5f88e30c51f0b3 Mon Sep 17 00:00:00 2001 From: Sally O'Malley Date: Tue, 10 May 2022 15:39:35 -0400 Subject: [PATCH] integration: update DockerRegistryURL Signed-off-by: Sally O'Malley --- integration/copy_test.go | 4 ++-- integration/fixtures/policy.json | 2 +- integration/fixtures/registries.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/copy_test.go b/integration/copy_test.go index 4fdd2cca7b..5e60c31745 100644 --- a/integration/copy_test.go +++ b/integration/copy_test.go @@ -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 ) diff --git a/integration/fixtures/policy.json b/integration/fixtures/policy.json index eb225649e1..5af9b54baa 100644 --- a/integration/fixtures/policy.json +++ b/integration/fixtures/policy.json @@ -6,7 +6,7 @@ ], "transports": { "docker": { - "localhost:5555": [ + "localhost:8888": [ { "type": "signedBy", "keyType": "GPGKeys", diff --git a/integration/fixtures/registries.yaml b/integration/fixtures/registries.yaml index 9a42be60cc..1776d1ea54 100644 --- a/integration/fixtures/registries.yaml +++ b/integration/fixtures/registries.yaml @@ -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@