-
Notifications
You must be signed in to change notification settings - Fork 644
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
- initial docker-compose support #384
Conversation
Signed-off-by: Jae Gangemi <jgangemi@gmail.com>
ugh - i feel like this poor thing is languishing... |
No, not really ;-) I'm already integrating it, however was stuck with some other work. Little by little, the bird builds its nest ... |
that's wonderful news! sorry i've been more or less missing in action, i just haven't been able to find any free time to devote here which makes me sad b/c i love this project. hopefully soon though b/c we are starting to use the plugin more and more at the day job. |
We would like to generate docker-compose.yml. Any idea when you can close this ? |
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
what ever happened w/ this? |
the bird was tired :). not forgotten, just late. the Duke-Nukem-forever PR, sorry. I won't get into it before the end of the month because of having to give some talks and going to conferences next week. but the pr bubbles up in my prio list. please keep poking me .... sorry. |
Was a bit of a work because package has been renamed in the meantime to io.fabric8. Also started to restructure the config handling to be more flexible and extensible for new config handlers. The test are not yet running because the juse mockito which has been removed in the meantime. We are using jmockit as unique Mocking framework now. Story to be continued ...
Was a bit of a work because package has been renamed in the meantime to io.fabric8. Also started to restructure the config handling to be more flexible and extensible for new config handlers. The test are not yet running because the juse mockito which has been removed in the meantime. We are using jmockit as unique Mocking framework now. Story to be continued ...
@jgangemi next baby step. No, its a bigger one: I just rebased it to the current branch (was a bit of a work because package names has changed). And did some adaptions. Test are not yet running because I remove one (of two) mocking frameworks, and this was Mockito ;-) (using jmockit right now). One thought about the 'extended' configuration for stuff which is not available in the compose file. I'd like to avoid reusing the existing image configuration for this as a background objects, because thats becomes too complex and you dont know which part of the My ideal solution would be to 'extend' docker-compose.yml about the things we have in addition. Hopefully this is possible (so that compose ignores our stuff). If this is not possible, then we add the extra stuff as key-value pairs in the configuration. I want to keep the external configuration configuration :-) as plain as possible, without nested structures so that it is kept 'slim'. I pushed my changes to branch |
meh, i find being able to extend if we assume it's not possible to augment the i'll try and take a look in the coming days - i have some sprint work slated at the day job based around the plugin. |
Signed-off-by: Roland Huß <roland@ro14nd.de>
Signed-off-by: Roland Huß <roland@ro14nd.de>
- Introduced a DeepCopy which can be used to initialize builders - Worked on the docs Signed-off-by: Roland Huß <roland@ro14nd.de>
Thanks a lot for that. I hope I will be able to test it soon. We are using 0.16.2 for now |
now from the correct repository... :)
Signed-off-by: Jae Gangemi jgangemi@gmail.com