This repository was archived by the owner on Feb 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 878
stage0/app-add: CLI args should override image ones #3566
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Author
|
This introduces a minor CLI breaking change for
|
20 tasks
Member
Author
|
An alternative path here is to just change the app-add behavior for the moment, announce the behavioral change for run on the ML and switch it later (eg. in 2 release cycles). |
Contributor
|
Since this is mostly needed for CRI/rktlet I am voting for announcing this breaking change for |
59280ab to
9c7a66f
Compare
Member
Author
|
Ack. I dropped the run part out of here, so now this only changes app-add behavior. PTAL. |
s-urbaniak
approved these changes
Jan 30, 2017
Contributor
s-urbaniak
left a comment
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.
LGTM on green
Contributor
|
I'll take "stupid slice tricks for $200, Alex". Nice. |
This commit uniforms app args and exec command, so that in both cases CLI parameters always override image ones.
9c7a66f to
aa4e4bf
Compare
Member
Author
|
(re-pushed as CI hooks didn't trigger) |
Contributor
|
ok to test |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit uniforms app args and exec command, so that in both cases
CLI parameters always override image ones.