Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2f462c71d | ||
|
|
da59a91503 | ||
|
|
a811911b6f | ||
|
|
c76dfa1d2b |
1 changed files with 12 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||
|
||||
ENV NAME=kubernetes-master VERSION=1.7.1 ARCH=x86_64
|
||||
LABEL BZComponent="$NAME" \
|
||||
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
|
||||
RUN dnf install -y kubernetes-master findutils && dnf clean all
|
||||
Loading…
Add table
Add a link
Reference in a new issue