buildkite-plugins / docker-compose-buildkite-plugin

🐳⚡️ Run build scripts, and build + push images, w/ Docker Compose
MIT License
172 stars 140 forks source link

Support for versionless compose files #320

Closed cphalpin closed 2 years ago

cphalpin commented 2 years ago

Compose files under the compose specification no longer contain a version.

When I try to build images from a versionless compose file I get an error like "The 'build' option can only be used with Compose file versions 2.0 and above."

toote commented 2 years ago

Sounds exactly what is being worked on in #307