Merge #1476 Use the new internal container registry

This commit is contained in:
Matt Prahl
2019-10-25 14:55:21 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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: >-