Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4853917726 | ||
|
|
13e76aa752 |
1 changed files with 2 additions and 3 deletions
|
|
@ -1,10 +1,9 @@
|
|||
FROM registry.fedoraproject.org/fedora:26
|
||||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
|
||||
ENV VERSION=0 RELEASE=10 ARCH=x86_64
|
||||
ENV VERSION=0.1 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>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue