1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Seb Patane
f7db8c7577 Pin docker-compose versions to the time of release
- Otherwise the docker-compose version is the latest available at time of build, which may not be compatible or expected
  - The latest `COMPOSE_VERSION` can be taken by setting the argument blank (or leaving it as is in the case of `latest`)
  - pip requires the `.*` to denote that we want the latest patch level, eg. just putting `docker-compose==1.11` installs `1.11.0` instead of `1.11.2`
- The extra `${COMPOSE_VERSION:+==}` is because pip errors out with `docker-compose==`

Fixes #4
2018-04-19 23:42:32 +10:00
Tobias L. Maier
671313da04 Use python version of docker-compose 2017-01-04 02:30:37 +01:00
Tobias L. Maier
6a85a508cf Use docker-compose container to run
- default install method does currently not work on alpine.
- pip option is not leightweight
- docker alias seems promising

https://docs.docker.com/compose/install/
2017-01-04 02:12:41 +01:00
Tobias L. Maier
bf2122041f Reformat Dockerfile 2017-01-04 01:11:41 +01:00
Tobias L. Maier
5646e36d41 Add Dockerfile for latest 2017-01-04 01:09:06 +01:00