Skip to content

Commit

Permalink
add maintainer and labels for license, version, and vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
jperrin committed May 27, 2015
1 parent c0431ae commit 1506928
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wildfly/centos7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Use latest Fedora image as the base
FROM centos:latest
MAINTAINER http://www.centos.org

LABEL Vendor="CentOS"
LABEL License=GPLv2
LABEL Version=8.2.0.Final


# Update base image
RUN yum -y update && yum clean all
Expand Down

0 comments on commit 1506928

Please sign in to comment.