Merge pull request #2955 from alex-laties/master

allow for VERSION and REVISION to be passed in during docker builds
This commit is contained in:
Ryan Abrams 2019-07-11 15:30:23 -07:00 committed by GitHub
commit 10f726344d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -6,6 +6,8 @@ ENV DOCKER_BUILDTAGS include_oss include_gcs
ARG GOOS=linux
ARG GOARCH=amd64
ARG GOARM=6
ARG VERSION
ARG REVISION
RUN set -ex \
&& apk add --no-cache make git file