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

file modified
+1 -3
@@ -1,4 +1,4 @@ 

- FROM registry.fedoraproject.org/fedora:26

+ FROM registry.fedoraproject.org/fedora:29

  

  # Description

  # Environment:
@@ -18,13 +18,11 @@ 

  

  ENV NAME=nodejs \

      VERSION=0 \

-     RELEASE=1 \

      ARCH=x86_64

  

  LABEL summary="Javascript runtime." \

         name="$FGC/$NAME" \

         version="$VERSION" \

-        release="$RELEASE.$DISTTAG" \

         architecture="$ARCH" \

         description="Node.js is a platform built on V8 JavaScript Engine for easily building fast, scalable network applications." \

         vendor="Fedora Project" \

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

Metadata