Compare commits

..

9 commits

Author SHA1 Message Date
Clement Verna
789142ec7b 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-27 10:22:17 +02:00
Mohan Boddu
aa62f61e14 "Bump RELEASE for automatic rebuild" 2018-07-24 18:50:59 +00:00
Mohan Boddu
6545624f5a "Bump RELEASE for automatic rebuild" 2018-07-23 13:09:25 +00:00
Mohan Boddu
aef664d54b "Bump RELEASE for automatic rebuild" 2018-07-09 13:31:23 +00:00
Mohan Boddu
0537957dd9 "Bump RELEASE for automatic rebuild" 2018-05-30 19:20:05 +00:00
Mohan Boddu
43734cfc00 "Bump RELEASE for automatic rebuild" 2018-05-21 17:55:47 +00:00
Mohan Boddu
24df70ecfc "Bump RELEASE for automatic rebuild" 2018-05-21 14:18:46 +00:00
Miro Hrončok
597d3bd918 Workaround for bz1566593, disbale modularity \o/ 2018-05-16 14:23:10 +02:00
Miro Hrončok
5fcc7dcf8d Use Fedora 28 2018-05-14 11:43:17 +02:00
2 changed files with 2 additions and 6 deletions

View file

@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:28
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
ENV NAME=python-classroom VERSION=0.5 ARCH=noarch
ENV NAME=python-classroom VERSION=0.4 ARCH=noarch
LABEL BZComponent="$NAME" \
Name="$FGC/$NAME" \
Version="$VERSION" \

View file

@ -1,4 +0,0 @@
platforms:
only:
- x86_64
- aarch64