Skip to content

Commit

Permalink
Update maintainer as a label
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Čáp authored and pkubatrh committed Nov 22, 2017
1 parent 66db91f commit fa29e0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 2.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ LABEL summary="$SUMMARY" \
io.openshift.tags="builder,httpd,httpd24" \
name="centos/httpd-24-centos7" \
version="$HTTPD_VERSION" \
com.redhat.component="httpd24-docker"
com.redhat.component="httpd24-docker" \
maintainer="SoftwareCollections.org <[email protected]>"

EXPOSE 8080
EXPOSE 8443
Expand Down
3 changes: 2 additions & 1 deletion 2.4/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ LABEL summary="$SUMMARY" \
version="$VERSION" \
release="$RELEASE.$DISTTAG" \
architecture="$ARCH" \
run="docker run -d --name httpd -p 8080:8080 -v /wwwdata:/var/www:Z $FGC/$NAME:latest"
run="docker run -d --name httpd -p 8080:8080 -v /wwwdata:/var/www:Z $FGC/$NAME:latest" \
maintainer="SoftwareCollections.org <[email protected]>"

EXPOSE 8080
EXPOSE 8443
Expand Down

0 comments on commit fa29e0a

Please sign in to comment.