Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f547f7c25 | ||
|
|
7cd6f12ffe | ||
|
|
e19d238e74 | ||
|
|
555e002a28 | ||
|
|
7e1a517546 | ||
|
|
c81f41d249 | ||
|
|
1118b58a2a | ||
|
|
94c17c1e0f | ||
|
|
76ba87037b |
1 changed files with 2 additions and 3 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
FROM registry.fedoraproject.org/fedora:rawhide
|
FROM registry.fedoraproject.org/fedora:28
|
||||||
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
MAINTAINER "Jason Brooks" <jbrooks@redhat.com>
|
||||||
|
|
||||||
ENV NAME=kubernetes-master VERSION=1.7.1 RELEASE=0 ARCH=x86_64
|
ENV NAME=kubernetes-master VERSION=0 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