Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
Adding nuclio's default base images (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
omesser authored Feb 19, 2020
1 parent c861b20 commit 83c61ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ IMAGES_TO_BAKE=(
"quay.io/nuclio/handler-builder-java-onbuild:${NUCLIO_LABEL}-amd64"
"quay.io/nuclio/handler-builder-dotnetcore-onbuild:${NUCLIO_LABEL}-amd64"
"quay.io/nuclio/handler-builder-ruby-onbuild:${NUCLIO_LABEL}-amd64"
"python:2.7-alpine"
"python:3.6"
"mcr.microsoft.com/dotnet/core/runtime:3.1"
"alpine:3.7"
"openjdk:9-jre-slim"
"node:10.3-alpine"
"ruby:2.4.4-alpine"
)

printf "\nResolved images to bake:\n"
Expand Down

0 comments on commit 83c61ea

Please sign in to comment.