Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c69418522 | ||
|
|
78650bcc11 | ||
|
|
51e6ea6b1a | ||
|
|
c4a384c876 | ||
|
|
e16d6368b5 | ||
|
|
77d4299a72 | ||
|
|
cb2e9f716e | ||
|
|
fa5e979d58 |
1 changed files with 3 additions and 2 deletions
|
|
@ -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" \
|
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