INVALID_ARGUMENT | name is required | Provide a name field. |
INVALID_ARGUMENT | name must match [a-z][a-z0-9-]{0,62} | Use a lowercase DNS label — starts with a letter, only lowercase letters, digits, and hyphens, max 63 characters. |
INVALID_ARGUMENT | at least one of base_image_aws_ref or base_image_gce_ref is required | Set base_image_aws_ref, base_image_gce_ref, or both. |
INVALID_ARGUMENT | provisioning_script is required | Provide the script content in provisioning_script. |
INVALID_ARGUMENT | provisioning_script exceeds 256 KiB limit | Reduce the script size. Move large assets to a remote location and fetch them during provisioning. |
INVALID_ARGUMENT | provisioning_timeout is required | Set provisioning_timeout to a Go duration string (e.g. 10m). |
INVALID_ARGUMENT | provisioning_timeout: invalid duration | Use Go duration format: 10m, 30m, 1h. |
INVALID_ARGUMENT | provisioning_timeout: duration must be positive | The duration must be greater than zero. |
INVALID_ARGUMENT | provisioning_timeout exceeds 1h maximum | Reduce the timeout to 1 hour or less. |
INVALID_ARGUMENT | secret_allowlist[N]: secret name must match [A-Z][A-Z0-9_]* | Secret names use uppercase letters, digits, and underscores, starting with a letter. |
INVALID_ARGUMENT | secret_allowlist[N]: secret name is reserved (MURMUR_*) | Names starting with MURMUR_ are reserved. Choose a different name. |
INVALID_ARGUMENT | description exceeds 1024 byte limit | Shorten the description to 1024 bytes or fewer. |
INVALID_ARGUMENT | base_image_aws_ref "X" does not exist | The named image does not exist in the catalog. Create it first or fix the name. |
INVALID_ARGUMENT | base_image_aws_ref "X" is not an AWS image | The referenced image exists but has a GCE or Docker source, not AWS. Use an image with an AWS source. |
INVALID_ARGUMENT | base_image_gce_ref "X" does not exist | The named image does not exist in the catalog. Create it first or fix the name. |
INVALID_ARGUMENT | base_image_gce_ref "X" is not a GCE image | The referenced image exists but has an AWS or Docker source, not GCE. Use an image with a GCE source. |
INVALID_ARGUMENT | architecture mismatch: base_image_aws_ref is X but base_image_gce_ref is Y | Both base images must have the same architecture. Replace one so they match. |
FAILED_PRECONDITION | cannot delete recipe "X": referenced by image: Y | Baked images reference this recipe. Delete the referencing images first. |