github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/tests/image/manifest (about)

     1  {
     2      "acKind": "ImageManifest",
     3      "acVersion": "0.8.11",
     4      "name": "coreos.com/rkt-inspect",
     5      "labels": [
     6          {
     7              "name": "version",
     8              "value": "1.30.0"
     9          },
    10          {
    11              "name": "arch",
    12              "value": "@ACI_ARCH@"
    13          },
    14          {
    15              "name": "os",
    16              "value": "@ACI_OS@"
    17          }
    18      ],
    19      "app": {
    20          "exec": [
    21              "/inspect"
    22          ],
    23          "user": "0",
    24          "group": "0",
    25          "workingDirectory": "/",
    26          "environment": [
    27              {
    28                  "name": "VAR_FROM_MANIFEST",
    29                  "value": "manifest"
    30              },
    31              {
    32                  "name": "PATH",
    33                  "value": "/bin"
    34              }
    35          ],
    36          "isolators": [
    37              {
    38                  "name": "resource/memory",
    39                  "value": {
    40                      "request": "25Mi",
    41                      "limit": "25Mi"
    42                  }
    43              },
    44              {
    45                  "name": "resource/cpu",
    46                  "value": {
    47                      "request": "50m",
    48                      "limit": "800m"
    49                  }
    50              }
    51          ],
    52          "mountPoints": [
    53          ],
    54          "ports": [
    55          ]
    56      },
    57      "annotations": [
    58          {
    59              "name": "appc.io/docker/repository",
    60              "value": "whatever"
    61          },
    62          {
    63              "name": "coreos.com/rkt/stage1/run",
    64              "value": "/ex/run"
    65          },
    66          {
    67              "name": "coreos.com/rkt/stage1/enter",
    68              "value": "/ex/enter"
    69          },
    70          {
    71              "name": "coreos.com/rkt/stage1/gc",
    72              "value": "/ex/gc"
    73          },
    74          {
    75              "name": "appc.io/executor/supports-systemd-notify",
    76              "value": "false"
    77          }
    78      ]
    79  }