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>
This commit is contained in:
parent
22353c75fc
commit
42164bd265
1 changed files with 0 additions and 2 deletions
|
|
@ -3,14 +3,12 @@ FROM registry.fedoraproject.org/fedora:rawhide
|
|||
ENV NAME="glusterfs" \
|
||||
DESC="GlusterFS on Fedora" \
|
||||
VERSION=0 \
|
||||
RELEASE=1 \
|
||||
ARCH=x86_64 \
|
||||
REPO="$FGC" \
|
||||
container=docker
|
||||
|
||||
LABEL name="$REPO/$NAME" \
|
||||
version="$VERSION" \
|
||||
release="$RELEASE.$DISTTAG" \
|
||||
architecture="$ARCH" \
|
||||
vendor="Red Hat, Inc" \
|
||||
summary="$DESC" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue