Compare commits

..

4 commits

Author SHA1 Message Date
Bhavin Gandhi
b2f462c71d 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:45:36 +05:30
Jason Brooks
da59a91503 set rebuild for 1.7.1 2017-07-20 11:38:47 -07:00
Jason Brooks
a811911b6f fix BZComponent capitalization 2017-07-06 12:50:30 -07:00
Jason Brooks
c76dfa1d2b initial commit 2017-07-06 12:16:46 -07:00

View file

@ -1,12 +1,11 @@
FROM registry.fedoraproject.org/fedora:25
FROM registry.fedoraproject.org/fedora:rawhide
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
ENV NAME=kubernetes-master VERSION=0.1 RELEASE=21 ARCH=x86_64
ENV NAME=kubernetes-master VERSION=1.7.1 ARCH=x86_64
LABEL BZComponent="$NAME" \
Name="$FGC/$NAME" \
Version="$VERSION" \
Release="$RELEASE.$DISTTAG" \
Architecture="$ARCH"
name="$FGC/$NAME" \
version="$VERSION" \
architecture="$ARCH"
RUN dnf -y update && dnf clean all
RUN groupadd -g 994 kube && useradd -u 996 -g 994 kube