eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.96k stars 1.19k forks source link

Workspace does not start from 'Bitnami Codeigniter' stack on dashboard #3173

Closed artaleks9 closed 7 years ago

artaleks9 commented 7 years ago

I try to create a template project from stack library 'Bitnami Codeigniter', but the workspace agent does not start.

Reproduction Steps:

Expected behavior:

Observed behavior:

Che version: 5.0.0-M8 OS and version: Ubuntu 14.04
Docker version: 1.12 Che install: Docker container

Additional information:

riuvshin commented 7 years ago

@slemeur Hey can you please talk to those guys why they removed that tag?

slemeur commented 7 years ago

@riuvshin Could you precise what tag you are thinking about? (also it works on nightly...)

@amrecio: Could you please give a look on this problem?

ashumilova commented 7 years ago

Tag is mentioned at the end of the error message - che-3.1.2-r2

riuvshin commented 7 years ago

@slemeur you can see it on screenshot

slemeur commented 7 years ago

yes the tag is not present on dockerhub indeed. @amrecio should we change to use another version? che-3.1.0-r9 ?

amrecio commented 7 years ago

According to the screenshot attached to the bug report, the tag seems to be bitnami/che-codeigniter:che-3.1.0-r2 (not che-3.1.2-r2, as mentioned later). However, I can see che-3.1.0-r2 on Docker Hub (here) and it also works for me using Docker:

$ docker pull bitnami/che-codeigniter:che-3.1.0-r2
che-3.1.0-r2: Pulling from bitnami/che-codeigniter
862a3e9af0ae: Already exists
6498e51874bf: Already exists
...
f7073243f352: Pull complete
Digest: sha256:b2026b5df9ed27ac3090e61f2b28c78159f88a20e9ec11a68396286349645806
Status: Downloaded newer image for bitnami/che-codeigniter:che-3.1.0-r2

BTW, the tag che-3.1.0-r9 is the correct one for Che 5.0.0, and it's the one in master. Why is version 5.0.0-M8 trying to use an older tag?

riuvshin commented 7 years ago

@slemeur @ashumilova can you please update tag to che-3.1.0-r9 ?

ashumilova commented 7 years ago

@artaleks9 the tag bitnami/che-codeigniter:che-3.1.0-r2 works fine on my side on codenvy.io. And also works on nightly with bitnami/che-codeigniter:che-3.1.0-r9. So if you cannot reproduce as well, please, close the issue.

artaleks9 commented 7 years ago

Right now the bug is not reproduce.