apache / openwhisk-website

Apache OpenWhisk website (openwhisk.apache.org) content; built using Jekyll
https://openwhisk.apache.org/
Apache License 2.0
21 stars 50 forks source link

Add support for docker actions from Bluemix registry #185

Closed mpuittinen closed 7 years ago

mpuittinen commented 7 years ago

Openwhisk currently only supports docker actions from public Dockerhub registry. Access to Dockerhub may be slow (introduce additional load time to cold starts) and also requires, that you make your docker image public (may have IPR / lisencing issues)

Please add support for docker images from the Bluemix Container Service registry.

mrutkows commented 7 years ago

@mpuittinen Perhaps this suggestion is best opened against the actual OW repository (as this is the Apache project's website source repo.). In addition, I think your idea needs to be generalized for any registry (not just Bluemix, only an IBM implementation of one). Please let me know if you could pursue as suggested and how to link or reference it (as a new issue) so that I may close this one as off topic for the repo.

mrutkows commented 7 years ago

@mpuittinen also feel free to discuss this first as a topic on our Apache mailing list : dev@openwhisk.incubator.apache.org

It will surely get more discussion there than an issue in GitHub.

mpuittinen commented 7 years ago

Posted this to the Openwhisk repository https://github.com/openwhisk/openwhisk/issues/1933