Ops can integrate with your existing Oracle Cloud Infrastructure account. You can use Ops CLI to create and upload an image in OCI account. Once, you have uploaded image, you can also create an instance with a particular image using CLI.
Pre-requisites
Create an Oracle Cloud Infrastructure account ().
Set up a config file with the required credentials.
Go to User Settings page, whose link should be seen after clicking on profile avatar in top navigation bar.
Click on API Keys link.
Click on Add API Key button. A modal with further instructions will appear.
Download the private key.
Click on Add button. You should see a configuration preview in the modal.
Copy configuration preview content to ~/.oci/config file in your machine. Create the directory .oci in your home folder if it does not exist yet.
Update the key_file in OCI configuration file with the path of the file you downloaded in step 4.
Setup a bucket in your OCI account to receive your images.
Access Object Storage page.
Click on Create Bucket button.
Access bucket details page and copy Namespace value to ops configuration file.