-
Notifications
You must be signed in to change notification settings - Fork 774
config: add annotations #372
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
|
+1 |
|
LGTM but I wonder more and more about the purpose/sanity of this config Antonio Murdaca [email protected] schrieb am Do., 6. Okt. 2016,
|
|
this particular piece is overlapped with #371, as the I'm two ways about it. |
there are annotations in the manifest, but having the same path available for configuration specifc annotations seems logical as well. Signed-off-by: Vincent Batts <[email protected]>
5ace02c to
5e528fb
Compare
|
On Thu, Oct 06, 2016 at 01:40:03AM -0700, Jonathan Boulle wrote:
There is discussion on the conversion process and sanity thereof in But as long as we have an image-spec-specific config based on Docker's |
|
Can we hold on this until post v1.0.0? Is there urgency here? |
|
@philips well, this is discovered as I'm working with folks to have OCI image support, and where to stash their arbitrary data. Can they just make the field themselves and do this? sure. |
|
@vbatts why does it need to be in the config and not the manifest? |
|
only urgency is that it makes more sense in the config, than the manifest. On Mon, Oct 24, 2016 at 3:07 PM, Brandon Philips [email protected]
|
|
even though I want to see this consistency, I'm tagging this for post-v1.0.0. |
|
closing this for now. The config has |
there are annotations in the manifest, but having the same path
available for configuration specifc annotations seems logical as well.
Relates to #371
Signed-off-by: Vincent Batts [email protected]