karmab / kcli

Management tool for libvirt/aws/gcp/kubevirt/openstack/ovirt/vsphere/packet
https://kcli.readthedocs.io/en/latest/
Apache License 2.0
471 stars 132 forks source link

Canonical moved/deleted some cloud-based images #152

Closed jruariveiro closed 4 years ago

jruariveiro commented 4 years ago

Sorry for trying to use these amateur images, but seems canonical decided to move/delete some of them:

for i in ubuntu1610 ubuntu1704 ubuntu1710 ubuntu1810; do kcli download $i; done

Causing kcli to fail. Shame on you, shuttleworth

Tested on: Fedora release 30 (Thirty) Kcli version 14.13

karmab commented 4 years ago

addressed in https://github.com/karmab/kcli/commit/7354459e9e9cc3e2685dacdf8cc63d7a854e3b9c and adding ubuntu 1904

jruariveiro commented 4 years ago

Thanks