Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Clement Verna
4ce4e75b00 Drop Release label in favor of OSBS release_bump plugin.
OSBS can automatically bump the release number, for that
we just need to drop the label from the Dockerfile

See https://pagure.io/ContainerSIG/container-sig/issue/1

Signed-off-by: Clement Verna <cverna@tutanota.com>
2018-08-20 17:30:17 +02:00

View file

@ -1,10 +1,9 @@
FROM registry.fedoraproject.org/fedora:rawhide FROM registry.fedoraproject.org/fedora:rawhide
ENV VERSION=0 RELEASE=1 ARCH=x86_64 ENV VERSION=0 ARCH=x86_64
LABEL com.redhat.component="docker" \ LABEL com.redhat.component="docker" \
name="docker" \ name="docker" \
version="$VERSION" \ version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \ architecture="$ARCH" \
usage="atomic install --system --system-package=no docker && systemctl start docker" \ usage="atomic install --system --system-package=no docker && systemctl start docker" \
summary="The docker daemon as a system container." \ summary="The docker daemon as a system container." \