There was an error while loading. Please reload this page.
1 parent 138ee12 commit 2052460Copy full SHA for 2052460
1 file changed
3.6/Dockerfile.fedora
@@ -14,7 +14,6 @@ ENV PYTHON_VERSION=3.6 \
14
15
ENV NAME=python3 \
16
VERSION=0 \
17
- RELEASE=1 \
18
ARCH=x86_64
19
20
ENV SUMMARY="Platform for building and running Python $PYTHON_VERSION applications" \
@@ -35,7 +34,6 @@ LABEL summary="$SUMMARY" \
35
34
com.redhat.component="$NAME" \
36
name="$FGC/$NAME" \
37
version="$VERSION" \
38
- release="$RELEASE.$DISTTAG" \
39
usage="s2i build https://github.com/sclorg/s2i-python-container.git --context-dir=3.6/test/setup-test-app/ $FGC/$NAME python-sample-app" \
40
maintainer="SoftwareCollections.org <sclorg@redhat.com>"
41
0 commit comments