From 854069d753aff567d0d5eeda0b6a43e2e925c1aa Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Fri, 1 May 2020 09:33:52 +0200 Subject: [PATCH] Revert "Temporary change to fix for release/disttag combination" This reverts commit cff38838b06131597064828f841d432ddc48a409. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1fa59fa..a72e60a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,6 @@ LABEL summary="$SUMMARY" \ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="$VERSION" \ - release="16.container" \ usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.7/test/setup-test-app/ $FGC/$NAME python-sample-app" \ maintainer="SoftwareCollections.org "