-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmediaTypeMappings.json
54 lines (54 loc) · 2.41 KB
/
mediaTypeMappings.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"schemaVersion": 1,
"mediaTypes": [
{
"mediaType": "application/vnd.oci.image.config.v1+json",
"title": "OCI Image",
"description": "OCI Image Format",
"icon.svg": "https://github.com/opencontainers/artwork/blob/master/oci/icon/color/oci-icon-color.svg",
"icon.png": "https://github.com/opencontainers/artwork/blob/master/oci/icon/color/oci-icon-color.png",
"moreInfo": "https://www.opencontainers.org/",
"tools": [
{
"title": "OCI Tools",
"installer": "https://github.com/opencontainers/runtime-tools"
}
],
"schemaValidation": "https://github.com/opencontainers/image-spec/blob/master/schema/config-schema.json"
},
{
"mediaType": "application/vnd.cncf.helm.config.v3+json",
"title": "Helm Chart",
"description": "The package manager for Kubernetes",
"icon.svg": "https://github.com/helm/helm/blob/master/docs/logos/helm-blue-vector.svg",
"icon.png": "https://github.com/helm/helm/blob/master/docs/logos/helm_logo_transparent.png",
"moreInfo": "https://helm.sh/",
"tools": [
{
"title": "Helm",
"installer": "https://github.com/helm/helm#install"
}
],
"schemaValidation": "none"
},
{
"mediaType": "application/vnd.deislabs.cnab.config.v1+json",
"title": "CNAB",
"description": "Facilitate the bundling installing and managing of container-native apps",
"icon.svg": "https://github.com/deislabs/cnab.io/blob/master/themes/cnab/static/img/cnab-icon.svg",
"icon.png": "https://github.com/deislabs/cnab.io/blob/master/themes/cnab/static/img/logo.png",
"moreInfo": "https://cnab.io/",
"tools": [
{
"title": "duffle",
"installer": "https://github.com/deislabs/duffle#duffle-the-cnab-installer"
},
{
"title": "docker-application",
"installer": "https://www.docker.com/products/docker-desktop"
}
],
"schemaValidation": "https://github.com/deislabs/cnab-spec/tree/master/schema/oci-config.json"
}
]
}