-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 box 'boxcutter/centos72-docker' could not be found #2379
Comments
@paco-cruz-iesbelen - grumble. It does seem that this particular docker image has been removed. We'll need to revamp the Dockerfile to use a base image and we'll do a fresh install of Docker into it. If you don't mind me asking - is there value in the Vagrant image for Che? Given that we have the Che launcher which launches it as a docker container, isn't that approach even simpler? Would it make sense for us to consider phasing out the Vagrantfile approach and only supporting the Docker container approach? |
@paco-cruz-iesbelen catch it config.vm.box = "andrewhk/centos72-docker" |
@TylerJewell the value for me is simple human laziness :-) I happen to have vagrant already installed, someone passed me a link and I tried the easiest route, that's all. Nevertheless, the image from @humb1t is up and running OK. |
@humb1t the image is up and running OK. Thanks a lot! :-) |
I was thinking that perhaps it would be appropriate to either edit the page at https://www.eclipse.org/che/getting-started/download/ and remove the reference to vagrant, or to update http://github.com/eclipse/che/blob/master/Vagrantfile with a correct image to avoid others getting the same error I had. |
The issue needs to remain open as other users will encounter the problem. We are tempted to remove Vagrant installation entirely - and only support Docker installation approach. It's cleaner and faster. |
PR to fix: #2388. Also requires 4.7.1 which has a critical bug fix about running Che in a container while inside of a VM. 4.7.1 release will happen within the next 24 hours. |
Fixed and merged - 4.7.2 was released this morning. |
I am following instructions from https://www.eclipse.org/che/getting-started/download/ to install Eclipse Che using vagrant in OS X El Capitán
Receive error message:
I have browsed https://atlas.hashicorp.com/boxcutter and I cannot find any other xxxx-docker box to put in the Vagrantfile.
Any hint? :-)
The text was updated successfully, but these errors were encountered: