Commit Graph

38 Commits (e04bde1dc4e8db69fa792c3a6e7788fd13015239)

Author SHA1 Message Date
Oleksandr Andriienko 0ce0408863
Fix licence year for some files. (#13082)
* Fix licence year.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Revert changes for .sql files

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Revert more sql files.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2019-04-11 10:14:48 +03:00
Florent Benoit 37f7412ab5 Add yarn to build image as yarn is now used to build dashboard
Change-Id: Ic5b9dbc018a09ae5d39bd2d7db7ddd186642dff0
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2019-04-04 11:06:50 +02:00
Masaki Muranaka accb7ded6d Update NodeJS version to 8. (fixes eclipse/che#12340)
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
2019-01-15 16:52:22 +02:00
Masaki Muranaka 88164a6919 Install `epel-release`.
This is required to install `golang`. (fixes eclipse/che#12341)

Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
2019-01-15 16:52:22 +02:00
Vitaliy Gulyy 21318aeec8
build.sh become working on Ubuntu / Linux Mint (#12004)
* Use bash instead sh

* Revert .gitignore
2018-11-21 12:37:27 +02:00
Roman Iuvshyn b4244e04d3
introduce RC version for pre-release testing (#11477)
* introduce RC version for pre-release testing
* move utility images to cli version
* use maven central instead of codenvycorp nexus in dev image
2018-10-04 14:28:19 +03:00
Mykhailo Kuznietsov dcb00c53d0
Fix remaining files with licenses (#10746) 2018-08-21 10:25:45 +03:00
Eugene Ivantsov 7aaff22fcd
Make user home dir writable for OpenShift arbitrary user (#8205) 2018-01-09 10:41:29 +02:00
Eugene Ivantsov 3da22f6247
Make sure traefik runs in an openshift workspace (#7955)
* Make sure traefik run in an openshift workspace

* Make sure traefik run in an openshift workspace
2017-12-20 09:41:07 +02:00
Eugene Ivantsov ec0edba84d
make sure tomcat dir is writable when running on OpenShift (#7906) 2017-12-18 08:54:01 +02:00
Eugene Ivantsov c8fd6177b5
Che in che improvements (#7633)
* Che in che stack improvements

* Edited commands
2017-11-29 18:15:21 +02:00
Sergii Kabashniuk 1a1d3f4f63 Fix of che-dev image build (#7531) 2017-11-23 16:01:17 +02:00
Sergii Kabashniuk 484011ebc8
[wp] Updates in che-in-che stack (#7493)
[wp] Updates in che-in-che stack (#7493)
2017-11-22 15:55:38 +02:00
Sergii Kabashniuk 3ff579ce58
Setup working dir, switch to nightly tag (#7160) 2017-11-02 17:20:57 +02:00
Eugene Ivantsov 9f5aa63329
Add TypeScript support for che-dev image and stack (#7091)
* Add TypeScript support for che-dev image and stack

* Add TypeScript support for che-dev image and stack
2017-10-30 17:09:36 +01:00
Sergii Kabashniuk 4a88f4d5ad fixup! Initial centos image 2017-10-27 19:28:29 +03:00
Sergii Kabashniuk ac58d91db8 Generated default ssh keys 2017-10-27 19:27:35 +03:00
Sergii Kabashniuk dbc1be0cd3 Extracted internal tomcat version into variable 2017-10-27 14:34:25 +03:00
Sergii Kabashniuk 68dd648559 Remove settings.xml 2017-10-27 14:34:25 +03:00
Sergii Kabashniuk 7c0685c3c9 fixup! Initial centos image 2017-10-27 14:34:25 +03:00
Sergii Kabashniuk 5dadf2e4a5 fixup! Initial centos image 2017-10-27 14:34:25 +03:00
Sergii Kabashniuk 87c88b7c3b fixup! Initial centos image 2017-10-27 14:34:25 +03:00
Sergii Kabashniuk 855668bee6 fixup! Initial centos image 2017-10-27 14:34:25 +03:00
Sergii Kabashniuk 9b9cf1f5be fixup! Initial centos image 2017-10-27 14:34:24 +03:00
Sergii Kabashniuk 86984c6238 fixup! Initial centos image 2017-10-27 14:34:24 +03:00
Sergii Kabashniuk 2b827a2be9 fixup! Initial centos image 2017-10-27 14:34:24 +03:00
Sergii Kabashniuk d9a3862be1 fixup! Initial centos image 2017-10-27 14:34:24 +03:00
Sergii Kabashniuk 478cb548d3 Initial centos image 2017-10-27 14:34:24 +03:00
Sergii Kabashniuk 369cc8371b Adapt che-in-che stack for Eclipse Che development (#6965)
Adapt che-in-che stack for Eclipse Che development
2017-10-25 15:57:10 +03:00
Mykhailo Kuznietsov 69d5148385 Changed copyright owner to "Red Hat, Inc." in license headers (#5964)
Change license header contributor to Red Hat, Inc.
2017-08-11 10:46:58 +03:00
James Drummond PE 66e07eec2f Update Dockerfile (#5959)
Dashboard now builds with docker by default so `-Pnative` needs to be set. I also made this update at [https://github.com/eclipse/che/wiki/Development-Workflow](https://github.com/eclipse/che/wiki/Development-Workflow)

Signed-off-by: James Drummond james@devcomb.com
2017-08-09 17:02:26 -05:00
Eugene Ivantsov 00907835ee Upgrade node version (#4496) 2017-04-10 14:09:45 +03:00
Tyler Jewell 2d3e371c45 Customize image names during image build (#4336)
The build scripts have been modified to generate images of the format $ORGANIZATION/$PREFIX-$NAME:$TAG. The default organization is eclipse, the default tag is nightly, and the default prefix is che. You can proivde --organization:<org>, --prefix:<prefix>, or --tag:<tag> on the command line to customize the images that are generated.

There is a new build-che.sh script which builds the minimum set of images to generate a new Che server, the CLI, and unit tests for these custom image names. If you build the CLI image, we overwrite /dockerfiles/cli/version/$TAG/images file to include the customized names that have been provided before this image is built, so the registry within the Docker image is accurate.

Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-03-10 13:41:45 +01:00
Jonah Graham 1a5adabaa6 Bug 4168: Add go to the PATH of che-dev docker image (#4169)
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2017-02-17 06:12:38 -08:00
Florent BENOIT 5554345aae [cli] Fix cli tests by reworking how integration tests are launched (#3991)
* Fix #3980 by reworking how integration tests are launched
- We used OS path mounted into container path (it makes issues as on Windows we don’t have these paths)
- Now use /dockerfiles path inside the container
- add skip check for nightlies or it was downloading new images while testing the current nightly
- add —rm for cleaning containers at the end of docker run
- introduce of some asserts instead of custom checks
- Fix windows issue (like path with spaces)
- Fix teardown of che start tests

Change-Id: I352d7c475796df641c1e34f461c55a76c897922d
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-02-02 09:43:48 +01:00
Mario Loriedo 39416e19a0 Minor dockerfiles build fixes
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
2017-01-04 10:13:51 +01:00
Florent BENOIT 940b0bc7bd [dockerfiles] Fix scripts to be compliant with sh (and not only bash) (#3397) 2016-12-15 03:21:12 -07:00
Florent BENOIT 56ddd58481 Move eclipse/che-dockerfiles che-* images to this repository in /dockerfiles folder
Change-Id: I4c258775a4a67a87cba3b3dbfbc1af2cc2f8416f
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-12-01 06:10:34 -07:00