Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5046a8cc5f | ||
|
|
6705d4ec86 | ||
|
|
f72d9a30db | ||
|
|
7fcf310c66 |
1 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
FROM registry.fedoraproject.org/fedora:26
|
FROM registry.fedoraproject.org/fedora:rawhide
|
||||||
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||||
|
|
||||||
ENV NAME=kubernetes-node VERSION=0 RELEASE=4 ARCH=x86_64
|
ENV NAME=kubernetes-node VERSION=1.7.1 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