Compare commits

..

4 commits

Author SHA1 Message Date
Adam Miller
dceb4bd476 Bump RELEASE for automatic rebuild 2017-09-21 12:19:45 -05:00
Adam Miller
f515923023 Bump RELEASE for automatic rebuild 2017-08-24 16:31:22 -05:00
Adam Miller
1e923aa27c Bump RELEASE for automatic rebuild 2017-07-25 14:55:49 -05:00
yuqi-zhang
8b34ab8289 Initial import (#1452221) 2017-07-10 11:31:13 -04:00

12
Dockerfile Normal file
View file

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