This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR is part of the effort to move to Quay. This is the list of changes in this PR: - Pushes to Quay instead of the Devshift registry - Uses an image hosted in Quay to build the RHEL based container image - Uses the new env-toolkit to load variables from jenkins-env - Changes the default path of the image to quay (note that this should not affect production because it is overridden in the saas repo) A companion PR should have been submitted to the appropriate saas repo to change the staging url from devshift to quay. The PR to the saas repo should be merged before this one. openshiftio/saas-openshiftio#914
- Loading branch information
1 parent
afa18b8
commit 167e4b2
Showing
3 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM prod.registry.devshift.net/osio-prod/base/pcp:latest | ||
FROM quay.io/openshiftio/rhel-base-pcp:latest | ||
LABEL maintainer "Devtools <[email protected]>" | ||
LABEL author "Devtools <[email protected]>" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters