Skip to content

Commit

Permalink
Force docker-compose's version 1.5.0 because of the changes if this i…
Browse files Browse the repository at this point in the history
…ssue docker/compose#2327 implemented here docker/compose#2334
  • Loading branch information
RotaruDan committed Dec 16, 2015
1 parent 6aa8c78 commit 3baec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rage-analytics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ COMPOSE_NET_NAME='rage'
# external constants
MIN_DOCKER_VERSION='1.9'
MIN_COMPOSE_VERSION='1.5'
INSTALL_COMPOSE_VERSION='1.5.1'
INSTALL_COMPOSE_VERSION='1.5.0'
DOCKER_SH_URL='https://get.docker.com/'
COMPOSE_BASE_URL='https://github.com/docker/compose/releases/download/'
COMPOSE_INSTALL_TARGET='/usr/local/bin/docker-compose'
Expand Down

2 comments on commit 3baec5b

@manuel-freire
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only changes the version that is downloaded, but will report no errors on a system with 1.5.1 / 1.5.2 pre-installed.

@RotaruDan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. We should alert the user in those cases (v > 1.5.0).

Please sign in to comment.