From 8470dba4f5e986a18a3abf842cef8761be74c677 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 27 Aug 2018 09:54:11 +0200 Subject: [PATCH] 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 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c74521..0fbf9ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:26 +FROM registry.fedoraproject.org/fedora:rawhide # Description # Environment: @@ -18,13 +18,11 @@ RUN dnf install -y --setopt=tsflags=nodocs nodejs npm && \ 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" \