-
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 new origin-cli image and reparent control-plane
- Loading branch information
1 parent
636fdb6
commit 0d964fa
Showing
7 changed files
with
34 additions
and
30 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-cli |
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-cli | ||
# | ||
FROM openshift/origin-base | ||
|
||
RUN INSTALL_PKGS="origin-clients" && \ | ||
yum --enablerepo=origin-local-release install -y ${INSTALL_PKGS} && \ | ||
rpm -V ${INSTALL_PKGS} && \ | ||
yum clean all | ||
|
||
LABEL io.k8s.display-name="OpenShift Client" \ | ||
io.k8s.description="OpenShift is a platform for developing, building, and deploying containerized applications." \ | ||
io.openshift.tags="openshift,cli" |
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 was deleted.
Oops, something went wrong.