Compare commits

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

5 commits

Author SHA1 Message Date
Bhavin Gandhi
e29dc78668 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:26:34 +05:30
Mohan Boddu
267ac0f8a0 "Bump RELEASE for automatic rebuild" 2018-07-24 20:45:38 +00:00
Mohan Boddu
4802bd76d3 "Bump RELEASE for automatic rebuild" 2018-05-30 20:10:37 +00:00
Jason Brooks
587358c3f1 fix BZComponent capitalization 2018-05-17 13:49:20 -07:00
Jason Brooks
464d7a8324 fix from line 2018-03-22 09:40:14 -07:00

View file

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