Skip to content

Releases: codebandits/container-gradle-plugin

0.4.0

26 Apr 00:01
Compare
Choose a tag to compare

Added

  • Refactor many parts of the DSL to use vendor-neutral terminology.

0.3.0

23 Apr 16:36
Compare
Choose a tag to compare

Added

  • Introduce container task extension with inputs and outputs.
  • Explicit capture methods for tracking image outputs at execution time.

0.2.1

23 Apr 05:35
Compare
Choose a tag to compare

Fixed

  • Registry image references now correctly fetch their digest from the remote registry.

Chore

  • Rename ContainerRunTask to ContainerTask.

0.2.0

22 Apr 15:30
Compare
Choose a tag to compare

Added

  • dockerPull and dockerRemove

Fixed

  • Remove the unreliable dependency on Docker CLI. With this change, dockerRun no longer automatically pulls the image.

Chore

  • Upgrade project dependencies
  • Upgrade Gradle to 8.13

0.1.2

29 Nov 22:35
Compare
Choose a tag to compare

Fixed

  • Resolve project.exec deprecation warnings by replacing with ExecOperations

Chore

  • Upgrade to Gradle 8.11.1

0.1.1

09 Nov 19:52
Compare
Choose a tag to compare

Fixed

  • Simplify the path evaluation for docker
  • Lazily evaluate dockerRun configuration

0.1.0

07 Nov 22:25
Compare
Choose a tag to compare

Added

  • Added privileged property to dockerRun configuration, allowing tasks to run with Docker's privileged mode.

0.0.1

06 Nov 09:13
Compare
Choose a tag to compare

Added

  • Initial release of the Gradle plugin.
  • ContainerRunTask: Allows container run operations to be executed as Gradle tasks.
  • Support for declaring Docker containers as task inputs and outputs.