Create Base Image
Create a new private base image in a registry for the organization
{
"name": "Debian 11",
"description": "Debian 11 base image",
"registry_id": "549cfa79-352c-4555-9d28-4442de551829",
"container_image": "base-images/debian:buster",
"operating_system_id": "2a4ed7c4-e94f-4cb5-a567-eae98e8efc49"
}
Name of the base image
Description of the base image
Identifier of the registry
The container image described by REPOSITORY_NAME/IMAGE_NAME:TAG
The operating system id used in the base image
The base image has been created
Response Headers
Url to request the base image that has been created.
An error related to the request
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to create new base image
"Error403 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"container_image:"string","description:"string","name:"string","operating_system_id:"string","registry_id:"string"}' https://{api_host}/v1/base-images