Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5046a8cc5f | ||
|
|
6705d4ec86 | ||
|
|
f72d9a30db | ||
|
|
7fcf310c66 |
1 changed files with 11 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
FROM registry.fedoraproject.org/fedora:rawhide
|
||||||
|
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||||
|
|
||||||
|
ENV NAME=kubernetes-node 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 dnf install -y kubernetes-node findutils && dnf clean all
|
||||||
Loading…
Add table
Add a link
Reference in a new issue