-
Notifications
You must be signed in to change notification settings - Fork 62
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
bib: add a new gce
image type (COMPOSER-2358)
#646
Conversation
Hi @mvo5, do we still need this image type exposed if it's just a |
Thanks - I honestly don't know, I'm not 100% what the use-case is and the name |
9d06575
to
1377c59
Compare
gce
image typegce
image type (COMPOSER-2358)
cec1ea0
to
897d38c
Compare
824e250
to
be2e5ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tiny question.
This commit adds a new image type `gce` that contains a tar file with the raw image inside. This can then be imported into GCE.
This commit adds a new image type
raw-tgz
that contains a tarfile with the raw image inside. This was requested by GCP.
See also osbuild/images#923
This will need osbuild/osbuild#1886 first.