Releases: codebandits/container-gradle-plugin
Releases · codebandits/container-gradle-plugin
0.4.0
0.3.0
Added
- Introduce container task extension with inputs and outputs.
- Explicit capture methods for tracking image outputs at execution time.
0.2.1
Fixed
- Registry image references now correctly fetch their digest from the remote registry.
Chore
- Rename ContainerRunTask to ContainerTask.
0.2.0
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
Fixed
- Resolve project.exec deprecation warnings by replacing with ExecOperations
Chore
- Upgrade to Gradle 8.11.1
0.1.1
Fixed
- Simplify the path evaluation for docker
- Lazily evaluate dockerRun configuration
0.1.0
Added
- Added privileged property to dockerRun configuration, allowing tasks to run with Docker's privileged mode.
0.0.1
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.