Skip to content
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

*: Catch up with refs/ removal (remove RefsRegexp, etc.) #561

Merged
merged 2 commits into from
Feb 8, 2017

Conversation

wking
Copy link
Contributor

@wking wking commented Feb 8, 2017

Two minor fixups in the wake of #533. Details in the commit messages (which I'm happy to split out into separate PRs if folks want).

The restriction on names was removed by 0556a6b (image-layout:
./refs/ -> index.json, 2017-01-26, opencontainers#533) and the replacement
(org.opencontainers.ref.name) has no equivalent limitation.

Signed-off-by: W. Trevor King <[email protected]>
image-layout.md Outdated
@@ -58,7 +58,7 @@ A blob, referenced with digest `<alg>:<hex>` (per [descriptor](descriptor.md#dig
The character set of the entry name for `<hex>` and `<alg>` MUST match the respective grammar elements described in [descriptor](descriptor.md#digests-and-verification).
For example `sha256:5b` will map to the layout `blobs/sha256/5b`.

The blobs directory MAY contain blobs which are not referenced by any of the refs.
The blobs directory MAY contain blobs which are not referenced by any of the [refs](indexjson-file).
Copy link
Member

@mikebrow mikebrow Feb 8, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"indexjson-file?"

Ah I think you wanted "image-layout.md#indexjson-file" or is this a placeholder for another file link yet to come?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Fixed with 9b434a7de2f01d.

To make it clear what they are now that we have no "Refs" section
(which was removed in 0556a6b, image-layout: ./refs/ -> index.json,
2017-01-26, opencontainers#533).

Signed-off-by: W. Trevor King <[email protected]>
@stevvooe
Copy link
Contributor

stevvooe commented Feb 8, 2017

LGTM

Approved with PullApprove

1 similar comment
@vbatts
Copy link
Member

vbatts commented Feb 8, 2017

LGTM

Approved with PullApprove

@vbatts vbatts merged commit e4c7ecd into opencontainers:master Feb 8, 2017
@vbatts vbatts mentioned this pull request Feb 10, 2017
@wking wking deleted the no-refs-catchup branch February 16, 2017 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants