Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a37a81b23e | ||
| 64a445f2bc | |||
| cf6ca1d7c1 | |||
| f7893ea11e | |||
|
|
760e127032 | ||
|
|
438f7da52d |
1 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
FROM registry.fedoraproject.org/fedora:rawhide
|
FROM registry.fedoraproject.org/fedora:26
|
||||||
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||||
|
|
||||||
ENV NAME=kubernetes-node VERSION=1.7.1 ARCH=x86_64
|
ENV NAME=kubernetes-node VERSION=0 RELEASE=4 ARCH=x86_64
|
||||||
LABEL BZComponent="$NAME" \
|
LABEL BZComponent="$NAME" \
|
||||||
name="$FGC/$NAME" \
|
name="$FGC/$NAME" \
|
||||||
version="$VERSION" \
|
version="$VERSION" \
|
||||||
|
release="$RELEASE.$DISTTAG" \
|
||||||
architecture="$ARCH"
|
architecture="$ARCH"
|
||||||
|
|
||||||
RUN dnf -y update && dnf clean all
|
RUN dnf -y update && dnf clean all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue