github.com/blixtra/rkt@v0.8.1-0.20160204105720-ab0d1add1a43/tests/image/manifest (about)

     1  {
     2      "acKind": "ImageManifest",
     3      "acVersion": "0.7.4",
     4      "name": "coreos.com/rkt-inspect",
     5      "labels": [
     6          {
     7              "name": "version",
     8              "value": "1.0.0"
     9          },
    10          {
    11              "name": "arch",
    12              "value": "amd64"
    13          },
    14          {
    15              "name": "os",
    16              "value": "linux"
    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": "coreos.com/rkt/stage1/run",
    60              "value": "/ex/run"
    61          },
    62          {
    63              "name": "coreos.com/rkt/stage1/enter",
    64              "value": "/ex/enter"
    65          },
    66          {
    67              "name": "coreos.com/rkt/stage1/gc",
    68              "value": "/ex/gc"
    69          }
    70      ]
    71  }