Compare commits

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

2 commits

Author SHA1 Message Date
Bhavin Gandhi
a766f97858 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-26 23:51:28 +05:30
Jason Brooks
1d9ed179f2 fix from line 2018-03-22 09:40:59 -07:00

View file

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