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 tags for release #3796

Merged
merged 1 commit into from
Jan 18, 2017
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.1.0

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.1.0

COPY scripts /scripts/
COPY version /version/
Expand Down
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
5.1.0
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.1.0

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.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</parent>
<artifactId>dto-typescript</artifactId>
<packaging>pom</packaging>
<name>Che TypeScript DTO</name>
<properties>
<che.version>5.1.0-SNAPSHOT</che.version>
<che.version>5.1.0</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.1.0

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