You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/09/28 09:48:01 UTC

[GitHub] sven-lange-last commented on issue #2811: Fix build break of Swift 3 action container image

sven-lange-last commented on issue #2811: Fix build break of Swift 3 action container image
URL: https://github.com/apache/incubator-openwhisk/pull/2811#issuecomment-332786337
 
 
   Local build worked properly:
   
   ```
   /gradlew :core:swift3Action:distDocker
   Sending build context to Docker daemon   47.1kB
   
   Step 1/1 : FROM openwhisk/swift3action:03023a1
    ---> 7510ac83a6ed
   Successfully built 7510ac83a6ed
   Successfully tagged swift3action:latest
   
   > Task :core:swift3Action:distDocker
   Thu Sep 28 11:38:06 CEST 2017: Executing 'docker build -t swift3action /Users/slange/workspace/bluewhisk/open/core/swift3Action'
   Building 'swift3action' took 0.053 seconds
   
   > Task :core:swift3Action:tagImage
   Thu Sep 28 11:38:07 CEST 2017: Executing 'docker tag swift3action whisk/swift3action:latest'
   
   
   BUILD SUCCESSFUL in 0s
   4 actionable tasks: 4 executed
   ```
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services