GoogleCloudPlatform / cloud-builders-community

Community-contributed images for Google Cloud Build
https://cloud.google.com/cloud-build/
Apache License 2.0
1.25k stars 851 forks source link

[firebase]: Add Python and JRE dependencies #541

Closed xSAVIKx closed 2 years ago

xSAVIKx commented 2 years ago

This PR fixes #441. Also closes #398.

The builder is now based on node:lts-alpine3.14 image and has required Python and JDK dependencies. Also, all Firebase emulators are pre-cached in order to improve the runtime experience.

xSAVIKx commented 2 years ago

@alygerharter can you please review?