BaseImageRequest

BaseImageRequest
BaseImageRequest

It contains the information required to create a base image for an organization in a registry

JSON Example
{
    "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"
}
string
name
Required

Name of the base image

string
description
Required

Description of the base image

registry_id
Required

Identifier of the registry

string
container_image
Required

The container image described by REPOSITORY_NAME/IMAGE_NAME:TAG

string
operating_system_id
Required

The operating system id used in the base image

Parameter To