PlatformServiceImageInfoedit

The docker image that is used to run a service.

Propertiesedit

hash (string, required)

Image hash code

Example: "sha256:04a5be1ab07de64269ffa52da26044e0ecc36fa1164e7914468e69d65a2090d4"

id (string, required)

Id of runner that hosts the container

Example: "docker.elastic.co/elastic-cloud-enterprise:1.0.0-GA"

tag (string, required)

Image tag

Example: "docker.elastic.co/elastic-cloud-enterprise:1.0.0-GA"

version (string, required)

Version of service

Example: "1.0.0-GA"

Exampleedit

{
   "hash" : "string",
   "id" : "string",
   "tag" : "string",
   "version" : "string"
}