che-server/dockerfiles
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
..
action Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
base Adds a check for linuxkit in addition to moby to detect if we're running docker4mac or docker4windows (else it will flag it as being 'native') 2017-11-13 10:39:27 +01:00
bats Customize image names during image build (#4336) 2017-03-10 13:41:45 +01:00
che Allow to use che server by using Eclipse OpenJ9 JVM now that Che is supporting Java9 runtime 2017-11-15 07:45:00 +01:00
cli Adds a check for linuxkit in addition to moby to detect if we're running docker4mac or docker4windows (else it will flag it as being 'native') 2017-11-13 10:39:27 +01:00
dev Setup working dir, switch to nightly tag (#7160) 2017-11-02 17:20:57 +02:00
dir Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
init Allow run more than one ws on ocp / minishift (#7366) 2017-11-14 22:21:55 +02:00
ip Adds a check for linuxkit in addition to moby to detect if we're running docker4mac or docker4windows (else it will flag it as being 'native') 2017-11-13 10:39:27 +01:00
lib RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
mount Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
test Changed copyright owner to "Red Hat, Inc." in license headers (#5964) 2017-08-11 10:46:58 +03:00
README.md Use https instead of http in web links. (#4276) 2017-03-01 14:58:58 +02:00
build.include Allow to build all Dockerfile that are in a given directory. 2017-11-15 07:48:49 +01:00
build.sh Multi-user Eclipse Che (#6441) 2017-10-06 17:27:27 +03:00

README.md

Eclipse Che - Dockerfiles

This che-dockerfiles repository is where all dockerfiles for Che Launcher, Che's CLI and Che's Stacks are hosted.

Eclipse Che

Join the chat at https://gitter.im/eclipse/che 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.

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.
  • Roadmap: We maintain the roadmap on the wiki.
  • Weekly Meetings: Join us on a hangout.

License

Che is open sourced under the Eclipse Public License 1.0.