qm icon indicating copy to clipboard operation
qm copied to clipboard

RFC: What's the minimum CentOS Automotive Stream Images targets required for a QM release?

Open dougsland opened this issue 1 year ago • 0 comments
trafficstars

To make sure we have a fully integration working in place and documented, what's the MINIMUM images required for QM to work to make an official release? Today for example CentOS Automotive Stream offers:

[root@donald osbuild-manifests]# make list-targets | grep -w 'qm'
  
autosd-qemu-qm-minimal-regular.x86_64
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
 
autosd-qemu-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
 
autosd-aws-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];

autosd-aws-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
cs9-qemu-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
 
cs9-qemu-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
cs9-aws-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
cs9-aws-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];

eln-qemu-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
 
eln-qemu-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];

eln-aws-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];

eln-aws-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];

f38-qemu-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];

f38-qemu-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
f38-aws-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
 
 f38-aws-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
f39-qemu-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];

  
f39-qemu-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
f39-aws-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
f39-aws-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
f40-qemu-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
f40-qemu-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
f40-aws-qm-minimal-regular.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];
  
f40-aws-qm-minimal-ostree.x86_64.
[img,qcow2,oci.tar,repo,oci-archive,rootfs,ext4,tar,aboot,oci-archive+qcow2,oci-archive+img,rpmlist];

See-Also: https://github.com/containers/qm/issues/406

dougsland avatar May 01 '24 03:05 dougsland