#1 Drop Release label in favor of OSBS release_bump plugin.
Merged 5 years ago by luhliarik. Opened 5 years ago by cverna.
container/ cverna/httpd master  into  master

file modified
-2
@@ -11,7 +11,6 @@ 

  ENV HTTPD_VERSION=2.4 \

      NAME=httpd \

      VERSION=$HTTPD_VERSION \

-     RELEASE=1 \

      ARCH=x86_64

  

  ENV SUMMARY="Platform for running Apache httpd $HTTPD_VERSION or building httpd-based application" \
@@ -30,7 +29,6 @@ 

        com.redhat.component="$NAME" \

        name="$FGC/$NAME" \

        version="2.4" \

-       release="$RELEASE.$DISTTAG" \

        architecture="$ARCH" \

        usage="s2i build https://github.com/sclorg/httpd-container.git --context-dir=examples/sample-test-app/ $FGC/$NAME sample-server" \

        maintainer="SoftwareCollections.org <sclorg@redhat.com>"

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

Pull-Request has been merged by luhliarik

5 years ago
Metadata