Skip to content

Releases: ElmCompany/compose

v2.2.3-2

10 Jan 03:54
67b3169
Compare
Choose a tag to compare

Major

docker compose tag is now available

What's Changed

Full Changelog: v2.2.4...v2.2.3-2

v2.2.3-1

10 Jan 01:44
378fd08
Compare
Choose a tag to compare

What's Changed

  • refactor(config): introduce --images-to-build by @abdennour in #3

Full Changelog: v2.2.4...v2.2.3-1

v2.2.2-3

17 Dec 18:39
5b75d18
Compare
Choose a tag to compare
Merge pull request #3 from ElmCompany/8994-convert-built-images

refactor(config): introduce --images-to-build

v2.2.2-1

04 Dec 11:41
Compare
Choose a tag to compare
v2.2.2-1 Pre-release
Pre-release
Merge and fix Convert function from `docker/compose-switch`

This also removes the vendoring of the repo
Note that it fixes the problem of double "compose" on calling
the compose plugin with "docker" root flags.
Like in "docker --context default compose version"

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>