BaseImage

BaseImage
BaseImage

It contains information about the base image used for an application

JSON Example
{
    "id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
    "name": "Debian 11",
    "description": "Debian 11 base image",
    "container_image": "docker.io/library/debian:11",
    "operating_system": {
        "id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
        "name": "Centos 7",
        "distro": "centos",
        "version": "7"
    },
    "healthy": true,
    "last_checked_at": "2023-03-03T00:59:52.762Z"
}
string
id
Required

Identifier of the base image

string
name
Required

Name of the base image

string
description
Optional

Description of the base image

string
container_image
Required

Container image used

operating_system
Optional

Base Operating System information

boolean
healthy
Optional

Health of a base image

string As date-time As date-time
last_checked_at
Optional

The date-time when healthiness was last checked at for a base image