-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a hyperkube and hypershift image and RPMs
Remove both binaries from the origin binary. Future images will depend on these instead of openshift-control-plane.
- Loading branch information
1 parent
0d964fa
commit 4464d84
Showing
13 changed files
with
101 additions
and
59 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
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 @@ | ||
job-id: origin-hyperkube |
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,16 @@ | ||
# | ||
# This is the official OpenShift CLI image. It can be used to get a CLI environment | ||
# for OpenShift. | ||
# | ||
# The standard name for this image is openshift/origin-hyperkube | ||
# | ||
FROM openshift/origin-base | ||
|
||
RUN INSTALL_PKGS="origin-hyperkube" && \ | ||
yum --enablerepo=origin-local-release install -y ${INSTALL_PKGS} && \ | ||
rpm -V ${INSTALL_PKGS} && \ | ||
yum clean all | ||
|
||
LABEL io.k8s.display-name="OpenShift Kubernetes Server Commands" \ | ||
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \ | ||
io.openshift.tags="openshift,hyperkube" |
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,8 @@ | ||
reviewers: | ||
- smarterclayton | ||
- stevekuznetsov | ||
- sdodson | ||
approvers: | ||
- smarterclayton | ||
- kargakis | ||
- stevekuznetsov |
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,2 @@ | ||
* | ||
!.gitignore |
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 @@ | ||
job-id: origin-hyperkube |
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,16 @@ | ||
# | ||
# This is the official OpenShift CLI image. It can be used to get a CLI environment | ||
# for OpenShift. | ||
# | ||
# The standard name for this image is openshift/origin-hypershift | ||
# | ||
FROM openshift/origin-base | ||
|
||
RUN INSTALL_PKGS="origin-hypershift" && \ | ||
yum --enablerepo=origin-local-release install -y ${INSTALL_PKGS} && \ | ||
rpm -V ${INSTALL_PKGS} && \ | ||
yum clean all | ||
|
||
LABEL io.k8s.display-name="OpenShift Server Commands" \ | ||
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \ | ||
io.openshift.tags="openshift,hypershift" |
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,8 @@ | ||
reviewers: | ||
- smarterclayton | ||
- stevekuznetsov | ||
- sdodson | ||
approvers: | ||
- smarterclayton | ||
- kargakis | ||
- stevekuznetsov |
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,2 @@ | ||
* | ||
!.gitignore |
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
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