-
Notifications
You must be signed in to change notification settings - Fork 798
image-layout: clarification #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Antonio Murdaca <[email protected]>
image-layout.md
Outdated
| ./refs | ||
| ./refs/v1.0 | ||
| ./refs/v1.1 | ||
| ./refs/another-ref |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point to have a generic reference. Perhaps it could be something like ./refs/stable-release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can name it as you wish
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed :)
|
besides the feedback from @vbatts this LGTM |
|
one nit, but LGTM |
Signed-off-by: Antonio Murdaca <[email protected]>
1 similar comment
| ``` | ||
|
|
||
| Object names in the refs and blobs MUST NOT include characters outside of the set of "A" to "Z", "a" to "z", the hyphen `-`, the dot `.`, and the underscore `_`. | ||
| Object names in the `refs` and `blobs` MUST NOT include characters outside of the set of "A" to "Z", "a" to "z", the hyphen `-`, the dot `.`, and the underscore `_`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments on this line:
- We should include the digits
0through9. - Aren't the blob filenames already completely specified?
{algo}-{hex-digest}with a defined list of algorithms cannot exceed this set unless we explicitly assign an algorithm an odd tag.
This ref -> descriptor example caption gained "blobs the manifest references" wording with 2f24791 (image-layout.md: explain blobs can be anything, 2016-06-14, opencontainers#136), but I don't see a direct relationship between descriptors and those deeper-ancestor blobs. I think we either want to revert the changes 2f24791 made to this line or drop the line. In this commit I drop the line, because the other points covered by the sentence are already covered in other descriptor docs. And it's pretty clear just from the example command and output that this is showing the content of a ref pointing at a manifest list. Signed-off-by: W. Trevor King <[email protected]>
Fix #132
Fix #134
/cc @vbatts @philips