You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading plugin from 0.14.+ to latest we faced the issue with composeUp task if projectName contains characters like {{, for example projectName="{{template}}"
During execution exception happens without clear error but we do see that chars being removed and containers actually start but at the end error occurs.
` ./gradlew onlyResourcesComposeUp
Task :onlyResourcesComposeUp FAILED
Container app_rabbit Running
Container redis_db Running
Container app_mock Running
Container app_db Running
"docker inspect" requires at least 1 argument.
See 'docker inspect --help'.
Hey,
After upgrading plugin from 0.14.+ to latest we faced the issue with composeUp task if projectName contains characters like
{{
, for exampleprojectName="{{template}}"
During execution exception happens without clear error but we do see that chars being removed and containers actually start but at the end error occurs.
` ./gradlew onlyResourcesComposeUp
Usage: docker inspect [OPTIONS] NAME|ID [NAME|ID...]
Return low-level information on Docker objects
FAILURE: Build failed with an exception.
Execution failed for task ':onlyResourcesComposeUp'.
BUILD FAILED in 5s
4 actionable tasks: 4 executed
`
The text was updated successfully, but these errors were encountered: