Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added version as ARG
Chris Bynum committed Aug 4, 2016
1 parent cf1ce08 commit 2990dcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -3,13 +3,14 @@ FROM centos:centos7
# Define args and set a default value
ARG maintainer=tier
ARG imagename=centos7base
ARG version=1.0

MAINTAINER $maintainer
LABEL Vendor="Internet2"
LABEL ImageType="Base"
LABEL ImageName=$imagename
LABEL ImageOS=centos7
LABEL Version=1.0
LABEL Version=$version

LABEL Build docker build --rm --tag $maintainer/$imagename .

0 comments on commit 2990dcb

Please sign in to comment.