From b26e54df382186f5143957e9457a10b19bbbde53 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Aug 27 2018 07:50:03 +0000 Subject: 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 --- diff --git a/Dockerfile b/Dockerfile index 684b8dc..77aaf7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/f26/s2i-base:latest +FROM registry.fedoraproject.org/f29/s2i-base:latest # nginx 1.12 image. # @@ -11,7 +11,6 @@ EXPOSE 8443 ENV NAME=nginx \ NGINX_VERSION=1.12 \ VERSION=0 \ - RELEASE=1 \ ARCH=x86_64 ENV SUMMARY="Platform for running nginx $NGINX_VERSION or building nginx-based application" \ @@ -31,7 +30,6 @@ LABEL summary="$SUMMARY" \ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ - release="$RELEASE.$DISTTAG" \ architecture="$ARCH" \ usage="s2i build file:///your/app $FGC/nginx your-app"