diff --git a/Dockerfile b/Dockerfile index f1778da..fd4a1db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ FROM registry.fedoraproject.org/f29/s2i-core:latest ENV HTTPD_VERSION=2.4 \ NAME=httpd \ VERSION=$HTTPD_VERSION \ - RELEASE=1 \ ARCH=x86_64 ENV SUMMARY="Platform for running Apache httpd $HTTPD_VERSION or building httpd-based application" \ @@ -30,7 +29,6 @@ LABEL summary="$SUMMARY" \ com.redhat.component="$NAME" \ name="$FGC/$NAME" \ version="2.4" \ - release="$RELEASE.$DISTTAG" \ architecture="$ARCH" \ usage="s2i build https://github.com/sclorg/httpd-container.git --context-dir=examples/sample-test-app/ $FGC/$NAME sample-server" \ maintainer="SoftwareCollections.org "