From 83c61ea04a0dd0771ac923cd3fde43e9357b8c50 Mon Sep 17 00:00:00 2001 From: Oded Messer Date: Wed, 19 Feb 2020 19:03:21 +0200 Subject: [PATCH] Adding nuclio's default base images (#3) --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.sh b/build.sh index 920a7ca..b05d53b 100755 --- a/build.sh +++ b/build.sh @@ -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"