#3 Drop Release label in favor of OSBS release_bump plugin.
Opened 5 years ago by cverna. Modified 5 years ago
container/ cverna/cri-o f29  into  f29

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

- FROM registry.fedoraproject.org/fedora:rawhide

+ FROM registry.fedoraproject.org/fedora:29

  

- ENV VERSION=0 RELEASE=4 ARCH=x86_64

+ ENV VERSION=0 ARCH=x86_64

  LABEL com.redhat.component="cri-o" \

        name="$FGC/cri-o" \

        version="$VERSION" \

-       release="$RELEASE.$DISTTAG" \

        architecture="$ARCH" \

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

        summary="The cri-o 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

2 new commits added

  • Drop Release label in favor of OSBS release_bump plugin.
  • Use f29 tag for f29 branch
5 years ago