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/06/20 21:41:00 UTC

[GitHub] bbrowning commented on issue #17: Issues deploying with custom docker images

bbrowning commented on issue #17: Issues deploying with custom docker images
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/17#issuecomment-309899975
 
 
   @mlangbehn This failure is because tof the reason pointed out above - cli_path was renamed to cli.path in OpenWhisk master - and the ansible-kube scripts just need to be updated to reflect that.
   
   Because the `whisk_config` Docker image clones OpenWhisk master when it gets built, it's easy to run into issues like this where rebuilding the Docker image fails (because it pulls in a newer OpenWhisk) compared to just running the existing published image. For reproducible builds, we may want to look into either pinning the git clone to a specific commit or removing the need to clone the main OpenWhisk repo in the Dockerfile.
   
   Otherwise we'll run into issues like this where a build succeeds at some point in time but the exact same build fails at a future date.
 
----------------------------------------------------------------
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