Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4853917726 |
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
FROM registry.fedoraproject.org/fedora:27
|
FROM registry.fedoraproject.org/fedora:rawhide
|
||||||
|
|
||||||
ENV VERSION=0 RELEASE=26 ARCH=x86_64
|
ENV VERSION=0.1 ARCH=x86_64
|
||||||
LABEL com.redhat.component="etcd" \
|
LABEL com.redhat.component="etcd" \
|
||||||
name="$FGC/etcd" \
|
name="$FGC/etcd" \
|
||||||
version="$VERSION" \
|
version="$VERSION" \
|
||||||
release="$RELEASE.$DISTTAG" \
|
|
||||||
architecture="$ARCH" \
|
architecture="$ARCH" \
|
||||||
summary="A key-value store for shared configuration and service discovery." \
|
summary="A key-value store for shared configuration and service discovery." \
|
||||||
maintainer="Giuseppe Scrivano <gscrivan@redhat.com>"
|
maintainer="Giuseppe Scrivano <gscrivan@redhat.com>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue