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

Commit

Permalink
Base image for ruby-2.5 runtime, #3
Browse files Browse the repository at this point in the history
Signed-off-by: tzununbekov <t.zununbekov@gmail.com>
  • Loading branch information
tzununbekov committed Jan 14, 2019
1 parent 323ec6a commit f5fd9bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cloudbuild.yaml
Expand Up @@ -15,8 +15,13 @@ steps:
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/knative-lambda-node10:$REVISION_ID', '-t', 'gcr.io/$PROJECT_ID/knative-lambda-node10:latest', '-f' ,'./node-10.x/Dockerfile', '.' ]

## Build ruby25 runtime
- name: 'gcr.io/cloud-builders/docker'
args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/knative-lambda-ruby25:$REVISION_ID', '-t', 'gcr.io/$PROJECT_ID/knative-lambda-ruby25:latest', '-f' ,'./ruby-2.5/Dockerfile', '.' ]

images:
- 'gcr.io/$PROJECT_ID/knative-lambda-python37'
- 'gcr.io/$PROJECT_ID/knative-lambda-python27'
- 'gcr.io/$PROJECT_ID/knative-lambda-node4'
- 'gcr.io/$PROJECT_ID/knative-lambda-node10'
- 'gcr.io/$PROJECT_ID/knative-lambda-ruby25'

0 comments on commit f5fd9bc

Please sign in to comment.