Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f5f80415a | ||
|
|
7fe5331615 | ||
|
|
f7293b948f | ||
|
|
5b28b7afa9 | ||
|
|
a6b6be2cc5 | ||
|
|
034e3d1711 |
1 changed files with 13 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
FROM registry.fedoraproject.org/fedora:26
|
||||
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||
|
||||
ENV NAME=kubernetes-master VERSION=0 RELEASE=5 ARCH=x86_64
|
||||
LABEL BZComponent="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
release="$RELEASE.$DISTTAG" \
|
||||
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