From d9d242322ab7377e8eedd165d893369a4771c548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Skalick=C3=BD?= Date: Mon, 29 Oct 2018 09:22:26 +0000 Subject: [PATCH] Pull changes from upstream repository. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 37ab5ae..655fa8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ ENV PYTHON_VERSION=3.6 \ ENV NAME=python3 \ VERSION=0 \ - RELEASE=1 \ ARCH=x86_64 ENV SUMMARY="Platform for building and running Python $PYTHON_VERSION applications" \ @@ -35,7 +34,6 @@ LABEL summary="$SUMMARY" \ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ - release="$RELEASE.$DISTTAG" \ usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/test/setup-test-app/ $FGC/$NAME python-sample-app" \ maintainer="SoftwareCollections.org "