On the daily build page on cloud-images.ubuntu.com, there are a number of different images published for each architecture, for example:
trusty-server-cloudimg-amd64-disk1.img
trusty-server-cloudimg-amd64-root.tar.gz
trusty-server-cloudimg-amd64-uefi1.img
trusty-server-cloudimg-amd64.tar.gz
What is the difference between these different releases?
The best documentation I can find is this wiki page, but it doesn't seem to answer the question.
I can't find any official documentation, but this is what I found by poking around:
{image}.tar.gz
So it's a tarball with a kernel image, boot loader, and a filesystem image. More details on the filesystem image:
You can access the
.img
contents with:{image}-disk1.img
{image}-root.tar.gz
— Scott Moser posting on ubuntu-devel
The post goes on to state that the kernel and boot loader have been removed, since the primary use of this release is with LXC, where the kernel and boot loader files aren't used.