Ubuntu 15.04 (Vivid Vervet)
Cloud image
The Ubuntu Cloud image can be run on your personal Ubuntu Cloud, or modified, rebundled and uploaded to Amazon EC2, OpenStack, Google Compute Engine, or Microsoft Azure (vhd images only).
There are five images available, each for a different type of computer:
- 32-bit Cloud image
- For almost all PCs. This includes most machines with Intel/AMD/etc type processors and almost all computers that run Microsoft Windows, as well as newer Apple Macintosh systems based on Intel processors. Choose this if you are at all unsure.
- 64-bit Cloud image
- Choose this to take full advantage of computers based on the AMD64 or EM64T architecture. If you have non-64-bit processor made by AMD, or if you need full support for 32-bit code, use the Intel x86 images instead. AMD64 is recommended for general computing use in the Cloud.
- 64-bit ARM Cloud image
- For AARCH64/ARM64 based boards.
- 64-bit Power Little Endian Cloud image
- IBM PowerPC64 Little Endian builds. For use on Power7 and Power8 little endian capable hypervisors.
- 32-bit ARMHF Cloud image
- For ARMv7 processors and above. Userland is compiled with Hard Float on.
Amazon EC2 Published AMIs
The images have been published to Amazon EC2, and can be used immediately with no need to download anything. See the table below for the AMI ids. For further instruction on getting started with Amazon EC2, see the EC2 Starters Guide.
Region |
arch |
root store |
ami |
ec2 command |
ap-northeast-1 |
64-bit |
ebs |
ami-db0f35b5 |
ec2-run-instances ami-db0f35b5 -t t1.micro --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
64-bit |
ebs-io1 |
ami-450e342b |
ec2-run-instances ami-450e342b -t m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
64-bit |
ebs-ssd |
ami-800d37ee |
ec2-run-instances ami-800d37ee -t m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
64-bit |
hvm |
ami-190e3477 |
ec2-run-instances ami-190e3477 -t m3.medium --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
64-bit |
hvm-instance |
ami-5b0c3635 |
ec2-run-instances ami-5b0c3635 -t m3.medium --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
64-bit |
hvm-io1 |
ami-180e3476 |
ec2-run-instances ami-180e3476 -t m3.medium --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
64-bit |
hvm-ssd |
ami-1c0c3672 |
ec2-run-instances ami-1c0c3672 -t m3.medium --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-northeast-1 |
64-bit |
instance |
ami-e40f358a |
ec2-run-instances ami-e40f358a -t m1.small --region ap-northeast-1 --key ${EC2_KEYPAIR_AP_NORTHEAST_1} |
ap-southeast-1 |
64-bit |
ebs |
ami-337cb350 |
ec2-run-instances ami-337cb350 -t t1.micro --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
64-bit |
ebs-io1 |
ami-fc7bb49f |
ec2-run-instances ami-fc7bb49f -t m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
64-bit |
ebs-ssd |
ami-7679b615 |
ec2-run-instances ami-7679b615 -t m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
64-bit |
hvm |
ami-ec7ab58f |
ec2-run-instances ami-ec7ab58f -t m3.medium --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
64-bit |
hvm-instance |
ami-5578b736 |
ec2-run-instances ami-5578b736 -t m3.medium --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
64-bit |
hvm-io1 |
ami-ef7ab58c |
ec2-run-instances ami-ef7ab58c -t m3.medium --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
64-bit |
hvm-ssd |
ami-327cb351 |
ec2-run-instances ami-327cb351 -t m3.medium --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-1 |
64-bit |
instance |
ami-6a79b609 |
ec2-run-instances ami-6a79b609 -t m1.small --region ap-southeast-1 --key ${EC2_KEYPAIR_AP_SOUTHEAST_1} |
ap-southeast-2 |
64-bit |
ebs |
ami-2db7934e |
ec2-run-instances ami-2db7934e -t t1.micro --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
64-bit |
ebs-io1 |
ami-ffb6929c |
ec2-run-instances ami-ffb6929c -t m1.small --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
64-bit |
ebs-ssd |
ami-c2b490a1 |
ec2-run-instances ami-c2b490a1 -t m1.small --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
64-bit |
hvm |
ami-f6b79395 |
ec2-run-instances ami-f6b79395 -t m3.medium --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
64-bit |
hvm-instance |
ami-4bb59128 |
ec2-run-instances ami-4bb59128 -t m3.medium --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
64-bit |
hvm-io1 |
ami-0eb5916d |
ec2-run-instances ami-0eb5916d -t m3.medium --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
64-bit |
hvm-ssd |
ami-c3b490a0 |
ec2-run-instances ami-c3b490a0 -t m3.medium --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
ap-southeast-2 |
64-bit |
instance |
ami-06ab8f65 |
ec2-run-instances ami-06ab8f65 -t m1.small --region ap-southeast-2 --key ${EC2_KEYPAIR_AP_SOUTHEAST_2} |
eu-central-1 |
64-bit |
ebs |
ami-c39189af |
ec2-run-instances ami-c39189af -t t1.micro --region eu-central-1 --key ${EC2_KEYPAIR_EU_CENTRAL_1} |
eu-central-1 |
64-bit |
ebs-io1 |
ami-6e9f8702 |
ec2-run-instances ami-6e9f8702 -t m1.small --region eu-central-1 --key ${EC2_KEYPAIR_EU_CENTRAL_1} |
eu-central-1 |
64-bit |
ebs-ssd |
ami-c29189ae |
ec2-run-instances ami-c29189ae -t m1.small --region eu-central-1 --key ${EC2_KEYPAIR_EU_CENTRAL_1} |
eu-central-1 |
64-bit |
hvm |
ami-c59189a9 |
ec2-run-instances ami-c59189a9 -t m3.medium --region eu-central-1 --key ${EC2_KEYPAIR_EU_CENTRAL_1} |
eu-central-1 |
64-bit |
hvm-instance |
ami-d29189be |
ec2-run-instances ami-d29189be -t m3.medium --region eu-central-1 --key ${EC2_KEYPAIR_EU_CENTRAL_1} |
eu-central-1 |
64-bit |
hvm-io1 |
ami-e89f8784 |
ec2-run-instances ami-e89f8784 -t m3.medium --region eu-central-1 --key ${EC2_KEYPAIR_EU_CENTRAL_1} |
eu-central-1 |
64-bit |
hvm-ssd |
ami-f39e869f |
ec2-run-instances ami-f39e869f -t m3.medium --region eu-central-1 --key ${EC2_KEYPAIR_EU_CENTRAL_1} |
eu-central-1 |
64-bit |
instance |
ami-759d8519 |
ec2-run-instances ami-759d8519 -t m1.small --region eu-central-1 --key ${EC2_KEYPAIR_EU_CENTRAL_1} |
eu-west-1 |
64-bit |
ebs |
ami-3922944a |
ec2-run-instances ami-3922944a -t t1.micro --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
ebs-io1 |
ami-992593ea |
ec2-run-instances ami-992593ea -t m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
ebs-ssd |
ami-9e388eed |
ec2-run-instances ami-9e388eed -t m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
hvm |
ami-9f388eec |
ec2-run-instances ami-9f388eec -t m3.medium --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
hvm-instance |
ami-fb388e88 |
ec2-run-instances ami-fb388e88 -t m3.medium --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
hvm-io1 |
ami-f0249283 |
ec2-run-instances ami-f0249283 -t m3.medium --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
hvm-ssd |
ami-3a229449 |
ec2-run-instances ami-3a229449 -t m3.medium --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
eu-west-1 |
64-bit |
instance |
ami-04388e77 |
ec2-run-instances ami-04388e77 -t m1.small --region eu-west-1 --key ${EC2_KEYPAIR_EU_WEST_1} |
sa-east-1 |
64-bit |
ebs |
ami-7824a414 |
ec2-run-instances ami-7824a414 -t t1.micro --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
64-bit |
ebs-io1 |
ami-fc1f9f90 |
ec2-run-instances ami-fc1f9f90 -t m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
64-bit |
ebs-ssd |
ami-5d25a531 |
ec2-run-instances ami-5d25a531 -t m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
64-bit |
hvm |
ami-ff1f9f93 |
ec2-run-instances ami-ff1f9f93 -t m3.medium --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
64-bit |
hvm-instance |
ami-ac24a4c0 |
ec2-run-instances ami-ac24a4c0 -t m3.medium --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
64-bit |
hvm-io1 |
ami-ff23a393 |
ec2-run-instances ami-ff23a393 -t m3.medium --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
64-bit |
hvm-ssd |
ami-7b24a417 |
ec2-run-instances ami-7b24a417 -t m3.medium --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
sa-east-1 |
64-bit |
instance |
ami-ad26a6c1 |
ec2-run-instances ami-ad26a6c1 -t m1.small --region sa-east-1 --key ${EC2_KEYPAIR_SA_EAST_1} |
us-east-1 |
64-bit |
ebs |
ami-8e0f21e4 |
ec2-run-instances ami-8e0f21e4 -t t1.micro --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
ebs-io1 |
ami-200d234a |
ec2-run-instances ami-200d234a -t m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
ebs-ssd |
ami-f20f2198 |
ec2-run-instances ami-f20f2198 -t m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
hvm |
ami-370c225d |
ec2-run-instances ami-370c225d -t m3.medium --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
hvm-instance |
ami-bb331dd1 |
ec2-run-instances ami-bb331dd1 -t m3.medium --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
hvm-io1 |
ami-f20e2098 |
ec2-run-instances ami-f20e2098 -t m3.medium --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
hvm-ssd |
ami-f50e209f |
ec2-run-instances ami-f50e209f -t m3.medium --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-east-1 |
64-bit |
instance |
ami-b73917dd |
ec2-run-instances ami-b73917dd -t m1.small --region us-east-1 --key ${EC2_KEYPAIR_US_EAST_1} |
us-west-1 |
64-bit |
ebs |
ami-821a6ce2 |
ec2-run-instances ami-821a6ce2 -t t1.micro --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
64-bit |
ebs-io1 |
ami-d31b6db3 |
ec2-run-instances ami-d31b6db3 -t m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
64-bit |
ebs-ssd |
ami-1f1a6c7f |
ec2-run-instances ami-1f1a6c7f -t m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
64-bit |
hvm |
ami-4e1a6c2e |
ec2-run-instances ami-4e1a6c2e -t m3.medium --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
64-bit |
hvm-instance |
ami-ba1b6dda |
ec2-run-instances ami-ba1b6dda -t m3.medium --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
64-bit |
hvm-io1 |
ami-af1b6dcf |
ec2-run-instances ami-af1b6dcf -t m3.medium --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
64-bit |
hvm-ssd |
ami-ae1b6dce |
ec2-run-instances ami-ae1b6dce -t m3.medium --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-1 |
64-bit |
instance |
ami-7f1a6c1f |
ec2-run-instances ami-7f1a6c1f -t m1.small --region us-west-1 --key ${EC2_KEYPAIR_US_WEST_1} |
us-west-2 |
64-bit |
ebs |
ami-823bdde2 |
ec2-run-instances ami-823bdde2 -t t1.micro --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
ebs-io1 |
ami-b43ddbd4 |
ec2-run-instances ami-b43ddbd4 -t m1.small --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
ebs-ssd |
ami-a138dec1 |
ec2-run-instances ami-a138dec1 -t m1.small --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
hvm |
ami-2f06e04f |
ec2-run-instances ami-2f06e04f -t m3.medium --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
hvm-instance |
ami-313bdd51 |
ec2-run-instances ami-313bdd51 -t m3.medium --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
hvm-io1 |
ami-e838de88 |
ec2-run-instances ami-e838de88 -t m3.medium --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
hvm-ssd |
ami-6206e002 |
ec2-run-instances ami-6206e002 -t m3.medium --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
us-west-2 |
64-bit |
instance |
ami-c230d6a2 |
ec2-run-instances ami-c230d6a2 -t m1.small --region us-west-2 --key ${EC2_KEYPAIR_US_WEST_2} |
A full list of available files can be found below.
Name Last modified Size Description
Parent Directory - MD5SUMS 03-Feb-2016 14:49 2.2K MD5SUMS.gpg 03-Feb-2016 14:49 836 SHA1SUMS 03-Feb-2016 14:49 2.5K SHA1SUMS.gpg 03-Feb-2016 14:49 836 SHA256SUMS 03-Feb-2016 14:49 3.1K SHA256SUMS.gpg 03-Feb-2016 14:49 836 tool-version-info.txt 03-Feb-2016 07:45 7.8K ubuntu-15.04-server-cloudimg-amd64-disk1.img 03-Feb-2016 07:38 274M Cloud image for 64-bit computers (QCOW2 disk image file for use with QEMU and KVM) ubuntu-15.04-server-cloudimg-amd64-disk1.vhd.zip 03-Feb-2016 08:54 377M Cloud image for 64-bit computers (HyperV images for use with Microsoft Azure or SCVMM) ubuntu-15.04-server-cloudimg-amd64-kernel-info.txt 03-Feb-2016 07:38 119 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-amd64-lxd.tar.xz 03-Feb-2016 07:38 644 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-amd64-root.tar.gz 03-Feb-2016 07:38 207M Cloud image for 64-bit computers (compressed tar file of /) ubuntu-15.04-server-cloudimg-amd64-root.tar.xz 03-Feb-2016 07:38 133M Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-amd64-uefi1.img 03-Feb-2016 07:38 281M Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-amd64.manifest 03-Feb-2016 07:38 14K Cloud image for 64-bit computers (contents of live filesystem) ubuntu-15.04-server-cloudimg-amd64.ova 03-Feb-2016 07:38 262M Cloud image for 64-bit computers (Open Virtualization Appliance) ubuntu-15.04-server-cloudimg-amd64.ovf 03-Feb-2016 14:48 7.0K Cloud image for 64-bit computers (Open Virtualiztion Format file) ubuntu-15.04-server-cloudimg-amd64.tar.gz 03-Feb-2016 07:38 260M Cloud image for 64-bit computers (Cloud Image/EC2 tarball) ubuntu-15.04-server-cloudimg-arm64-disk1.img 03-Feb-2016 08:12 350M Cloud image for 64-bit ARM computers (QCOW2 disk image file for use with QEMU and KVM) ubuntu-15.04-server-cloudimg-arm64-kernel-info.txt 03-Feb-2016 08:18 119 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-arm64-lxd.tar.xz 03-Feb-2016 08:09 644 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-arm64-root.tar.gz 03-Feb-2016 08:02 194M Cloud image for 64-bit ARM computers (compressed tar file of /) ubuntu-15.04-server-cloudimg-arm64-root.tar.xz 03-Feb-2016 08:09 122M Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-arm64-uefi1.img 03-Feb-2016 08:18 353M Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-arm64.manifest 03-Feb-2016 08:18 14K Cloud image for 64-bit ARM computers (contents of live filesystem) ubuntu-15.04-server-cloudimg-arm64.tar.gz 03-Feb-2016 08:10 333M Cloud image for 64-bit ARM computers (Cloud Image/EC2 tarball) ubuntu-15.04-server-cloudimg-armhf-disk1.img 03-Feb-2016 07:50 350M Cloud image for 32-bit ARMHF computers (QCOW2 disk image file for use with QEMU and KVM) ubuntu-15.04-server-cloudimg-armhf-kernel-info.txt 03-Feb-2016 07:50 126 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-armhf-lxd.tar.xz 03-Feb-2016 07:46 644 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-armhf-root.tar.gz 03-Feb-2016 07:41 191M Cloud image for 32-bit ARMHF computers (compressed tar file of /) ubuntu-15.04-server-cloudimg-armhf-root.tar.xz 03-Feb-2016 07:46 123M Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-armhf.manifest 03-Feb-2016 07:50 14K Cloud image for 32-bit ARMHF computers (contents of live filesystem) ubuntu-15.04-server-cloudimg-armhf.tar.gz 03-Feb-2016 07:48 334M Cloud image for 32-bit ARMHF computers (Cloud Image/EC2 tarball) ubuntu-15.04-server-cloudimg-i386-disk1.img 03-Feb-2016 07:35 275M Cloud image for 32-bit computers (QCOW2 disk image file for use with QEMU and KVM) ubuntu-15.04-server-cloudimg-i386-kernel-info.txt 03-Feb-2016 07:35 117 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-i386-lxd.tar.xz 03-Feb-2016 07:35 644 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-i386-root.tar.gz 03-Feb-2016 07:35 208M Cloud image for 32-bit computers (compressed tar file of /) ubuntu-15.04-server-cloudimg-i386-root.tar.xz 03-Feb-2016 07:35 134M Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-i386.manifest 03-Feb-2016 07:35 14K Cloud image for 32-bit computers (contents of live filesystem) ubuntu-15.04-server-cloudimg-i386.ova 03-Feb-2016 07:35 262M Cloud image for 32-bit computers (Open Virtualization Appliance) ubuntu-15.04-server-cloudimg-i386.ovf 03-Feb-2016 14:49 7.0K Cloud image for 32-bit computers (Open Virtualiztion Format file) ubuntu-15.04-server-cloudimg-i386.tar.gz 03-Feb-2016 07:35 260M Cloud image for 32-bit computers (Cloud Image/EC2 tarball) ubuntu-15.04-server-cloudimg-ppc64el-disk1.img 03-Feb-2016 07:33 282M Cloud image for 64-bit Power Little Endian computers (QCOW2 disk image file for use with QEMU and KVM) ubuntu-15.04-server-cloudimg-ppc64el-kernel-info.txt 03-Feb-2016 07:33 123 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-ppc64el-lxd.tar.xz 03-Feb-2016 07:31 656 Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-ppc64el-root.tar.gz 03-Feb-2016 07:25 214M Cloud image for 64-bit Power Little Endian computers (compressed tar file of /) ubuntu-15.04-server-cloudimg-ppc64el-root.tar.xz 03-Feb-2016 07:31 131M Ubuntu Server 15.04 (Vivid Vervet) released builds [END OF LIFE - For archive refrence-only] ubuntu-15.04-server-cloudimg-ppc64el.manifest 03-Feb-2016 07:33 14K Cloud image for 64-bit Power Little Endian computers (contents of live filesystem) ubuntu-15.04-server-cloudimg-ppc64el.tar.gz 03-Feb-2016 07:32 268M Cloud image for 64-bit Power Little Endian computers (Cloud Image/EC2 tarball) unpacked/ 03-Aug-2016 07:02 -