github buildkite-plugins/docker-buildkite-plugin v3.8.0
v3.8.0 (🌻 Sunflower)

latest releases: v5.11.0, v5.10.0, v5.9.0...
3 years ago
  • Adds a setting to allow propagating AWS auth tokens (from an assume role plugin) to the container. (#183) @chrisfowles
  • Fix buildkite pipeline for PR requests (#178) @chloeruka

Upgrading

To upgrade, update your pipeline.yml files:

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

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

NewReleases is sending notifications on new releases.