Skip to content
Snippets Groups Projects
Commit beccc133 authored by David Grove's avatar David Grove Committed by David Grove
Browse files

build proxy from 1.16.0 release of openwhisk-runtime-go

parent 88742022
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \ ...@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
# or build it from a release # or build it from a release
FROM golang:1.15 AS builder_release FROM golang:1.15 AS builder_release
ARG GO_PROXY_RELEASE_VERSION=1.12@1.15.0 ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
RUN curl -sL \ RUN curl -sL \
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\ https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
| tar xzf -\ | tar xzf -\
...@@ -35,7 +35,7 @@ RUN curl -sL \ ...@@ -35,7 +35,7 @@ RUN curl -sL \
FROM python:2.7-alpine FROM python:2.7-alpine
# select the builder to use # select the builder to use
ARG GO_PROXY_BUILD_FROM=source ARG GO_PROXY_BUILD_FROM=release
# Upgrade and install basic Python dependencies # Upgrade and install basic Python dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \
......
...@@ -25,7 +25,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \ ...@@ -25,7 +25,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
# or build it from a release # or build it from a release
FROM golang:1.15 AS builder_release FROM golang:1.15 AS builder_release
ARG GO_PROXY_RELEASE_VERSION=1.12@1.15.0 ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
RUN curl -sL \ RUN curl -sL \
https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\ https://github.com/apache/openwhisk-runtime-go/archive/{$GO_PROXY_RELEASE_VERSION}.tar.gz\
| tar xzf -\ | tar xzf -\
...@@ -33,7 +33,7 @@ RUN curl -sL \ ...@@ -33,7 +33,7 @@ RUN curl -sL \
&& GO111MODULE=on go build -o /bin/proxy && GO111MODULE=on go build -o /bin/proxy
FROM python:3.7-buster FROM python:3.7-buster
ARG GO_PROXY_BUILD_FROM=source ARG GO_PROXY_BUILD_FROM=release
# Install common modules for python # Install common modules for python
RUN pip install \ RUN pip install \
......
...@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \ ...@@ -26,7 +26,7 @@ RUN git clone --branch ${GO_PROXY_GITHUB_BRANCH} \
# or build it from a release # or build it from a release
FROM golang:1.15 AS builder_release FROM golang:1.15 AS builder_release
ARG GO_PROXY_RELEASE_VERSION=1.12@1.15.0 ARG GO_PROXY_RELEASE_VERSION=1.15@1.16.0
RUN curl -sL \ RUN curl -sL \
https://github.com/apache/openwhisk-runtime-go/archive/${GO_PROXY_RELEASE_VERSION}.tar.gz\ https://github.com/apache/openwhisk-runtime-go/archive/${GO_PROXY_RELEASE_VERSION}.tar.gz\
| tar xzf -\ | tar xzf -\
...@@ -37,7 +37,7 @@ RUN curl -sL \ ...@@ -37,7 +37,7 @@ RUN curl -sL \
FROM tensorflow/tensorflow:1.15.2-py3-jupyter FROM tensorflow/tensorflow:1.15.2-py3-jupyter
# select the builder to use # select the builder to use
ARG GO_PROXY_BUILD_FROM=source ARG GO_PROXY_BUILD_FROM=release
RUN apt-get update && apt-get upgrade -y && apt-get install -y \ RUN apt-get update && apt-get upgrade -y && apt-get install -y \
curl \ curl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment