Compare commits

..

No commits in common. "f27" and "rawhide" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:27
FROM registry.fedoraproject.org/fedora:rawhide
# memcached image for OpenShift.
#
@ -12,7 +12,7 @@ LABEL MAINTAINER "Petr Hracek" <phracek@redhat.com>
LABEL summary="High Performance, Distributed Memory Object Cache" \
name="$FGC/$NAME" \
version="0" \
release="4.$DISTTAG" \
release="3.$DISTTAG" \
architecture="$ARCH" \
com.redhat.component=$NAME \
usage="docker run -p 11211:11211 registry.fedoraproject.org/rawhide/memcached" \