-
Notifications
You must be signed in to change notification settings - Fork 24
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
Docker runner #72
Docker runner #72
Conversation
3e6d95f
to
05dc5db
Compare
Sorry for the long delay. I've merged changes of docker client from 4.0 to 3.x recently. It was required to avoid parallel support of 2 different docker clients. |
updated eclipse-che/che#2 and this one. |
I've moved docker client and docker machine impl to che-plugins in 4.0 branch. Can you adopt your PR's to that change. |
hi i've updated the structure, but I have an new issue when i'm running a Dockerfile AFTER a rebase on che and che-plugins :
any idea ? |
two '/' are required in the recipe fqn |
there is a bug in runner, master |
Hi, |
Ok... Time to have this merged into 3.11.x |
As we discussed in emails we're OK with that if Florent and Sun Tan agree to support it. |
I'm still OK to support it |
3041ed5
to
4b4462a
Compare
Is this PR up to date? |
Hello, this PR is up to date with what was on plugin-hosted before https://github.com/codenvy/plugins/commit/d303157635f7bb3e7c503f9c214894a5463db5ca. There is a big mess with what was done for moving docker runner to che on branch 4.0: docker runner hasn't been removed from plugin-hosted and "IDEX-2763 Added ui for setting docker credentials" is adding some changes on it instead of doing it on che. We need to clarify this. About changes done on 4.0 (che version) i think @garagatyi should help on cherry-picking any changes done on 4.0 to master. |
Can you make it up to date with master and changes in 4.0? |
This is the status:
Plugin-hosted:
For Che evolutions by @garagatyi to be merged to 3.x, I prefer not to do it because it will take ages for me to understand what each commit is doing what and if it should be merged into 3.x or not. |
Sorry we are not able to delegate this work to @garagatyi at this moment. If you are still interesting in this feature you should provided a full set of changes that need to be done for this moment. Obviously if needed you can involve @garagatyi as an expert. Do you have some concrete list of question that have to be answered? |
Merged in |
Moving docker runner to che from https://github.com/codenvy/plugin-hosted/commit/46a799ba12ca575e7bf138393d9198cb044edd25
Goes with eclipse-che/che#2