bake(compose): allow dot in target name#1011
Conversation
d7cd766 to
8f61bfb
Compare
|
I don't really like this. This is ambiguous to the Maybe for compose we could always replace |
Sgtm as internal naming but we still display |
It might be better if we don't. Makes it clear that you can't use it in |
I was thinking of users that are using |
It shouldn't matter unless they start to parse the output and make some decisions about it. If they use it as input to other bake commands then all should work as expected. |
|
I'd like this as currently I'm using version numbers in some target names and lack of Replacing with another char opens up a different set of ambiguities I think? What if I have targets called It may make sense to escape dots in target names in the various places (e.g. |
If they are considered the same then they are merged. |
8f61bfb to
11f3312
Compare
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
11f3312 to
7ef679d
Compare
|
fix is incorrect imho. If I have a compose file to declare |
|
Detecting the conflict case sgtm |
follow-up #1018
fixes #1009
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com