Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39a55fe59f | |||
| c10e3ca7e1 | |||
| 8d02fc20ca | |||
| d7f36f2276 | |||
| 3579ea3308 | |||
| d94707b162 | |||
| b9eb20bb26 | |||
| 29f12cec36 | |||
| 10bba846e3 | |||
| 5546d8d45e | |||
| 43e67a8a5f | |||
| 489d5dd601 | |||
| 104d8d4c48 | |||
| 1c0a9bc60f | |||
| fb3e0cab16 | |||
| 05b09c7102 | |||
| c7f4ace685 | |||
|
|
6324724012 |
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:25
|
||||
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||
|
||||
ENV NAME=kubernetes-node VERSION=0.1 RELEASE=18 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