Skip to content

Releases: buildkite-plugins/docker-buildkite-plugin

v3.12.0 (🫖 A good cup of tea)

06 Apr 20:09
123956a
Compare
Choose a tag to compare

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.11.0 (🧹 Cleaning Day)

12 Feb 01:05
654b98f
Compare
Choose a tag to compare

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.10.0 (☕ Good Coffee)

02 Feb 15:30
48b688f
Compare
Choose a tag to compare

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.9.0 (🌸 Spring)

30 Sep 17:09
241b942
Compare
Choose a tag to compare

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.8.0 (🌻 Sunflower)

26 Feb 03:23
b7bd3f5
Compare
Choose a tag to compare
  • 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

v3.7.0 (⛵️ Smooth Sailing)

29 Sep 06:49
b72984e
Compare
Choose a tag to compare
  • Support buildkite-agent's git-mirrors; mount BUILDKITE_GIT_MIRROR_PATH. (#167) @pda

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.6.0 (🎥 JT Twitch Channel)

15 Sep 03:48
a91b111
Compare
Choose a tag to compare

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.5.0 (☔️ Smoky Rain)

10 Jan 03:47
01662b2
Compare
Choose a tag to compare

Changes

Dependency Updates

  • Update buildkite plugin docker-compose to v3.1.0 (#146) @renovate

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.4.0 (☕️ Coffee in Cars)

06 Nov 23:09
0be3ac8
Compare
Choose a tag to compare

Added

  • Support publishing ports with publish (#145) @joscha
  • Add some better errors when $SSH_AUTH_SOCK is wrong (#143) @lox
  • Support userns for customizing user namespacing (#141) @elruwen
  • Remove redundant checks and fix readme (#136) @omeid

Upgrading

To upgrade, update your pipeline.yml files:

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

v3.3.0 (🦙 So Many Llamas)

05 Jul 00:18
df94949
Compare
Choose a tag to compare

Added

Fixed

  • Cleanup any remaining containers in a pre-exit (#129) @lox
  • Fail when docker pull fails (#119) @lox

Other Changes

Upgrading

To upgrade, update your pipeline.yml files:

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