Compare commits

..

2 commits

Author SHA1 Message Date
Clement Verna
4bdf30b41c 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:45:56 +02:00
Petr "Stone" Hracek
3d6e904a20 Update to the proper base-image
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2018-05-17 16:30:40 +02:00

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:28
ENV NAME=haproxy ARCH=x86_64
LABEL MAINTAINER "Petr Hracek" <phracek@redhat.com>