#2 Drop Release label in favor of OSBS release_bump plugin.
Merged 5 years ago by yzhang. Opened 5 years ago by cverna.
container/ cverna/docker f28  into  f28

file modified
+1 -2
@@ -1,10 +1,9 @@ 

  FROM registry.fedoraproject.org/fedora:28

  

- ENV VERSION=0 RELEASE=9 ARCH=x86_64

+ ENV VERSION=0 ARCH=x86_64

  LABEL com.redhat.component="docker" \

        name="$FGC/docker" \

        version="$VERSION" \

-       release="$RELEASE.$DISTTAG" \

        architecture="$ARCH" \

        usage="atomic install --system --system-package=no docker && systemctl start docker" \

        summary="The docker daemon as a system container." \

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

LGTM, I merged the other ones but this one cannot be merged due to conflicts (the version in the repo is already at 9 as opposed to 5).

rebased onto d9d7502

5 years ago

Pull-Request has been merged by yzhang

5 years ago