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

9 Commits

Author SHA1 Message Date
Tobias L. Maier
18b74234c3
Add a small instruction on how to add a new docker version 2018-07-28 08:54:46 +02:00
Tobias L. Maier
e12ce4e9ed Add note in README
Document DOCKER_AND_COMPOSE_VERSION_MATRIX
2018-04-29 17:25:01 +02:00
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
35647e9676 Add simple usage instructions for GitLab CI 2017-10-04 09:48:32 +02:00
Tobias L. Maier
eb0fb91b5c Update README
- update versions
- add hint to open Github issues or pull requests
2017-09-07 13:22:26 +02:00
Michał Markiewicz
de03b6884e bump README.md 2017-03-05 21:46:18 +01:00
Tobias L. Maier
03d8d8fd5a Add badges to README 2017-01-29 14:15:32 +01:00
Tobias L. Maier
46eb98e290 Add versions based on different docker versions 2017-01-26 16:56:29 +01:00
Tobias L. Maier
9a47d96a64 Add README.md 2017-01-04 01:52:31 +01:00