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
aa62f61e14
commit
789142ec7b
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue