Skip to content

v1.2.0 (馃惂 Penguin)

Compare
Choose a tag to compare
@lox lox released this 26 Apr 05:42
· 870 commits to master since this release

What鈥檚 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