-
Notifications
You must be signed in to change notification settings - Fork 40
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
The container name should be configurable #51
Comments
Try setting |
yes, that fixed my issue on circleci! I already set it to true but didn't test it again... Anyway, do you think to make the container name configurable is a common use case? |
Have you tried setting the tag? |
yes, the tag has no influence on the container name. Repo.java#L91 |
Ok. I see what your getting at. Should be easy to update Conf.java to provide an optional container name. Maybe something like:
Fancy being an awesome OSS contributor? |
Ok. Please try latest SNAPSHOT. |
Nice, that was fast! Thanks! |
Use case: When you have multiple maven profiles to build a differently configured image it should be possible to start the containers side by side ... or because of problems with the circleci build because the tests run against a mysql and postgres database container ;)
I know this is more an issue of circleci but it would be a nice feature anyway and of course a workaround for the circleci limitation...
The text was updated successfully, but these errors were encountered: