Importing the Debian 12 Cloud Image into Oracle Cloud Infrastructure
Overview This guide walks through importing the official Debian 12 (Bookworm) generic cloud image into Oracle Cloud Infrastructure (OCI) as a custom image, and launching a compute instance from it. As of now, OCI don't have native platform images for Debian Linux. But in some scenarios, we need to use the Debian Linux image for application deployment. However, Debian is listed as a supported Linux or UNIX-like Operating System on OCI - https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/importingcustomimagelinux.htm Source image used in this walkthrough: https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-generic-amd64.qcow2 ⚠️ This demonstration is performed in a personal OCI tenancy using test resources only. No customer data, environments, or screenshots are used. High-level flow: • Download the qcow2 in OCI Cloud Shell • Stage the qcow2 in ...