From 72f4f216bb3de99d60ff6296db2271ca4ea79d3a Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 2 Jun 2020 09:25:39 +0200 Subject: [PATCH] Temporary change to fix for release/disttag combination --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8832721..794c046 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ 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.8/test/setup-test-app/ $FGC/$NAME python-sample-app" \ maintainer="SoftwareCollections.org "