Skip to content

v3.1.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 08 Apr 05:53
· 348 commits to master since this release
bacf92c

New

  • Allow entrypoint: false to disable default entrypoints (#73) @lox
  • Add propagate-uid-gid option (#114) @benesch

Other Changes

  • Mention that the Docker Compose plugin supports building images (#102) @toolmantim
  • Update buildkite plugin docker-compose to v3 (#108) @renovate[bot]
  • Add documentation for pull-retries (#107) @lox
  • Update buildkite plugin docker-compose to v3.0.1 (#115) @renovate[bot]

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker#v3.0.1:
+     docker#v3.1.0:
        image: someimage
        workdir: /app