Compare commits

..

2 commits

Author SHA1 Message Date
Clement Verna
2b254fadb1 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 18:03:40 +02:00
Clement Verna
034077e32d Use f29 tag for f29 branch
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 17:31:04 +02:00

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:29
ENV VERSION=0 ARCH=x86_64
LABEL com.redhat.component="docker" \