8b34ab8
FROM registry.fedoraproject.org/f25/docker:latest
8b34ab8
dceb4bd
ENV VERSION=0 RELEASE=4 ARCH=x86_64
8b34ab8
LABEL com.redhat.component="container-engine" \
8b34ab8
      name="$FGC/container-engine" \
8b34ab8
      version="$VERSION" \
8b34ab8
      release="$RELEASE.$DISTTAG" \
8b34ab8
      architecture="$ARCH" \
8b34ab8
      usage="atomic install --system --system-package=no container-engine && systemctl start container-engine" \
8b34ab8
      summary="Container-engine as a system container, based on the docker system container." \
8b34ab8
      maintainer="Giuseppe Scrivano <gscrivan@redhat.com>" \
8b34ab8
      atomic.type="system"