Compare commits

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

9 commits

Author SHA1 Message Date
Bhavin Gandhi
adf8ac58dd 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:39:00 +05:30
Mohan Boddu
e455f1b80f "Bump RELEASE for automatic rebuild" 2018-07-24 18:51:38 +00:00
Mohan Boddu
44bf9717f0 "Bump RELEASE for automatic rebuild" 2018-07-23 13:10:05 +00:00
Mohan Boddu
abf0e36af2 "Bump RELEASE for automatic rebuild" 2018-07-09 13:32:03 +00:00
Mohan Boddu
b8b52c0403 "Bump RELEASE for automatic rebuild" 2018-05-30 19:20:45 +00:00
Mohan Boddu
f8a35bf466 "Bump RELEASE for automatic rebuild" 2018-05-21 17:56:32 +00:00
Mohan Boddu
bb342dfb3f "Bump RELEASE for automatic rebuild" 2018-05-21 14:19:43 +00:00
Mohan Boddu
35893c6de6 "Bump RELEASE for automatic rebuild" 2018-04-20 16:01:09 +00:00
Jason Brooks
f1031593d9 FROM f28 2018-03-20 09:26:42 -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-node VERSION=1.7.1 RELEASE=0 ARCH=x86_64
ENV NAME=kubernetes-node 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