Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Docker Compose Custom Network Removal Support

Compare
Choose a tag to compare
@kurtkopchik kurtkopchik released this 18 Apr 14:44
· 73 commits to master since this release

This release has a few new features / bug fixes:

  1. 'dockerComposeStop' will now properly remove any custom internal networks defined in the compose file.

  2. A new setting 'testExecutionExtraEnvironment' has been added which allows extra parameters to be passed to 'ScalaTest' via the 'ConfigMap'.

  3. 'dockerComposeUp' will now properly detect containers that have started and stopped before the Plugin has a chance to detect it in a running state.