-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathspecs.yaml
58 lines (52 loc) · 1.4 KB
/
specs.yaml
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
55
56
57
58
# This file holds shared metadata for a directory of specs
image-spec:
name: Image Spec
group: Open Containers Initiative (OCI)
github_repo: opencontainers/image-spec
default_version: v1.0.1
versions:
- v1.0.1
# Courtesy list of pages relative to site root to link
pages:
- image-spec/
- image-spec/annotations/
- image-spec/config/
- image-spec/considerations/
- image-spec/conversions/
- image-spec/descriptor/
- image-spec/image-index/
- image-spec/image-layout/
- image-spec/layer/
- image-spec/manifest/
- image-spec/media-types/
distribution-spec:
name: Distribution Spec
group: Open Containers Initiative (OCI)
github_repo: opencontainers/distribution-spec
default_version: v1.0.0
versions:
- v1.0.0
pages:
- distribution-spec/
- distribution-spec/conformance/README/
- distribution-spec/content-negotiation/
- distribution-spec/detail/
runtime-spec:
name: Runtime Spec
group: Open Containers Initiative (OCI)
github_repo: opencontainers/runtime-spec
default_version: v1.0.2
versions:
- v1.0.2
pages:
- runtime-spec/
- runtime-spec/bundle/
- runtime-spec/config-linux/
- runtime-spec/config/
- runtime-spec/config-solaris/
- runtime-spec/config-vm/
- runtime-spec/config-windows/
- runtime-spec/glossary/
- runtime-spec/principles/
- runtime-spec/runtime-linux/
- runtime-spec/runtime/