mirror of
https://github.com/distribution/distribution.git
synced 2025-08-23 00:57:53 +00:00
Merge pull request #2770 from dmcgowan/goarch-dockerfile
[release/2.6] Add go arguments to dockerfile
This commit is contained in:
commit
a66a4c3e63
@ -3,6 +3,9 @@ FROM golang:1.7-alpine
|
||||
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
|
||||
ENV DOCKER_BUILDTAGS include_oss include_gcs
|
||||
|
||||
ARG GOOS=linux
|
||||
ARG GOARCH=amd64
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add --no-cache make git
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user