Skip to content

Commit

Permalink
Merge pull request #252 from adammhaile/remove_sti_build
Browse files Browse the repository at this point in the history
  • Loading branch information
jupierce authored May 3, 2018
2 parents 9f42799 + e0ccee7 commit 8f1b36d
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 16 deletions.
22 changes: 22 additions & 0 deletions openshift-3.10/images/openshift-enterprise-cli.yml
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
22 changes: 22 additions & 0 deletions openshift-3.10/images/openshift-enterprise-hyperkube.yml
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
22 changes: 22 additions & 0 deletions openshift-3.10/images/openshift-enterprise-hypershift.yml
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 openshift-3.10/images/openshift-enterprise-sti-builder-docker.yml

This file was deleted.

22 changes: 22 additions & 0 deletions openshift-3.10/images/openshift-enterprise-tests.yml
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

0 comments on commit 8f1b36d

Please sign in to comment.