-
Notifications
You must be signed in to change notification settings - Fork 481
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
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
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 🎉
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