hardgcloud

Update a Cloud Run job to use a new container image

command

gcloud run jobs update JOB_NAME --image=NEW_IMAGE_URL --region=REGION

also accepted

gcloud run jobs updategcloud run jobs update JOB_NAME --image

Command breakdown

Part of the Google Cloud CLI (gcloud) — Alpha & Beta category.

gcloudrunjobsupdateJOB_NAME--image=NEW_IMAGE_URL--region=REGION
FlagPurpose
--imageSet to: NEW_IMAGE_URL
--regionSet to: REGION

Test your recall — not just your reading.

Practice with interactive quiz →