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
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,20 @@ In various situations ([2.c, 6.h, 6.j, 6.n](https://www.opencontainers.org/about
32
32
33
33
TOB members can either respond "agree, yes, +1", "disagree, no, -1", or "abstain". A vote passes with two-thirds vote of votes cast. An abstain vote equals not voting at all.
34
34
35
+
## Code of Conduct
36
+
37
+
Participation in the OpenContainers community is governed by [OpenContainer's Code of Conduct][code-of-conduct].
38
+
39
+
## Security
40
+
41
+
If you find an issue, please follow the [security][security] protocol to report it.
This project would incorporate (by reference) the OCI 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.
@@ -47,3 +47,4 @@ It will provide digesting functionality for all present and future versions of t
47
47
A: No. Nothing in this proposal is intended to amend the OCI Charter (https://www.opencontainers.org/about/governance) or OCI Scope Table (https://www.opencontainers.org/about/oci-scope-table).
Copy file name to clipboardExpand all lines: proposals/distribution.md
+10-9Lines changed: 10 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 ([https://github.com/opencontainers/tob/blob/master/code-of-conduct.md](https://github.com/opencontainers/tob/blob/master/code-of-conduct.md)).
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.
134
134
135
135
## Related GitHub Issues
@@ -139,6 +139,7 @@ The following entries should remain in the [scope table][scope] but not be addre
This project would incorporate (by reference) the OCI 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.
@@ -55,3 +55,5 @@ A: There's no versioning of selinux in run. For instance, we fixed something in
55
55
*Q: Who are the other target users of go-selinux?*
56
56
57
57
A: docker, rkt, CRI-O, kubernetes, any other project out there requiring a dedicated selinux library.
Copy file name to clipboardExpand all lines: proposals/tools.md
+3-1Lines changed: 3 additions & 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
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.
@@ -84,3 +84,5 @@ A: Yes. If there is other code or functionality that a contributor believes wou
84
84
**Q: Does this change the OCI Charter or Scope Table?**
85
85
86
86
A: No. Nothing in this proposal is intended to amend the OCI Charter (https://www.opencontainers.org/about/governance) or OCI Scope Table (https://www.opencontainers.org/about/oci-scope-table).
0 commit comments