github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/stage1/aci/aci-manifest.in (about)

     1  {
     2      "acKind": "ImageManifest",
     3      "acVersion": "0.8.11",
     4      "name": "@RKT_STAGE1_NAME@",
     5      "labels": [
     6          {
     7              "name": "version",
     8              "value": "@RKT_STAGE1_VERSION@"
     9          },
    10          {
    11              "name": "arch",
    12              "value": "@RKT_STAGE1_ARCH@"
    13          },
    14          {
    15              "name": "os",
    16              "value": "linux"
    17          }
    18      ],
    19      "annotations": [
    20          {
    21              "name": "coreos.com/rkt/stage1/run",
    22              "value": "/init"
    23          },
    24          {
    25              "name": "coreos.com/rkt/stage1/enter",
    26              "value": "@RKT_STAGE1_ENTER@"
    27          },
    28          {
    29              "name": "coreos.com/rkt/stage1/gc",
    30              "value": "/gc"
    31          },
    32          {
    33              "name": "coreos.com/rkt/stage1/stop",
    34              "value": "@RKT_STAGE1_STOP@"
    35          },
    36          {
    37              "name": "coreos.com/rkt/stage1/app/add",
    38              "value": "/app_add"
    39          },
    40          {
    41              "name": "coreos.com/rkt/stage1/app/rm",
    42              "value": "/app_rm"
    43          },
    44          {
    45              "name": "coreos.com/rkt/stage1/app/start",
    46              "value": "/app_start"
    47          },
    48          {
    49              "name": "coreos.com/rkt/stage1/app/stop",
    50              "value": "/app_stop"
    51          },
    52          {
    53              "name": "coreos.com/rkt/stage1/attach",
    54              "value": "/attach"
    55          },
    56          {
    57              "name": "coreos.com/rkt/stage1/interface-version",
    58              "value": "6"
    59          }
    60      ]
    61  }