Skip to content

Commit

Permalink
Version numbers are mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 9, 2016
1 parent 7f694b2 commit e15f1bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ FROM bigfleet/centos7base
# Define args and set a default value
ARG maintainer=tier
ARG imagename=https_proxy
ARG version=1.0


MAINTAINER $maintainer
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 e15f1bd

Please sign in to comment.