Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Bhavin Gandhi
8f547f7c25 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: Bhavin Gandhi <bhavin7392@gmail.com>
2018-08-23 22:51:16 +05:30
Mohan Boddu
7cd6f12ffe "Bump RELEASE for automatic rebuild" 2018-07-24 18:51:26 +00:00
Mohan Boddu
e19d238e74 "Bump RELEASE for automatic rebuild" 2018-07-23 13:09:52 +00:00
Mohan Boddu
555e002a28 "Bump RELEASE for automatic rebuild" 2018-07-09 13:31:51 +00:00
Mohan Boddu
7e1a517546 "Bump RELEASE for automatic rebuild" 2018-05-30 19:20:33 +00:00
Mohan Boddu
c81f41d249 "Bump RELEASE for automatic rebuild" 2018-05-21 17:56:20 +00:00
Mohan Boddu
1118b58a2a "Bump RELEASE for automatic rebuild" 2018-05-21 14:19:30 +00:00
Mohan Boddu
94c17c1e0f "Bump RELEASE for automatic rebuild" 2018-04-20 16:00:56 +00:00
Jason Brooks
76ba87037b FROM f28 2018-03-20 09:23:50 -07:00

View file

@ -1,11 +1,10 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:28
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
ENV NAME=kubernetes-master VERSION=1.7.1 RELEASE=0 ARCH=x86_64
ENV NAME=kubernetes-master VERSION=0 ARCH=x86_64
LABEL BZComponent="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH"
RUN dnf -y update && dnf clean all