Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dry-run that builds image without publishing it. #58

Open
RomantsovArtur opened this issue Jun 17, 2021 · 1 comment
Open

Dry-run that builds image without publishing it. #58

RomantsovArtur opened this issue Jun 17, 2021 · 1 comment

Comments

@RomantsovArtur
Copy link

Hi 👋

Would it make sense to extend this dry-run logic to build an actual image, so the image build can be tested without publishing
image

Thanks!

@medb
Copy link
Contributor

medb commented Jun 25, 2021

In what format do you need it for test w/o publishing?

We create image directly from VM's PD using gcloud so there no step that generates image locally:

gcloud compute images create {image_name} \
--project={project_id} \
--source-disk-zone={zone} \
--source-disk={image_name}-install \
{storage_location_flag} \
--family={family}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants