Compare commits

..

8 commits

Author SHA1 Message Date
Mohan Boddu
3157d75f56 "Bump RELEASE for automatic rebuild" 2018-03-15 14:39:02 +00:00
Adam Miller
86f6ef9994 Bump RELEASE for automatic rebuild 2017-11-14 14:16:53 -06:00
Adam Miller
8422496b20 Bump RELEASE for automatic rebuild 2017-09-21 14:02:31 -05:00
yuqi-zhang
ca0176e62b Update f26 branch to upstream
Signed-off-by: Yu Qi Zhang <jzehrarnyg@gmail.com>
2017-09-06 15:22:50 -04:00
Adam Miller
58eb609ced Bump RELEASE for automatic rebuild 2017-08-24 16:55:33 -05:00
Adam Miller
ed24a03e0f Bump RELEASE for automatic rebuild 2017-07-25 16:23:26 -05:00
yuqi-zhang
5a4c36d2a7 Update dockerfile and runc config
Change labels to lowercase and update runc config file.
2017-05-10 16:09:48 -04:00
yuqi-zhang
095b367363 Pin to stable tag for f26 2017-03-08 16:05:06 -05:00

View file

@ -1,11 +1,12 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:26
ENV container=docker FLANNELD_ETCD_ENDPOINTS="http://127.0.0.1:2379" FLANNELD_ETCD_PREFIX="/atomic.io/network"
ENV VERSION=0 ARCH=x86_64
ENV VERSION=0 RELEASE=9 ARCH=x86_64
LABEL com.redhat.component="flannel" \
name="$FGC/flannel" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \
summary="An etcd driven address agent, intended to be run as a system container" \
maintainer="Giuseppe Scrivano <gscrivan@redhat.com>" \