Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5fc39e2897 |
1 changed files with 24 additions and 0 deletions
24
Dockerfile
Normal file
24
Dockerfile
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
#
|
||||
# This is the F5 router for OpenShift Origin.
|
||||
#
|
||||
# The standard name for this image is openshift/origin-f5-router
|
||||
#
|
||||
FROM registry.fedoraproject.org/f29/origin-cli:latest
|
||||
|
||||
ENV NAME=origin-f5-router \
|
||||
VERSION=3.11 \
|
||||
ARCH=x86_64
|
||||
|
||||
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." \
|
||||
io.openshift.tags="openshift,router,f5" \
|
||||
summary="This is a component of OpenShift Origin and programs a BigIP F5 router to expose services within the cluster." \
|
||||
maintainer="Jakub Cajka <jcajka@fedoraproject.org>" \
|
||||
License="GPLv2+" \
|
||||
name="$FGC/$NAME" \
|
||||
com.redhat.component="$NAME" \
|
||||
version="$VERSION" \
|
||||
architecture="$ARCH" \
|
||||
usage="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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue