RELEASE: set next development versions

6.19.x
Roman Iuvshin 2017-01-18 19:03:38 +02:00
parent 05a7cd53b5
commit 688530281e
7 changed files with 32 additions and 6 deletions

View File

@ -10,6 +10,6 @@
# use:
# docker run -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-action [command]
FROM eclipse/che-lib:5.1.0
FROM eclipse/che-lib:nightly
ENTRYPOINT ["node", "/che-lib/index.js", "che-action"]

View File

@ -9,7 +9,7 @@
#
# use:
# docker run -v $(pwd):/che eclipse/che-cli [command]
FROM eclipse/che-base:5.1.0
FROM eclipse/che-base:nightly
COPY scripts /scripts/
COPY version /version/

View File

@ -0,0 +1,4 @@
IMAGE_PUPPET=puppet/puppet-agent-alpine:4.6.2
IMAGE_REGISTRY=registry:2.5.0
IMAGE_INIT=eclipse/che-init:5.2.0
IMAGE_CHE=eclipse/che-server:5.2.0

View File

@ -0,0 +1,22 @@
eclipse/alpine_jdk8
eclipse/aspnet
eclipse/centos_jdk8
eclipse/cpp_gcc
eclipse/debian_jdk8
eclipse/debian_jdk8_node
eclipse/debian_jre
eclipse/dotnet_core
eclipse/hadoop-dev
eclipse/meteor
eclipse/node
eclipse/php
eclipse/platformio
eclipse/ruby_rails
eclipse/selenium
eclipse/ubuntu_android
eclipse/ubuntu_go
eclipse/ubuntu_gradle
eclipse/ubuntu_jdk8
eclipse/ubuntu_jre
eclipse/ubuntu_python
eclipse/ubuntu_wildfly8

View File

@ -10,6 +10,6 @@
# use:
# docker run -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-dir [command]
FROM eclipse/che-lib:5.1.0
FROM eclipse/che-lib:nightly
ENTRYPOINT ["node", "/che-lib/index.js", "che-dir"]

View File

@ -17,13 +17,13 @@
<parent>
<artifactId>maven-depmgt-pom</artifactId>
<groupId>org.eclipse.che.depmgt</groupId>
<version>5.1.0</version>
<version>5.2.0-SNAPSHOT</version>
</parent>
<artifactId>dto-typescript</artifactId>
<packaging>pom</packaging>
<name>Che TypeScript DTO</name>
<properties>
<che.version>5.1.0</che.version>
<che.version>5.2.0-SNAPSHOT</che.version>
</properties>
<repositories>
<repository>

View File

@ -10,6 +10,6 @@
# use:
# docker run -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-test [command]
FROM eclipse/che-lib:5.1.0
FROM eclipse/che-lib:nightly
ENTRYPOINT ["node", "/che-lib/index.js", "che-test"]