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

19 Commits

Author SHA1 Message Date
Tobias Ludwig Maier
0f673706ae Fix gramma 2022-11-01 03:15:36 +01:00
Tobias Ludwig Maier
78b050b0df Add deprecation notice
https://github.com/docker-library/docker/pull/361 made this repository obsolete :)
2022-11-01 03:10:44 +01:00
Tobias Ludwig Maier
2a747e72c5 Reorder README 2022-11-01 02:56:30 +01:00
Tobias Ludwig Maier
c3599cc962 Change approach for tagging the docker image
Past: docker version
Now: docker compose version

Reasoning: We need to do larger changes to the Dockerfile to support Docker Compose v2
2022-11-01 02:29:23 +01:00
Tobias Ludwig Maier
8ab198f3cf Remove unsupported docker/docker-compose versions 2022-11-01 02:02:40 +01:00
Tobias L. Maier
245ba4bf99
Update README.md 2022-11-01 01:12:00 +01:00
Tobias L. Maier
fdb37cfb2e
Remove unsupported version from README 2021-04-15 13:47:01 +02:00
kaito3desuyo
e340472dc9 Fix README 2021-04-08 14:56:54 +09:00
Tobias L. Maier
bbad9916e7
Update README.md 2020-04-12 12:46:57 +02:00
Tobias L. Maier
9cc29cdbdd
Add common issues to README 2020-04-12 12:46:41 +02:00
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