GET /api/admin/container_images
null user == public (system) image.
GET /api/admin/container_images/{id}
null user == public (system) image.
This is only necessary for images that do not belong to a user (public images).
User's custom images that they have configured in ComputeStacks are automatically pulled on each rebuild.
POST /api/admin/container_images/{id}/pull
GET /api/admin/container_images/{container-image-id}/collaborators
SCHEMA
collaborations
: Array
id
: Integercollaborator
: Object
id
: Integeremail
: Stringfull_name
: StringGET /api/admin/container_images/{container-image-id}/collaborators/{id}
SCHEMA
collaboration
: Object
id
: Stringimage
: Object
id
: Integername
: Stringcollaborator
: Object
id
: Integeremail
: Stringfull_name
: Stringresource_owner
: Object
id
: Integeremail
: Stringfull_name
: StringPOST /api/admin/container_images/{container-image-id}/collaborators
SCHEMA
collaborator
: Object
user_email
: Stringskip_confirmation
: Boolean - Add and activate without email notification.