Custom images are Linux and Unix-like images you import to DigitalOcean. You can create Droplets based custom images, which lets you migrate and scale your workloads without spending time recreating your environment from scratch.
Images you upload to DigitalOcean must meet the following requirements:
Operating system. Images must have a Unix-like OS.
File format. Images must be in one of the following file formats:
.img
) with an MBR or GPT partition tableSize. Images must be 100 GB or less when uncompressed, including the filesystem.
Filesystem. Images must support the ext3 or ext4 filesystems.
cloud-init
. Images must have cloud-init 0.7.7 or higher, cloudbase-init, coreos-cloudinit, ignition, or bsd-cloudinit installed and configured correctly. If your image’s default cloud-init
configuration lists the NoCloud
data source before the ConfigDrive
data source, Droplets created from your image will not function properly.
SSH configuration. Images must have sshd
installed and configured to run on boot. If your image does not have sshd
set up, you will not have SSH access to Droplets created from that image unless you recover access using the Recovery Console.
You can also upload a custom image that meets the above criteria as a compressed gzip or bzip2 file.
You can find cloud-friendly official Unix-like OS images on OpenStack.
To upload an image via the control panel, in the left menu, click Backups & Snapshots, then click the Custom Images tab.
Here, you can upload a custom image in two ways:
You can upload an image file directly by clicking the Upload Image button, which opens a file selector, or by dragging and dropping the image file into the window.
example.com/file.raw
instead of example.com/file.raw?dl=0
).You can enter the URL to an image file by clicking the Import via URL button. In the Upload an Image window that opens, enter the URL of the image you want to use in the text field, then click Next. The control panel supports uploads from HTTP, HTTPS, and FTP URLs.
Using either upload method, the next window that opens prompts you to enter details about your image.
Edit Image Name: This field is pre-filled with the name of the file you uploaded, but you can customize it if you like.
Distribution: You can choose from Arch Linux, Fedora, Ubuntu, CentOS, Debian, or Unknown.
Choose a datacenter region: Your image is located in a single datacenter of your choice at first, and you can transfer custom images to different datacenters after uploading.
Tags (optional): Custom images support tagging. You can add tags to your custom image here or at any time after uploading.
Notes (optional): This is a plain text field you can use to enter any additional notes about your custom image for your use.
After you’ve entered these details, click Upload Image. A progress bar appears on the control panel next to the Upload Image button. If you click on Details above this progress bar, a window appears listing all of your current uploads.
You can click the X next to any in-progress upload to cancel it, or click Cancel Uploads to cancel all current uploads.
Once you have at least one custom image added to your account, you can create a Droplet from a custom image.