File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
27
27
# or build it from a release
28
28
FROM golang:1.22 AS builder_release
29
29
ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
30
+ ARG GO_PROXY_GITHUB_USER=apache
30
31
RUN curl -sL \
31
- https://github.com/apache /openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
+ https://github.com/${GO_PROXY_GITHUB_USER} /openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
33
| tar xzf -\
33
34
&& cd openwhisk-runtime-go-*/main\
34
35
&& GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
27
27
# or build it from a release
28
28
FROM golang:1.22 AS builder_release
29
29
ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
30
+ ARG GO_PROXY_GITHUB_USER=apache
30
31
RUN curl -sL \
31
- https://github.com/apache /openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
+ https://github.com/${GO_PROXY_GITHUB_USER} /openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
33
| tar xzf -\
33
34
&& cd openwhisk-runtime-go-*/main\
34
35
&& GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
27
27
# or build it from a release
28
28
FROM golang:1.22 AS builder_release
29
29
ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
30
+ ARG GO_PROXY_GITHUB_USER=apache
30
31
RUN curl -sL \
31
- https://github.com/apache /openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
+ https://github.com/${GO_PROXY_GITHUB_USER} /openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
33
| tar xzf -\
33
34
&& cd openwhisk-runtime-go-*/main\
34
35
&& GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
27
27
# or build it from a release
28
28
FROM golang:1.22 AS builder_release
29
29
ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
30
+ ARG GO_PROXY_GITHUB_USER=apache
30
31
RUN curl -sL \
31
- https://github.com/apache /openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
+ https://github.com/${GO_PROXY_GITHUB_USER} /openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
32
33
| tar xzf -\
33
34
&& cd openwhisk-runtime-go-*/main\
34
35
&& GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
You can’t perform that action at this time.
0 commit comments