Compare commits

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

2 commits

Author SHA1 Message Date
Clement Verna
fb2b7647eb 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 17:57:50 +02:00
Clement Verna
fc0f23f5f2 Use f29 tag for f29 branch
Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 17:57:33 +02:00

View file

@ -1,10 +1,9 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:29
ENV VERSION=0.1 RELEASE=10 ARCH=x86_64
ENV VERSION=0.1 ARCH=x86_64
LABEL com.redhat.component="etcd" \
name="$FGC/etcd" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \
summary="A key-value store for shared configuration and service discovery." \
maintainer="Giuseppe Scrivano <gscrivan@redhat.com>"