Ubuntu images big?

My apologies. User error.

I was listing images using:

$ lxc image list -images:ubuntu/18.04/amd64/cloud

which found nothing,

what I should have done was:

$ lxc image list -images:ubuntu 18.04 amd64 cloud

which got the result I wanted.

RTFM!