Skip to content

Commit

Permalink
Better build arg consumption for labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 9, 2016
1 parent 9282d01 commit 2307d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL Vendor="Internet2"
LABEL ImageType="https_proxy"
LABEL ImageName=$imagename
LABEL ImageOS=centos7
LABEL VERSION=$version
LABEL Version=$version

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

Expand Down

0 comments on commit 2307d2b

Please sign in to comment.