Blame Dockerfile

5fc39e2
#
5fc39e2
# This is the F5 router for OpenShift Origin.
5fc39e2
#
5fc39e2
# The standard name for this image is openshift/origin-f5-router
5fc39e2
#
5fc39e2
FROM registry.fedoraproject.org/f29/origin-cli:latest
5fc39e2
5fc39e2
ENV NAME=origin-f5-router \
5fc39e2
    VERSION=3.11 \
5fc39e2
    ARCH=x86_64
5fc39e2
5fc39e2
LABEL io.k8s.display-name="OpenShift Origin F5 Router" \
5fc39e2
      io.k8s.description="This is a component of OpenShift Origin and programs a BigIP F5 router to expose services within the cluster." \
5fc39e2
      io.openshift.tags="openshift,router,f5" \
5fc39e2
      summary="This is a component of OpenShift Origin and programs a BigIP F5 router to expose services within the cluster." \
5fc39e2
      maintainer="Jakub Cajka <jcajka@fedoraproject.org>" \
5fc39e2
      License="GPLv2+" \
5fc39e2
      name="$FGC/$NAME" \
5fc39e2
      com.redhat.component="$NAME" \
5fc39e2
      version="$VERSION" \
5fc39e2
      architecture="$ARCH" \
5fc39e2
      usage="This is a component of OpenShift Origin and programs a BigIP F5 router to expose services within the cluster."
5fc39e2
5fc39e2
ENTRYPOINT ["/usr/bin/openshift-f5-router"]