github buildkite-plugins/docker-buildkite-plugin v5.0.0
v5.0.0 (🩺 Visiting the Doctor)

latest releases: v5.11.0, v5.10.0, v5.9.0...
19 months ago
  • Change mount-buildkite-agent default (#211) @toote.

⚠️ If your step uses the buildkite-agent you will need to add the mount-buildkite-agent: true option. If you don't need the agent binary, it would be advisable to not use the option so as to prevent sharing the agent token environment variable

  • mount-buildkite-agent option behavior change in Windows (fixes #157) @toote

You should no longer need the workaround for Windows to mount the directory containing the binary and can now use this option. As documented, take into account that your step or agent must have theBUILDKITE_AGENT_BINARY_PATH environment variable defined with the executable to mount in the (Windows) agent.

Dependency Updates

  • Update buildkite plugin docker-compose to v3.11.0 (#214) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     docker#v4.2.1:
+     docker#v5.0.0:
        image: someimage
        workdir: /app

Don't miss a new docker-buildkite-plugin release

NewReleases is sending notifications on new releases.