Compare commits

..

10 commits

Author SHA1 Message Date
Martin Pitt
f623cdc0a8 Update for Cockpit 176 2018-09-03 11:48:55 +02:00
Clement Verna
97fb4d7aca 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:12:56 +02:00
Mohan Boddu
74c20eab97 "Bump RELEASE for automatic rebuild" 2018-07-24 18:51:05 +00:00
Mohan Boddu
943e80accd "Bump RELEASE for automatic rebuild" 2018-07-23 13:09:32 +00:00
Mohan Boddu
bdb6a30417 "Bump RELEASE for automatic rebuild" 2018-07-09 13:31:29 +00:00
Mohan Boddu
2886f239cd "Bump RELEASE for automatic rebuild" 2018-05-30 19:20:11 +00:00
Mohan Boddu
c417369eb4 "Bump RELEASE for automatic rebuild" 2018-05-21 17:55:57 +00:00
Mohan Boddu
a0d038f438 "Bump RELEASE for automatic rebuild" 2018-05-21 14:18:54 +00:00
Martin Pitt
f19ffa7f36 Fix VERSION back to 0
As per https://fedoraproject.org/wiki/Container:Guidelines#VERSIONING
2018-05-02 22:40:31 +02:00
Martin Pitt
1de3abbdf3 Update for cockpit 166 and Fedora 28 2018-05-02 19:19:30 +02:00

View file

@ -1,7 +1,7 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:28
MAINTAINER "Stef Walter" <stefw@redhat.com>
ENV VERSION=181
ENV VERSION=0
LABEL BZComponent="cockpit" \
Name="$FGC/cockpit" \
Version="$VERSION" \