tmaier / docker-compose

Container with Docker + Docker Compose - good for CI
https://hub.docker.com/r/tmaier/docker-compose/
MIT License
152 stars 50 forks source link

Update Docker-Compose to 1.24.0 #18

Closed rhunwicks closed 5 years ago

rhunwicks commented 5 years ago

Update Docker-Compose to 1.24.0 to enable docker-compose build --parallel

PiDelport commented 5 years ago

For what it's worth, I made this alternative build that adds the upstream docker-compose 1.24.0 binary to the Docker base image:

https://github.com/PiDelport/docker-compose

fergyfresh commented 5 years ago

@pidelport they (docker) already maintain an image like yours. I think it would be worth checking that out. Look at the docker/docker-compose github repo for more info.

tmaier commented 5 years ago

The Docker Compose version is also available in this image. See 18.09

PiDelport commented 5 years ago

@fergyfresh: I looked at that first, but they don't have a version that uses docker:git as the base image.

That's the base image we'd like to use for CI, where the builds use ssh and git along with docker-compose.