Whatβs changed?
- Allow an empty command for
run
to use the command from Dockerfile or docker-compose.yml - Add support for new versions of docker-compose file (2.1+)
- Support multiple images in build!
- Largely rewritten, with tests! π¦
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker-compose#v1.1:
+ docker-compose#v1.2.0:
run: app