Compare commits

..

8 commits

Author SHA1 Message Date
Mohan Boddu
7c69418522 "Bump RELEASE for automatic rebuild" 2018-03-15 14:38:52 +00:00
Adam Miller
78650bcc11 Bump RELEASE for automatic rebuild 2017-11-14 14:16:43 -06:00
Adam Miller
51e6ea6b1a Bump RELEASE for automatic rebuild 2017-09-21 14:01:17 -05:00
yuqi-zhang
c4a384c876 Update f26 to upstream
Signed-off-by: Yu Qi Zhang <jzehrarnyg@gmail.com>
2017-09-06 15:13:58 -04:00
Adam Miller
e16d6368b5 Bump RELEASE for automatic rebuild 2017-08-24 16:53:23 -05:00
Adam Miller
77d4299a72 Bump RELEASE for automatic rebuild 2017-07-25 16:18:50 -05:00
yuqi-zhang
cb2e9f716e Update dockerfile and runc config
Adds the following updates:

  - change labels to lowercase
  - update config to ociVersion 1.0.0
  - bind resolv.conf
  - update capabilites format
2017-05-10 15:41:51 -04:00
yuqi-zhang
fa5e979d58 Pin to stable tag for f26 2017-03-08 15:47:17 -05:00

View file

@ -1,9 +1,10 @@
FROM registry.fedoraproject.org/fedora:rawhide
FROM registry.fedoraproject.org/fedora:26
ENV VERSION=0.1 ARCH=x86_64
ENV VERSION=0 RELEASE=10 ARCH=x86_64
LABEL com.redhat.component="etcd" \
name="$FGC/etcd" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \
summary="A key-value store for shared configuration and service discovery." \
maintainer="Giuseppe Scrivano <gscrivan@redhat.com>"