You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project would incorporate (by reference) the OCI [Code of Conduct](code-of-conduct).
26
+
This project would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct].
27
27
28
28
### Governance and Releases
29
29
This project would incorporate the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.
Copy file name to clipboardExpand all lines: proposals/distribution.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Additional Maintainers to consider:
37
37
38
38
## Code of Conduct
39
39
40
-
This project would incorporate (by reference) the OCI [Code of Conduct](code-of-conduct).
40
+
This project would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct].
41
41
42
42
## Governance and Releases
43
43
@@ -77,7 +77,7 @@ The following scope entries should be removed from the [scope table][scope]:
77
77
78
78
The following entries should be added to the [scope table][scope]:
79
79
80
-
*“Specifying authentication and authorization schemes”.
80
+
*"Specifying authentication and authorization schemes".
81
81
Docker's current registry uses an [extension][token] of the [`Bearer`][rfc6750][auth scheme][rfc7235-s2.1].
82
82
Work on specifying Docker's scheme will continue independently, and is orthogonal to the registry API.
83
83
@@ -87,7 +87,7 @@ The following entries should be added to the [scope table][scope]:
87
87
* Description: Defining protocols for authenticating and authorizing distribution access.
88
88
* Why: As an HTTP-based protocol, clients and servers can negotiate authentication via HTTP's [challenge-response authentication framework][rfc7235-s2.1].
89
89
90
-
*“Creating a reference spec for optional DNS based naming and discovery”.
90
+
*"Creating a reference spec for optional DNS based naming and discovery".
91
91
Discovery and registry protocols are completely separate and do not need to be added together.
92
92
This entry replaces part of the previous “Creating Reference spec for optional DNS based naming & distribution” entry.
93
93
@@ -100,14 +100,14 @@ The following entries should be added to the [scope table][scope]:
100
100
There are many good use cases for DNS based distribution, but not all use cases support this.
101
101
Furthermore, encoding the location of a bundle into the bundle can cause issues with downloads from alternate locations other than the origin specified in the name.
102
102
103
-
*“Specifying a distribution method”.
104
-
This entry replaces part of the previous “Creating Reference spec for optional DNS based naming & distribution” and “Standardizing on a particular Distribution method” entries.
103
+
*"Specifying a distribution method".
104
+
This entry replaces part of the previous "Creating Reference spec for optional DNS based naming & distribution" and "Standardizing on a particular Distribution method" entries.
105
105
106
-
Tag-listing (e.g. “what named manifests are in `library/busybox`?”) endpoints are in scope and required for backwards compatibility with clients.
106
+
Tag-listing (e.g. "What named manifests are in `library/busybox`?") endpoints are in scope and required for backwards compatibility with clients.
107
107
An endpoint for listing image repository names within a registry is considered out of scope for this specification.
108
108
109
109
Managing the grouping of image repository names is considered part of distribution policy or content management, which are out of scope.
110
-
For example, “which image repositories are under `library/`?” is out of scope for this project.
110
+
For example, "Which image repositories are under `library/`?" is out of scope for this project.
111
111
112
112
* What: Specifying a distribution method
113
113
* In/Out/Future: In scope
@@ -116,7 +116,7 @@ The following entries should be added to the [scope table][scope]:
116
116
* Why: This specification will provide one (of possibly many) distribution specifications.
117
117
Alternative distribution specifications may be developed for uses cases not covered by this specification, but defining them is currently out of scope for the OCI.
118
118
119
-
*“Retrieving image content by its content-addressable hash”.
119
+
*"Retrieving image content by its content-addressable hash".
120
120
Docker's registry API already provides [endpoints for fetching manifest objects by digest][get-manifest].
121
121
Docker's registry API does not currently provide endpoints for fetching [image-index][] objects by digest, but this is the project where that will happen.
122
122
@@ -129,7 +129,7 @@ The following entries should be added to the [scope table][scope]:
129
129
130
130
The following entries should remain in the [scope table][scope] but not be addressed by this project:
131
131
132
-
*“Specifying way to attach signatures”.
132
+
*"Specifying way to attach signatures".
133
133
We don't need to address this as part of distribution, because all resources are content-addressable and can be signed in external systems.
This project would incorporate (by reference) the OCI [Code of Conduct](code-of-conduct).
28
+
This project would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct].
29
29
30
30
### Governance and Releases
31
31
This project would incorporate the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.
Copy file name to clipboardExpand all lines: proposals/tools.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Initial maintainers of the image-tools project shall be:
34
34
* Maintainers of the image-spec project
35
35
36
36
### Code of Conduct
37
-
Both of the proposed projects would incorporate (by reference) the OCI [Code of Conduct](code-of-conduct).
37
+
Both of the proposed projects would incorporate (by reference) the OCI [Code of Conduct][code-of-conduct].
38
38
39
39
### Governance and Releases
40
40
Both of the proposed projects would incorporate the Governance and Releases processes from the OCI project template: https://github.com/opencontainers/project-template.
0 commit comments