Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a3acbae03 |
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
FROM registry.fedoraproject.org/fedora:rawhide
|
FROM registry.fedoraproject.org/fedora:27
|
||||||
|
|
||||||
ENV NAME=haproxy ARCH=x86_64
|
ENV NAME=haproxy ARCH=x86_64
|
||||||
LABEL MAINTAINER "Petr Hracek" <phracek@redhat.com>
|
LABEL MAINTAINER "Petr Hracek" <phracek@redhat.com>
|
||||||
LABEL summary="HAProxy reverse proxy for high availability environments." \
|
LABEL summary="HAProxy reverse proxy for high availability environments." \
|
||||||
name="$FGC/$NAME" \
|
name="$FGC/$NAME" \
|
||||||
version="0" \
|
version="0" \
|
||||||
|
release="1.$DISTTAG" \
|
||||||
architecture="$ARCH" \
|
architecture="$ARCH" \
|
||||||
com.redhat.component=$NAME \
|
com.redhat.component=$NAME \
|
||||||
usage="docker run -p 80:80 docker.io/modularityimages/haproxy" \
|
usage="docker run -p 80:80 docker.io/modularityimages/haproxy" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue