#889 cloud: switch imagebuild for GCP image to tar-gz format
Merged 3 years ago by mohanboddu. Opened 3 years ago by dustymabe.
dustymabe/pungi-fedora dustytargz  into  master

file modified
+1 -1
@@ -357,7 +357,7 @@ 

          },

          {

              'image-build': {

-                     'format': [('gce', 'tar.gz')],

+                     'format': [('tar-gz', 'tar.gz')],

                      'name': 'Fedora-Cloud-Base-GCP',

                      'kickstart': 'fedora-cloud-base-gcp.ks',

                      # Use `Fedora-30` profile here because we need it

It turns out koji doesn't know about gce even though ImageFactory
does. Really all we need is the output disk image to be a tar.gz so
let's try with the tar-gz format in koji, which looks like it was
intended for use with GCP.

Pull-Request has been merged by mohanboddu

3 years ago