Creating a Community Application
Use Marketplace to create a community application to share and manage a custom image.
Open a command prompt and run
oci marketplace publication create
to create a new community application:oci marketplace publication create --compartment-id <target_compartment_id> --name '<publication_name>' --short-description '<short_application_description>' --contact-name '<name_of_support_contact>' --contact-email '<email_of_support_contact>' --image-id <custom_image_OCID> --terms-of-use '<text_of_application_terms_of_use>'
For example:
oci marketplace publication create --compartment-id ocid1.compartment.oc1..example1example25qrlpo4agcmothkbgqgmuz2zzum45ibplooqtabwk3zz --name 'My Best Application' --short-description 'This application will change your life.' --contact-name 'John Doe' --contact-email 'john@example.com' --image-id ocid1.image.oc1.phx.exampleanquwmne2sptdsemm32pmp4faux7yah44sndcjocyfcvbgzvft77a --terms-of-use 'I agree to use this software at my own risk.'
Avoid entering confidential information.
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.