Releases: buildkite-plugins/docker-buildkite-plugin
v5.3.0 (🫖 Tea Break)
v5.2.0 (⛷️ Long Weekend Ahead)
- Pass ECS env vars when using propagate-aws-auth-tokens (#220) @francoiscampbell
- Add ulimits support (#218) @francoiscampbell
Dependency Updates
- Update buildkite plugin shellcheck to v1.3.0 (#221) @renovate
- Update buildkite plugin docker-compose to v3.13.0 (#219) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.1.0:
+ docker#v5.2.0:
image: someimage
workdir: /app
v5.1.0 (🌸 Spring Again)
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v5.0.0:
+ docker#v5.1.0:
image: someimage
workdir: /app
v5.0.0 (🩺 Visiting the Doctor)
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
v4.2.1 (🐤 Having Chicken for Dinner)
v4.2.0 (👓 Cleaning my Glasses)
v4.1.0 (💃🏻 Weekend plans)
- Allow switching '--interactive' off (#202) @laurynaslubys @toote
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v4.0.0:
+ docker#v4.1.0:
image: someimage
workdir: /app
v4.0.0 (🚦 Ready to leave)
Mayor change:
PR #208 removed the alternative of the plugin option --entrypoint
to be a boolean because there was a bug in the implementation and its tests 😱, the false
option never worked (see issue #138)
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.14.0:
+ docker#v4.0.0:
image: someimage
workdir: /app
v3.14.0 (💤 Sleepy)
- Add options for --cap-add, --cap-drop, and --security-opt (#207) @christopher-dG @toote
Dependency Updates
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.13.0:
+ docker#v3.14.0:
image: someimage
workdir: /app
v3.13.0 (🥑 Enjoying a Guacamole)
- Changed label to labels in renovate config file as it was not correct (#196) @nithyaasworld
- Add storage opts (#181) @bennetty
Dependency Updates
- Update buildkite plugin plugin-linter to v3 (#200) @renovate
- Update buildkite plugin shellcheck to v1.2.0 (#198) @renovate
- Update buildkite plugin docker-compose to v3.9.0 (#197) @renovate
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- docker#v3.12.0:
+ docker#v3.13.0:
image: someimage
workdir: /app