Compare commits
No commits in common. "f29" and "rawhide" have entirely different histories.
1 changed files with 0 additions and 33 deletions
33
Dockerfile
33
Dockerfile
|
|
@ -1,33 +0,0 @@
|
||||||
#
|
|
||||||
# This is the integrated Origin Web Console Server. It is configured to
|
|
||||||
# publish metadata to OpenShift to provide automatic management of images on push.
|
|
||||||
#
|
|
||||||
FROM registry.fedoraproject.org/f29/origin-base:latest
|
|
||||||
|
|
||||||
ENV NAME=origin-web-console \
|
|
||||||
VERSION=3.11 \
|
|
||||||
ARCH=x86_64
|
|
||||||
|
|
||||||
RUN INSTALL_PKGS="origin-web-console" && \
|
|
||||||
dnf install -y ${INSTALL_PKGS} && \
|
|
||||||
rpm -V ${INSTALL_PKGS} && \
|
|
||||||
dnf clean all
|
|
||||||
|
|
||||||
LABEL io.k8s.display-name="OpenShift Web Console" \
|
|
||||||
io.k8s.description="This is a component of OpenShift Container Platform and provides a web console." \
|
|
||||||
io.openshift.tags="openshift" \
|
|
||||||
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"
|
|
||||||
|
|
||||||
COPY README.md README.md
|
|
||||||
|
|
||||||
# doesn't require a root user.
|
|
||||||
USER 1001
|
|
||||||
EXPOSE 5000
|
|
||||||
|
|
||||||
CMD [ "/usr/bin/origin-web-console" ]
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue