mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 03:38:12 +08:00
Merge #1476 Use the new internal container registry
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: >-
|
||||
|
||||
Reference in New Issue
Block a user