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:
Clement Verna 2018-08-27 10:22:17 +02:00
commit 789142ec7b

View file

@ -1,11 +1,10 @@
FROM registry.fedoraproject.org/fedora:28
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
ENV NAME=python-classroom VERSION=0.4 RELEASE=8 ARCH=noarch
ENV NAME=python-classroom VERSION=0.4 ARCH=noarch
LABEL BZComponent="$NAME" \
Name="$FGC/$NAME" \
Version="$VERSION" \
Release="$RELEASE.$DISTTAG" \
Architecture="$ARCH" \
Summary="Ready to use container for teaching and learning Python"