Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Clement Verna
dcd15e0d4e Drop Release label in favor of OSBS release_bump plugin.
OSBS can automatically bump the release number, for that
we just need to drop the label from the Dockerfile

See https://pagure.io/ContainerSIG/container-sig/issue/1

Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 19:47:09 +02:00
Clement Verna
b53448025e Use f29 tag for f29 branch
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 19:46:52 +02:00

View file

@ -1,11 +1,10 @@
FROM registry.fedoraproject.org/fedora:26
FROM registry.fedoraproject.org/fedora:29
ENV NAME=haproxy ARCH=x86_64
LABEL MAINTAINER "Petr Hracek" <phracek@redhat.com>
LABEL summary="HAProxy reverse proxy for high availability environments." \
name="$FGC/$NAME" \
version="0" \
release="1.$DISTTAG" \
architecture="$ARCH" \
com.redhat.component=$NAME \
usage="docker run -p 80:80 docker.io/modularityimages/haproxy" \