discue/GCP Build Image

Build and push container images to Google Cloud using Cloud Build

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageThe full image URL to build (e.g., europe-west3-docker.pkg.dev/project/repository/image)yes
regionGoogle Cloud region to use for the build (e.g., europe-west3). If not set, defaults to the gcloud default region.no
impersonateService account email to impersonate for to submit the gcloud build. If not set, uses the default credentials.no
build_service_accountService account email to use for the Cloud Build execution. If not set, uses the default Cloud Build service account.no
quietRun in quiet mode. Suppress all non-error output. Default is true.notrue
sourceSource directory to build (relative to the repository root). Default is the repository root.no.
builderBuild method: '' (default for autodetection), 'buildpack' or 'dockerfile'no""
staging_bucket_nameCloud Storage bucket name to use for staging (without gs:// or path). If empty, defaults to GCP default e.g. $project_$region_cloudbuild.no""
staging_bucket_dirDirectory within the Cloud Storage bucket to use for staging. Defaults to 'builds'.nobuilds
namedescription
image-urlThe built image URL