Recipes
Pushing Images Directly to Your Project
2min
Being a member of the Professional or Enterprise tier allows the user to directly push baked golden images to specified projects. This feature requires adding the Bytes Bakery Service Account to the user's GCP project.
- Google Compute API enabled
- IAM Permissions
- disks.insert
- images.insert
- disks.createSnapshot
GCP Documentation on Sharing Images and Snapshots.
Our service account: [email protected]
gcloud Command:
gcloud projects add-iam-policy-binding [PROJECT_ID] \
--member [MEMBER_TYPE]:[ACCOUNT] --role [ROLE]
Updated 25 Mar 2024
Did this page help you?