Go to file
Florent BENOIT badd042aa1 Allow to build all Dockerfile that are in a given directory.
for example for che-server, there is a Dockerfile and Dockerfile.centos file
using : ./build.sh will build both files resulting in

Dockerfile ---> eclipse/che-server:nightly
Dockerfile.centos --> eclipse/che-server:nightly-centos

if there is another file named Dockerfile.xyz it will result in a new image named : eclipse/che-server:nightly-xyz

We can specify only one Dockerfile to use by using --dockerfile:Dockerfile.centos argument for example

Change-Id: I0b36e975af5af085e34a72863bdca4f424d7fed4
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-11-15 07:48:49 +01:00
.github Move Docker client to Docker infrastructure packaging (#6779) 2017-10-18 15:08:55 +03:00
.mvn Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
agents Use same assembly for single- and multiuser Che 2017-11-07 12:27:02 +02:00
assembly Update the command for launching GWT SDM from IDE (#7357) 2017-11-14 13:02:30 +02:00
core Allow to skip the DTOs generation during maven build (#7348) 2017-11-14 13:03:18 +02:00
dashboard Remove snapshotting mechanism; 2017-11-13 14:25:40 +02:00
dockerfiles Allow to build all Dockerfile that are in a given directory. 2017-11-15 07:48:49 +01:00
docs [cli] Fix cli tests by reworking how integration tests are launched (#3991) 2017-02-02 09:43:48 +01:00
ide Update the command for launching GWT Super DevMode (#7356) 2017-11-14 13:01:12 +02:00
infrastructures Fixing external url rewriting when running on OSX (#7333) 2017-11-14 08:46:49 +02:00
multiuser Remove snapshotting mechanism; 2017-11-13 14:25:40 +02:00
plugins Remove deprecated resources (#7336) 2017-11-14 08:47:29 +02:00
selenium adapt methods and steps to latest chenges in the UI of the IDE 2017-11-13 22:40:19 +02:00
wsagent Fix build (#7346) 2017-11-14 09:20:11 +02:00
wsmaster Fixing external url rewriting when running on OSX (#7333) 2017-11-14 08:46:49 +02:00
.gitattributes Add typescript 2016-08-09 06:29:32 -07:00
.gitignore update .gitignore 2017-09-28 13:30:13 +03:00
CHANGELOG.md RELEASE: Update CHANGELOG (#6959) 2017-10-24 20:07:41 +03:00
CODE_OF_CONDUCT.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2017-01-29 08:26:21 -08:00
CUSTOMIZING.md Update customizing.md (#5328) 2017-06-12 14:15:06 +02:00
Chefile Follow up fixes after configuration property renaming (#2955) 2016-11-02 10:12:58 +02:00
LICENSE Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458 2016-02-12 09:47:36 +02:00
NUMBERING.md Set up maven build of core, plugins, dashboard, assembly 2016-02-12 09:47:39 +02:00
README.md fix meeting link (#6977) 2017-10-31 21:50:35 +02:00
pom.xml Use same assembly for single- and multiuser Che 2017-11-07 12:27:02 +02:00

README.md

Eclipse Che - Eclipse Next-Generation IDE

Eclipse License Build Status

https://www.eclipse.org/che/. Next-generation Eclipse platform, developer workspace server and cloud IDE. Che defines workspaces that include their dependencies including embedded containerized runtimes, Web IDE, and project code. This makes workspaces distributed, collaborative, and portable to run anywhere on a desktop or a server ... Read More

Eclipse Che

Getting Started

You can run Che in the public cloud, a private cloud, or install it on any OS. Che has been tested on Ubuntu, Linux, MacOS and Windows. The step by step guide will get you going along with our docs.

The che repository is where we do development and there are many ways you can participate, for example:

Customizing

There are many ways to customize Che out-of-the-box including stacks, templates, commands, IDE extensions, server-side extensions plugins, assemblies, RESTful APIs, and editors.

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see How to Contribute. It covers:

Feedback

  • Support: You can ask questions, report bugs, and request features using GitHub issues.
  • Public Chat: Join the public eclipse-che Mattermost channel to discuss with community and contributors.
  • Roadmap: We maintain the roadmap on the wiki.
  • Weekly Meetings: Join us in our Che community meeting every second monday.

License

Che is open sourced under the Eclipse Public License 1.0.