summaryrefslogtreecommitdiff
path: root/x86_64-generic-morph-cache-server-system.morph
blob: a170b49cefa8d6967b643ea32e8ef59833196bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "name": "x86_64-generic-morph-cache-server-system",
    "description": "A system that will be able to provide a remote repository or artifact cache for morph, designed to run on the 64-bit x86 architecture.",
    "kind": "system",
    "system-kind": "syslinux-disk",
    "arch": "x86_64",
    "disk-size": "500m",
    "strata": [
        {
            "morph": "x86_64-generic-bsp",
            "repo": "baserock:morphs",
            "ref": "master"
        },
        {
            "morph": "foundation",
            "repo": "baserock:morphs",
            "ref": "master"
        },
        {
            "morph": "morph-cache-server",
            "repo": "baserock:morphs",
            "ref": "master"
        }
    ]
}