Bytes Bakery

⌘K
Getting Started
Recipes
Recipe Updates
Pushing Images Directly to Your Project
Writing Your Shell Scripts
API Reference
Team Members
Teams
Organization Members
Organization
Bake Start
JWT
Profile
Baked Goods
Recipes
Base Images
Bake Status
Docs powered by archbee 

Pushing Images Directly to Your Project

3min

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.

Requirements:

  • Google Compute API enabled
  • IAM Permissions
    • disks.insert
    • images.insert
    • disks.createSnapshot



Reference:

GCP Documentation on Sharing Images and Snapshots.

Our service account: bakery@bytes-bakery-dev.iam.gserviceaccount.com

gcloud Command:

gcloud projects add-iam-policy-binding [PROJECT_ID] \ --member [MEMBER_TYPE]:[ACCOUNT] --role [ROLE]



Updated 03 Mar 2023
Did this page help you?
Yes
No
PREVIOUS
Recipe Updates
NEXT
Writing Your Shell Scripts
Docs powered by archbee 
TABLE OF CONTENTS
Requirements:
Reference: