Skip to content

Commit

Permalink
kubernetes-master: Update for lint
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Milner <smilner@redhat.com>

Closes: #125
Approved by: giuseppe
  • Loading branch information
ashcrow authored and rh-atomic-bot committed Oct 10, 2017
1 parent a713fd1 commit d83543e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes-master/Dockerfile
@@ -1,13 +1,13 @@
FROM registry.fedoraproject.org/fedora:rawhide
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>

ENV NAME=kubernetes-master VERSION=0 RELEASE=0 ARCH=x86_64
LABEL bzcomponent="$NAME" \
name="$FGC/$NAME" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH"
architecture="$ARCH" \
maintainer="Jason Brooks <jbrooks@redhat.com>"

RUN dnf -y update && dnf clean all
RUN dnf -y --setopt=tsflags=nodocs update && dnf clean all
RUN groupadd -g 994 kube && useradd -u 996 -g 994 kube
RUN dnf install -y kubernetes-master findutils && dnf clean all

0 comments on commit d83543e

Please sign in to comment.