Skip to content
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

How can i deploy docker image (Python) in Eclipse Che Workspace #16111

Closed
ChiragDosi opened this issue Feb 24, 2020 · 5 comments
Closed

How can i deploy docker image (Python) in Eclipse Che Workspace #16111

ChiragDosi opened this issue Feb 24, 2020 · 5 comments
Labels
kind/question Questions that haven't been identified as being feature requests or bugs. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach

Comments

@ChiragDosi
Copy link

Hello,
I have an Docker image and i want to run it on workspace so can i achieve that ??
I have created the workspace and cloned the repo from terminal to the workspace and now i can see the repo including all the files (Docker file also) but how i can make this docker image run ??

Please let me know if anyone can help please.

Thanks

@ChiragDosi ChiragDosi added the kind/question Questions that haven't been identified as being feature requests or bugs. label Feb 24, 2020
@che-bot che-bot added the status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. label Feb 24, 2020
@ibuziuk
Copy link
Member

ibuziuk commented Feb 24, 2020

@ChiragDosi docker build functionality is currently not supported, but we are planning to provide a similar functionality via buildah / podman. @ericwill is it smth. that in the backlog of the plugins team? maybe you can shed some light on this question

@ibuziuk ibuziuk added status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach and removed status/need-triage An issue that needs to be prioritized by the curator responsible for the triage. See https://github. labels Feb 24, 2020
@ericwill
Copy link
Contributor

I believe this is something you would need the Kubernetes plugin for, it supports building/running docker containers. Just FYI, we are currently working on an issue that affects building dockerfiles (#15035).

@ChiragDosi
Copy link
Author

I believe this is something you would need the Kubernetes plugin for, it supports building/running docker containers. Just FYI, we are currently working on an issue that affects building dockerfiles (#15035).

Ok thanks @ibuziuk and @ericwill but how i can use K8s plugin to deploy the docker image as i am using only one workspace for this and k8s cluster is not configured so kindly please let me know how i can achieve this ?? Thanks

@ericwill
Copy link
Contributor

If you have a remote cluster set-up in the cloud (Azure, Amazon, etc.) you can use that. Otherwise, the workflow is to have a local Kubernetes cluster set up, which can then be injected into a running Che workspace. The app that's built via the Kubernetes plugin will be deployed to that local cluster.

You can find some docs about it here: https://github.com/azatsarynnyy/blog-files/blob/master/k8s-plugin/try.md#setting-up-the-access-to-the-local-cluster-from-che-workspace

@che-bot
Copy link
Contributor

che-bot commented Sep 9, 2020

Issues go stale after 180 days of inactivity. lifecycle/stale issues rot after an additional 7 days of inactivity and eventually close.

Mark the issue as fresh with /remove-lifecycle stale in a new comment.

If this issue is safe to close now please do so.

Moderators: Add lifecycle/frozen label to avoid stale mode.

@che-bot che-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 9, 2020
@che-bot che-bot closed this as completed Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Questions that haven't been identified as being feature requests or bugs. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach
Projects
None yet
Development

No branches or pull requests

4 participants