Compare commits

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

5 commits

Author SHA1 Message Date
Bhavin Gandhi
473ceed80f 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 23:19:36 +05:30
Mohan Boddu
24d5a45a69 "Bump RELEASE for automatic rebuild" 2018-07-24 19:36:25 +00:00
Mohan Boddu
54de6b5176 "Bump RELEASE for automatic rebuild" 2018-05-30 19:52:03 +00:00
Jason Brooks
c5425c5e5b fix from line 2018-03-22 09:39:38 -07:00
Jason Brooks
a8a926707a FROM f28 2018-03-20 12:56:35 -07:00

View file

@ -1,13 +1,12 @@
FROM registry.fedoraproject.org/kubernetes-master:rawhide
FROM registry.fedoraproject.org/f28/kubernetes-master:latest
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
ENV container=docker
ENV NAME=kubernetes-controller-manager VERSION=0 RELEASE=0 ARCH=x86_64
ENV NAME=kubernetes-controller-manager VERSION=0 ARCH=x86_64
LABEL BZComponent="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \
atomic.type='system'