Skip to content

Commit

Permalink
Merge pull request #2821 from caervs/ISS-2819
Browse files Browse the repository at this point in the history
Use same env var in Dockerfile and Makefile
  • Loading branch information
caervs committed Jan 17, 2019
2 parents 62994fd + bf74e4f commit cbc30be
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
@@ -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
Expand Down

0 comments on commit cbc30be

Please sign in to comment.