Merge pull request #2821 from caervs/ISS-2819

Use same env var in Dockerfile and Makefile
pull/2805/head
Ryan Abrams 2019-01-17 09:53:49 -08:00 committed by GitHub
commit cbc30be414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM golang:1.11-alpine AS build
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV DOCKER_BUILDTAGS include_oss include_gcs
ENV BUILDTAGS include_oss include_gcs
ARG GOOS=linux
ARG GOARCH=amd64