Compare commits
No commits in common. "f29" and "rawhide" have entirely different histories.
1 changed files with 0 additions and 30 deletions
30
Dockerfile
30
Dockerfile
|
|
@ -1,30 +0,0 @@
|
||||||
#
|
|
||||||
# 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 registry.fedoraproject.org/f29/origin-base:latest
|
|
||||||
|
|
||||||
ENV NAME=origin-cli \
|
|
||||||
VERSION=3.11 \
|
|
||||||
ARCH=x86_64
|
|
||||||
|
|
||||||
RUN INSTALL_PKGS="origin-clients" && \
|
|
||||||
dnf install -y ${INSTALL_PKGS} && \
|
|
||||||
rpm -V ${INSTALL_PKGS} && \
|
|
||||||
dnf 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" \
|
|
||||||
summary="OpenShift Origin is a platform for developing, building, and deploying containerized applications." \
|
|
||||||
maintainer="Jakub Cajka <jcajka@fedoraproject.org>" \
|
|
||||||
License="GPLv2+" \
|
|
||||||
name="$FGC/$NAME" \
|
|
||||||
com.redhat.component="$NAME" \
|
|
||||||
version="$VERSION" \
|
|
||||||
architecture="$ARCH" \
|
|
||||||
usage="Image used for deployment of openshift origin"
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue