The demo site has commands that still reference “images:ubuntu/20.04”, which doesn’t get found. Modifying the commands to “images:ubuntu/22.04”, however, works fine.
If this could be updated, it might help out someone new running though the tutorial, who might get derailed by the error.
…
Start by launching a few instances.
Launch a container called “first” using the Ubuntu 20.04 image:incus launch images:ubuntu/20.04 first
ubuntu@tryit:~$ incus launch images:ubuntu/20.04 first
Launching first
Error: Failed instance creation: Failed getting remote image info: Failed getting image: The requested image couldn't be found
ubuntu@tryit:~$ incus launch images:ubuntu/22.04 first
Launching first
Ubuntu 20.04 LTS is EOL (not supported anymore without a special continuation license). @stgraber said a few weeks ago that he is removing the Ubuntu 20.04 LTS images from images.linuxcontainers.org Therefore, the documentation on the Demo site should be updated to reflect these.