question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItΒ collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rework che-theia remote plugin images

See original GitHub issue

This is sub task of #13387

To complete #13387 we need to rewrite current, alpine based, images. And also provide new optional UBI based images for each of remote plugin. Name of the UBI based docker file will be: Dockerfile.ubi

All work on rewriting images are doing in https://github.com/eclipse/che-theia/tree/reworkImages branch

Current state:

Image name Current(Alpine) RHCC based Rewriter Req CRW 2 Req CRW 2+
eclipse/che-remote-plugin-runner-java8 βœ… βœ… βœ…
eclipse/che-remote-plugin-runner-java11 βœ… βœ… βœ…
eclipse/che-remote-plugin-php7 βœ… ❌ Oleksandr βœ…
eclipse/che-remote-plugin-go-1.10.7 βœ… ❌
eclipse/che-remote-plugin-go-1.11.5 ❌ ❌ (RHCC has 1.11.5) βœ…
eclipse/che-remote-plugin-go-1.12.9 βœ… ❌ Oleksandr
eclipse/che-remote-plugin-clang-8 βœ… ❌ βœ…
eclipse/che-remote-plugin-python-3.7.3 βœ… βœ…
eclipse/che-remote-plugin-python-3.7.4 βœ… βœ… βœ…
eclipse/che-remote-plugin-dotnet-2.1.509 ❌ ❌ (RHCC has 2.1.509) βœ…
eclipse/che-remote-plugin-dotnet-2.2.105 βœ… ❌
eclipse/che-remote-plugin-kubernetes-tooling-0.1.17 βœ… βœ…
eclipse/che-remote-plugin-kubernetes-tooling-1.0.0 βœ… βœ… βœ…
eclipse/che-remote-plugin-kubernetes-tooling-1.0.4 ? ? ?
eclipse/che-remote-plugin-openshift-connector-0.0.17 βœ… βœ…
eclipse/che-remote-plugin-openshift-connector-0.0.21 βœ… βœ…
eclipse/che-remote-plugin-openshift-connector-0.1.0 βœ… βœ… βœ…
eclipse/che-remote-plugin-dependency-analytics-0.0.12 βœ… ❌
eclipse/che-remote-plugin-dependency-analytics-0.0.13 βœ… ❌ βœ…
eclipse/che-remote-node(new for typescript) βœ… βœ… @AndrienkoAleksandr βœ…
eclipse/che-remote-plugin-camelk-0.0.9 βœ… ❌

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
nickboldtcommented, Oct 11, 2019

Ah, I see the WIP is in https://github.com/eclipse/che-theia/tree/reworkImages/dockerfiles/ rather than master branch.

I also see that we’re not following the existing convention of using rhel.Dockerfile or Dockerfile.rhel, but have created another convention for Dockerfile.rh.

Can I suggest refactoring those to rhel.Dockerfile for two reasons?

a) consistency with other builds like the plugin/devfile registries b) using .Dockerfile suffix means you can get linting and code completion in VSCode automatically.

@benoitf WDYT?

0reactions
evidolobcommented, Oct 30, 2019

We are done with this issue.

Note: We decided to delete rhel.Dockerfile files as some of them was based on non public images (RHCC). It is not match sense to have it it OSS project.

Read more comments on GitHub >

github_iconTop Results From Across the Web

eclipse/che-remote-plugin-runner-java8:7.1.0 | Docker Hub
Image. Image Layers. 1. ADD file ... in /. 2.63 MB. 2. CMD ["/bin/sh"] ... /bin/sh -c rm -rf /home/theia/node_modules/@eclipse-che/theia-plugin-ext.
Read more >
Chapter 2. Che-Theia IDE basics - Red Hat Customer Portal
To configure Git identity using the command line, open the terminal of the Che-Theia container. Navigate to the My Workspace view, and open...
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 >
Eclipse Che 7: New & Noteworthy
export function update(workspaceId: string, workspace: cheApi.workspace. ... image: "docker.io/eclipse/che-remote-plugin-runner-java11:next".
Read more >
Move your VS Code extension into Eclipse Che
image : quay.io/eclipse/che-python-3.7:nightly ... VSCode extension with custom plugin registry ... Using nexe tool on Eclipse Che Theia remote package.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found