-
Notifications
You must be signed in to change notification settings - Fork 652
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
[README] Add a should #323
Conversation
Signed-off-by: Lei Jitang <[email protected]>
I don't think we need this. The “sufficient information” line guides |
@wking I'm not sure if this is need or not
to support this UX, the OCI Image should contains sufficient information. If Image doesn't contain some information such as |
On Sun, Sep 18, 2016 at 06:29:40PM -0700, Lei Jitang wrote:
I agree in prinicple that this is a worthy goal. However, SHOULD |
I once open a issue for this #218 , and @philips answered my question
From what I understanding, not all the image MUST support that UX, but if the image support that UX, it should contains sufficient information. |
On Sun, Sep 18, 2016 at 11:35:01PM -0700, Lei Jitang wrote:
If the image wants to support that UX, it MUST contain entrypoint, On the other hand, a bit of handwaving around an informative hint |
@wking
If we want drop the |
On Mon, Sep 19, 2016 at 07:03:24PM -0700, Lei Jitang wrote:
Agreed, which is why I want to stay away from “SHOULD”.
I think the sentance was fine how it was, but am open to other The OCI Image Format supports this UX by defining configuration which is more clearly a guiding principle for developing the spec and |
@coolljt0725 this "should" seems to be an enforcement on the spec itself, not something enforcing on implementers. Perhaps this is not needed? |
@vbatts Yes, it's on the spec itself |
Signed-off-by: Lei Jitang [email protected]
To support the UX describe above, OCI Image Format
should
contains sufficient information.