Share feedback
Answers are generated based on the documentation.

Schema

layer

Type: object

digest

Type: string | null

image layer digest
All schema constraints and annotations
{
  "description": "image layer digest",
  "type": [
    "string",
    "null"
  ]
}
instruction

Type: string

Dockerfile instruction
All schema constraints and annotations
{
  "description": "Dockerfile instruction",
  "type": "string"
}
size

Type: integer

size of the layer
All schema constraints and annotations
{
  "description": "size of the layer",
  "type": "integer"
}
All schema constraints and annotations
{
  "properties": {
    "digest": {
      "description": "image layer digest",
      "type": [
        "string",
        "null"
      ]
    },
    "instruction": {
      "description": "Dockerfile instruction",
      "type": "string"
    },
    "size": {
      "description": "size of the layer",
      "type": "integer"
    }
  },
  "type": "object"
}