This repository was archived by the owner on Dec 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /opt
44RUN apk --no-cache add curl \
55 && API_VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r " ) \
66 && RUNTIME_VERSION=$(curl -sI https://github.com/triggermesh/knative-lambda-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r " ) \
7- && curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/\ $ {API_VERSION}/aws-custom-runtime > aws-custom-runtime \
7+ && curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/${API_VERSION}/aws-custom-runtime > aws-custom-runtime \
88 && chmod +x aws-custom-runtime \
99 && curl -sL https://github.com/triggermesh/knative-lambda-runtime/archive/${RUNTIME_VERSION}.tar.gz | tar -xz knative-lambda-runtime-${RUNTIME_VERSION}/node-10.x \
1010 && mv knative-lambda-runtime-${RUNTIME_VERSION}/node-10.x/* .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /opt
44RUN apk --no-cache add curl \
55 && API_VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r " ) \
66 && RUNTIME_VERSION=$(curl -sI https://github.com/triggermesh/knative-lambda-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r " ) \
7- && curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/\ $ {API_VERSION}/aws-custom-runtime > aws-custom-runtime \
7+ && curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/${API_VERSION}/aws-custom-runtime > aws-custom-runtime \
88 && chmod +x aws-custom-runtime \
99 && curl -sL https://github.com/triggermesh/knative-lambda-runtime/archive/${RUNTIME_VERSION}.tar.gz | tar -xz knative-lambda-runtime-${RUNTIME_VERSION}/node-4.x \
1010 && mv knative-lambda-runtime-${RUNTIME_VERSION}/node-4.x/* .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /opt
44RUN apk --no-cache add curl \
55 && API_VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r " ) \
66 && RUNTIME_VERSION=$(curl -sI https://github.com/triggermesh/knative-lambda-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r " ) \
7- && curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/\ $ {API_VERSION}/aws-custom-runtime > aws-custom-runtime \
7+ && curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/${API_VERSION}/aws-custom-runtime > aws-custom-runtime \
88 && chmod +x aws-custom-runtime \
99 && curl -sL https://github.com/triggermesh/knative-lambda-runtime/archive/${RUNTIME_VERSION}.tar.gz | tar -xz knative-lambda-runtime-${RUNTIME_VERSION}/python-2.7 \
1010 && mv knative-lambda-runtime-${RUNTIME_VERSION}/python-2.7/* .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WORKDIR /opt
44RUN apk --no-cache add curl \
55 && API_VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r " ) \
66 && RUNTIME_VERSION=$(curl -sI https://github.com/triggermesh/knative-lambda-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r " ) \
7- && curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/\ $ {API_VERSION}/aws-custom-runtime > aws-custom-runtime \
7+ && curl -sL https://github.com/triggermesh/aws-custom-runtime/releases/download/${API_VERSION}/aws-custom-runtime > aws-custom-runtime \
88 && chmod +x aws-custom-runtime \
99 && curl -sL https://github.com/triggermesh/knative-lambda-runtime/archive/${RUNTIME_VERSION}.tar.gz | tar -xz knative-lambda-runtime-${RUNTIME_VERSION}/python-3.7 \
1010 && mv knative-lambda-runtime-${RUNTIME_VERSION}/python-3.7/* .
You can’t perform that action at this time.
0 commit comments