⚠️ 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
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
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