Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASE: set tag versions #3306

Merged
merged 1 commit into from
Dec 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dockerfiles/action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# use:
# docker run -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-action [command]

FROM eclipse/che-lib:nightly
FROM eclipse/che-lib:5.0.0-M8

ENTRYPOINT ["node", "/che-lib/index.js", "che-action"]
2 changes: 1 addition & 1 deletion dockerfiles/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
# use:
# docker run -v $(pwd):/che eclipse/che-cli [command]
FROM eclipse/che-base:nightly
FROM eclipse/che-base:5.0.0-M8

COPY scripts /scripts/
COPY version /version/
Expand Down
4 changes: 4 additions & 0 deletions dockerfiles/cli/version/5.0.0-M8/images
Original file line number Diff line number Diff line change
@@ -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.0.0-M8
IMAGE_CHE=eclipse/che-server:5.0.0-M8
2 changes: 1 addition & 1 deletion dockerfiles/cli/version/latest.ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0-M7
5.0.0-M8
2 changes: 1 addition & 1 deletion dockerfiles/dir/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# use:
# docker run -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-dir [command]

FROM eclipse/che-lib:nightly
FROM eclipse/che-lib:5.0.0-M8

ENTRYPOINT ["node", "/che-lib/index.js", "che-dir"]
4 changes: 2 additions & 2 deletions dockerfiles/lib/dto-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<parent>
<artifactId>maven-depmgt-pom</artifactId>
<groupId>org.eclipse.che.depmgt</groupId>
<version>5.0.0-M7</version>
<version>5.0.0-M8</version>
</parent>
<artifactId>dto-typescript</artifactId>
<packaging>pom</packaging>
<name>Che TypeScript DTO</name>
<properties>
<che.version>5.0.0-M7</che.version>
<che.version>5.0.0-M8</che.version>
</properties>
<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# use:
# docker run -v /var/run/docker.sock:/var/run/docker.sock eclipse/che-test [command]

FROM eclipse/che-lib:nightly
FROM eclipse/che-lib:5.0.0-M8

ENTRYPOINT ["node", "/che-lib/index.js", "che-test"]