Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b066a5b320 | ||
|
|
d435480f75 |
1 changed files with 2 additions and 3 deletions
|
|
@ -1,12 +1,11 @@
|
||||||
FROM registry.fedoraproject.org/fedora:rawhide
|
FROM registry.fedoraproject.org/fedora:29
|
||||||
|
|
||||||
ENV container=docker FLANNELD_ETCD_ENDPOINTS="http://127.0.0.1:2379" FLANNELD_ETCD_PREFIX="/atomic.io/network"
|
ENV container=docker FLANNELD_ETCD_ENDPOINTS="http://127.0.0.1:2379" FLANNELD_ETCD_PREFIX="/atomic.io/network"
|
||||||
|
|
||||||
ENV VERSION=0 RELEASE=8 ARCH=x86_64
|
ENV VERSION=0 ARCH=x86_64
|
||||||
LABEL com.redhat.component="flannel" \
|
LABEL com.redhat.component="flannel" \
|
||||||
name="$FGC/flannel" \
|
name="$FGC/flannel" \
|
||||||
version="$VERSION" \
|
version="$VERSION" \
|
||||||
release="$RELEASE.$DISTTAG" \
|
|
||||||
architecture="$ARCH" \
|
architecture="$ARCH" \
|
||||||
summary="An etcd driven address agent, intended to be run as a system container" \
|
summary="An etcd driven address agent, intended to be run as a system container" \
|
||||||
maintainer="Giuseppe Scrivano <gscrivan@redhat.com>" \
|
maintainer="Giuseppe Scrivano <gscrivan@redhat.com>" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue