-
Notifications
You must be signed in to change notification settings - Fork 694
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
schema: urls optimization #567
Conversation
schema/defs-image.json
Outdated
@@ -11,6 +11,14 @@ | |||
"type": "string", | |||
"pattern": "^[a-z0-9_+.-]+:[a-f0-9]+$" | |||
}, | |||
"urls": { |
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.
This should be centralized in the descriptor type, not the image type.
1d23619
to
e9c947e
Compare
83d9585
to
20ad7f7
Compare
Needs a rebase. |
@jbouzane, I see you approved this PR, but PullApprove doesn't count that as a LGTM unless you use their v2 config (which we aren't). If folks want to switch to a v2 config, I've taken a stab at one in opencontainers/project-template#29 and am happy to land any pieces of that in whatever repository folks want if they don't want to land it in project-template. Until that happens, you should probably stick to LGTM/Rejected/etc. comments if you want PullApprove to notice. |
Signed-off-by: zhouhao <[email protected]>
Signed-off-by: zhouhao <[email protected]>
updated,PTAL |
Signed-off-by: zhouhao [email protected]