GoogleCloudPlatform / cloud-builders

Builder images and examples commonly used for Google Cloud Build
https://cloud.google.com/cloud-build/
Apache License 2.0
1.38k stars 589 forks source link

Combine `gcloud component install` #994

Closed haroonc closed 5 months ago

haroonc commented 5 months ago

Currently each component is installed in its own layer that increases image size ~13GB. This PR installs all components in a single invocation. This reduces final image size to ~2.5GB