dubeejw commented on a change in pull request #184: Create tarball for Nginx
container in OpenWhisk as part of release deploy script
URL:
https://github.com/apache/incubator-openwhisk-cli/pull/184#discussion_r162961093
##########
File path: gradle/docker.gradle
##########
@@ -3,7 +3,7 @@ import groovy.time.*
/**
* Utility to build docker images based in gradle projects
*
- * This extends gradle's 'application' plugin logic with a 'buildBinaries'
task which builds
Review comment:
From test_openwhisk.sh:
```
+cd $OPENWHISK_HOME
+./gradlew --console=plain distDocker -PdockerImagePrefix=testing
```
Doesn't the above mean the docker.gradle file from the OpenWhisk directory
is being used?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services