Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 7ff9142

Browse files
committed
Base image name fix
Signed-off-by: tzununbekov <t.zununbekov@gmail.com>
1 parent d80b0a3 commit 7ff9142

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ruby-2.5/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM lambci/lambda:ruby2.5
22
FROM ruby:2.5-alpine
3+
WORKDIR /opt
34

45
RUN apk --no-cache add curl \
56
&& API_VERSION=$(curl -sI https://github.com/triggermesh/aws-custom-runtime/releases/latest | grep "Location:" | awk -F "/" '{print $NF}' | tr -d "\r") \

ruby-2.5/buildtemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- |
4343
cd /workspace/${DIRECTORY}
4444
cat <<EOF > Dockerfile
45-
FROM ${BASEIMAGE_REGISTRY}/triggermesh/knative-lambda-runtime-ruby25:${BASEIMAGE_TAG}
45+
FROM ${BASEIMAGE_REGISTRY}/triggermesh/knative-lambda-ruby25:${BASEIMAGE_TAG}
4646
ENV _HANDLER "${HANDLER}"
4747
4848
COPY . .

0 commit comments

Comments
 (0)