From 246cae63286ddb7a8bfc7f62dd6c97b1ca9a306b Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Wed, 23 Oct 2019 17:49:19 -0400 Subject: [PATCH] Use the new internal container registry Signed-off-by: Luiz Carvalho --- .../koji/pipelines/jobs/mbs-prod-integration-test.env | 2 +- .../koji/pipelines/jobs/mbs-stage-integration-test.env | 2 +- .../koji/pipelines/templates/mbs-integration-test-template.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openshift/integration/koji/pipelines/jobs/mbs-prod-integration-test.env b/openshift/integration/koji/pipelines/jobs/mbs-prod-integration-test.env index 192350b9..1145e673 100644 --- a/openshift/integration/koji/pipelines/jobs/mbs-prod-integration-test.env +++ b/openshift/integration/koji/pipelines/jobs/mbs-prod-integration-test.env @@ -1,4 +1,4 @@ NAME=mbs-prod-integration-test KOJI_IMAGE=quay.io/factory2/koji:prod -UMB_IMAGE=docker-registry.engineering.redhat.com/factory2/umb:prod +UMB_IMAGE=docker-registry.upshift.redhat.com/factory2/umb:prod ENVIRONMENT=prod diff --git a/openshift/integration/koji/pipelines/jobs/mbs-stage-integration-test.env b/openshift/integration/koji/pipelines/jobs/mbs-stage-integration-test.env index 18df1ab6..e7e636d9 100644 --- a/openshift/integration/koji/pipelines/jobs/mbs-stage-integration-test.env +++ b/openshift/integration/koji/pipelines/jobs/mbs-stage-integration-test.env @@ -1,4 +1,4 @@ NAME=mbs-stage-integration-test KOJI_IMAGE=quay.io/factory2/koji:stage -UMB_IMAGE=docker-registry.engineering.redhat.com/factory2/umb:stage +UMB_IMAGE=docker-registry.upshift.redhat.com/factory2/umb:stage ENVIRONMENT=stage diff --git a/openshift/integration/koji/pipelines/templates/mbs-integration-test-template.yaml b/openshift/integration/koji/pipelines/templates/mbs-integration-test-template.yaml index cf67f6de..a28b2929 100644 --- a/openshift/integration/koji/pipelines/templates/mbs-integration-test-template.yaml +++ b/openshift/integration/koji/pipelines/templates/mbs-integration-test-template.yaml @@ -38,7 +38,7 @@ parameters: - name: UMB_IMAGE displayName: The UMB container image to be tested description: This field must be in repo:tag or repo@sha256 format - value: docker-registry.engineering.redhat.com/factory2/umb:latest + value: docker-registry.upshift.redhat.com/factory2/umb:latest - name: TEST_IMAGES displayName: Images being tested description: >-