Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2f462c71d |
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
||||||
FROM registry.fedoraproject.org/fedora:rawhide
|
FROM registry.fedoraproject.org/fedora:rawhide
|
||||||
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=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