-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #252 from adammhaile/remove_sti_build
Updating for openshift/origin#19509
- Loading branch information
Showing
5 changed files
with
88 additions
and
16 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
content: | ||
source: | ||
alias: ose | ||
modifications: | ||
- action: replace | ||
match: origin-clients | ||
replacement: openshift-enterprise-clients | ||
path: images/cli | ||
enabled_repos: | ||
- rhel-server-ose-rpms | ||
from: | ||
member: openshift-enterprise-base-docker | ||
labels: | ||
License: GPLv2+ | ||
architecture: x86_64 | ||
io.k8s.description: OpenShift is a platform for developing, building, and deploying containerized applications. | ||
io.k8s.display-name: OpenShift Client | ||
io.openshift.tags: openshift,cli | ||
vendor: Red Hat | ||
name: openshift3/ose-cli | ||
distgit: | ||
namespace: containers |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
content: | ||
source: | ||
alias: ose | ||
modifications: | ||
- action: replace | ||
match: origin-hyperkube | ||
replacement: openshift-enterprise-hyperkube | ||
path: images/hyperkube | ||
enabled_repos: | ||
- rhel-server-ose-rpms | ||
from: | ||
member: openshift-enterprise-base-docker | ||
labels: | ||
License: GPLv2+ | ||
architecture: x86_64 | ||
io.k8s.description: OpenShift is a platform for developing, building, and deploying containerized applications. | ||
io.k8s.display-name: OpenShift Kubernetes Server Commands | ||
io.openshift.tags: openshift,hyperkube | ||
vendor: Red Hat | ||
name: openshift3/ose-hyperkube | ||
distgit: | ||
namespace: containers |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
content: | ||
source: | ||
alias: ose | ||
modifications: | ||
- action: replace | ||
match: origin-hypershift | ||
replacement: openshift-enterprise-hypershift | ||
path: images/hypershift | ||
enabled_repos: | ||
- rhel-server-ose-rpms | ||
from: | ||
member: openshift-enterprise-base-docker | ||
labels: | ||
License: GPLv2+ | ||
architecture: x86_64 | ||
io.k8s.description: OpenShift is a platform for developing, building, and deploying containerized applications. | ||
io.k8s.display-name: OpenShift Server Commands | ||
io.openshift.tags: openshift,hypershift | ||
vendor: Red Hat | ||
name: openshift3/ose-hypershift | ||
distgit: | ||
namespace: containers |
16 changes: 0 additions & 16 deletions
16
openshift-3.10/images/openshift-enterprise-sti-builder-docker.yml
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
content: | ||
source: | ||
alias: ose | ||
modifications: | ||
- action: replace | ||
match: origin-tests | ||
replacement: openshift-enterprise-tests | ||
path: images/tests | ||
enabled_repos: | ||
- rhel-server-ose-rpms | ||
from: | ||
member: openshift-enterprise-cli | ||
labels: | ||
License: GPLv2+ | ||
architecture: x86_64 | ||
io.k8s.description: OpenShift is a platform for developing, building, and deploying containerized applications. | ||
io.k8s.display-name: OpenShift End-to-End Tests | ||
io.openshift.tags: openshift,tests,e2e | ||
vendor: Red Hat | ||
name: openshift3/ose-tests | ||
distgit: | ||
namespace: containers |