File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
2727# or build it from a release
2828FROM golang:1.22 AS builder_release
2929ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
30+ ARG GO_PROXY_GITHUB_USER=apache
3031RUN 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\
3233 | tar xzf -\
3334 && cd openwhisk-runtime-go-*/main\
3435 && 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} \
2727# or build it from a release
2828FROM golang:1.22 AS builder_release
2929ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
30+ ARG GO_PROXY_GITHUB_USER=apache
3031RUN 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\
3233 | tar xzf -\
3334 && cd openwhisk-runtime-go-*/main\
3435 && 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} \
2727# or build it from a release
2828FROM golang:1.22 AS builder_release
2929ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
30+ ARG GO_PROXY_GITHUB_USER=apache
3031RUN 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\
3233 | tar xzf -\
3334 && cd openwhisk-runtime-go-*/main\
3435 && 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} \
2727# or build it from a release
2828FROM golang:1.22 AS builder_release
2929ARG GO_PROXY_RELEASE_VERSION=1.22@1.24.0
30+ ARG GO_PROXY_GITHUB_USER=apache
3031RUN 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\
3233 | tar xzf -\
3334 && cd openwhisk-runtime-go-*/main\
3435 && GO111MODULE=on CGO_ENABLED=0 go build -o /bin/proxy
You can’t perform that action at this time.
0 commit comments