Provides a nightly image for che-theia image on branch 7.0.0
See original GitHub issueDescription
There is a 7.0.0
branch in che-theia for stabilizing che/theia used for 7.0.0 GA
but AFAIK there is no nightly image built from that branch so any new commit to 7.0.0
is not used on che master branch (7.0.0 branch)
So if the tag is only occurring at the end it might not work at all and people are not using the latest state.
Before che:master was using che-theia:next but it can’t be the case anymore as process it to have something as stable as possible.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
Put `nightly` che-plugin-registry back to the helm charts · Issue ...
We need to make sure, nightly is back there, once the latest nightly image (which would contain che-theia:7.0.0) is built.
Read more >How to build Che Theia image with my own changes?
The sources of eclipse/che-theia is located here. After the changes are made, you need to rebuild the image with the following command: ...
Read more >CHANGELOG.md · feb18ac7fc7e4c997483d0a86afd15eb4010f22e ...
#14537 (sunix); Provide an ability to create workspaces from factories per user ... Set all image version to the 7.0.0 to align it...
Read more >Eclipse Che
Che manages dependencies and builds the project with Apache Maven. Docker is used to provide container images that contain Che and all its...
Read more >@eclipse-che/theia-factory-plugin - npm
The code has been moved to https://github.com/eclipse/che-theia/tree/ ... Build the needed "mydockerorg/che-theia:nightly" image with using ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think we can close this issue,
che-theia:7.0.0-next
is updated on each commit in che-theia 7.0.0 branch, so we don’t need to havenightly
image.@vparfonov for tagged versions we replace aliases by the real versions so latest inside 7.0.0 will still have 7.0.0 everywhere ( a tag is a fixed name) but SNAPSHOT, nightlies, etc, all are for development purpose.
if you use ‘latest’ then you’ve the latest stable version of che, latest stable version of theia, etc and for testing you would have the testing version of che, etc if you use nightly then you should have nightlies everywhere, etc.