-
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
Unable to spin up a workspace using local Docker image #4435
Comments
related to #4197 |
@benoitf This is kind of a blocker for me as I'm not able to test new stacks. Can you suggest me an older version that might not have this issue? |
@dharmit AFAIK there is no older version without that issue. |
@dharmit as a workaround use recipe not image. Here's an example - https://github.com/codenvy/artik/blob/master/assembly/assembly-main/src/assembly/stacks/stacks.json#L36-L40 |
@dharmit did the workaround I suggested work for you? |
@eivantsov I ended up building the image and pulling it from |
Yes, I will close the issue then |
After starting up a Che server by following these steps, when I try to spin up a workspace using local Docker image, it fails with image not found error
Reproduction Steps:
che.properties
file at/eclipse/instance/data/conf/che.properties
to haveche.docker.always_pull_image=false
so that locally existing container images get preference/data/instance
is not set. So I exec'd into the container and checked for:OS and version:
CentOS Linux 7.3.1611
Diagnostics:
cc: @l0rd
The text was updated successfully, but these errors were encountered: