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