Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a37a81b23e | ||
| 64a445f2bc | |||
| cf6ca1d7c1 | |||
| f7893ea11e | |||
|
|
760e127032 | ||
|
|
438f7da52d |
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:26
|
||||
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||
|
||||
ENV NAME=kubernetes-node VERSION=0 RELEASE=4 ARCH=x86_64
|
||||
LABEL BZComponent="$NAME" \
|
||||
name="$FGC/$NAME" \
|
||||
version="$VERSION" \
|
||||
release="$RELEASE.$DISTTAG" \
|
||||
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