#
# This is the F5 router for OpenShift Origin.
#
# The standard name for this image is openshift/origin-f5-router
#
FROM openshift/origin

LABEL io.k8s.display-name="OpenShift Origin F5 Router" \
      io.k8s.description="This is a component of OpenShift Origin and programs a BigIP F5 router to expose services within the cluster."
ENTRYPOINT ["/usr/bin/openshift-f5-router"]
