Reputation: 799
I see only debian and RHEL images listed... What if I want to run ubuntu 12.04 or something else? Is there a way to bring up a debian instance and install ubuntu 12.04 on top of it and make my own image?
Upvotes: 4
Views: 1224
Reputation: 8178
For Ubuntu specifically, Canonical and Google now provide GCE images for Ubuntu.
You can find more information on how to spin up instances using these images in the GCE documentation.
Upvotes: 1
Reputation: 2536
Google offers images for Debian 7, CentOS 6, Red Hat Enterprise Linux 6 and SUSE Linux Enterprise Server 11. Windows Server 2008 R2 is coming soon
You can also build you own images
Upvotes: 0
Reputation: 4688
Since the General Availability launch, it is possible to use standard kernels with Compute Engine.
Paul Rashidi has posted detailed steps for creating a FreeBSD image. You should be able to create an Ubuntu image from scratch by following similar steps.
If you'd like to modify an existing image, here are detailed steps for creating a custom image.
Upvotes: 5