1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Jan 15 09:50:59 UTC 2025

This commit is contained in:
Automated 2025-01-15 09:50:59 +00:00
parent 5a9f5ff67e
commit 4a036681b1
126 changed files with 4290 additions and 679 deletions

View file

@ -222,13 +222,13 @@ FLAGS
The YAML or JSON file to use as the build configuration file.
--pack=[builder=BUILDER],[env=ENV],[image=IMAGE]
Uses CNCF buildpack (https://buildpacks.io/) to create image. The
"image" key/value must be provided. The image name must be in the
gcr.io or pkg.dev namespace. By default gcr.io/buildpacks/builder
will be used. To specify your own builder image use the optional
"builder" key/value argument. To pass environment variables to the
builder use the optional "env" key/value argument where value is a
list of key values using escaping
Uses CNCF buildpack (https://buildpacks.io/) to create the app image.
The app "image" key/value must be provided. The app image name must
be in the gcr.io or pkg.dev namespace. To specify your own builder
image use the optional "builder" key/value argument. By default
gcr.io/buildpacks/builder is used. To pass environment variables to
the builder use the optional "env" key/value argument where value is
a list of key values using escaping
(https://cloud.google.com/sdk/gcloud/reference/topic/escaping) if
necessary.