You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/01/03 15:00:05 UTC

[GitHub] [openwhisk] ThomasUllrich666 opened a new issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images

ThomasUllrich666 opened a new issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images
URL: https://github.com/apache/openwhisk/issues/4787
 
 
   Hello I want to use OpenWhisk for a big app in our Company. 
   Therefore I need a way to pull the image from our internal Docker Artifactory Repository.
   
   Can you please implement a way that solves this problem?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [openwhisk] style95 commented on issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images
URL: https://github.com/apache/openwhisk/issues/4787#issuecomment-570596929
 
 
   @ThomasUllrich666 Do you want to use a consolidated docker registry for all images or multiple registries for each runtime(blackbox) container?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [openwhisk] dgrove-oss commented on issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images

Posted by GitBox <gi...@apache.org>.
dgrove-oss commented on issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images
URL: https://github.com/apache/openwhisk/issues/4787#issuecomment-570669276
 
 
   A related user comment here: https://github.com/apache/openwhisk-deploy-kube/issues/528#issuecomment-567107376

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [openwhisk] style95 closed issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images

Posted by GitBox <gi...@apache.org>.
style95 closed issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images
URL: https://github.com/apache/openwhisk/issues/4787
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [openwhisk] ThomasUllrich666 commented on issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images

Posted by GitBox <gi...@apache.org>.
ThomasUllrich666 commented on issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images
URL: https://github.com/apache/openwhisk/issues/4787#issuecomment-570607870
 
 
   If I can choose I would like to have a way to implement multiple registry for different container. 
   I think that the best way will be that openwhis change the ~/.docker/config.json in a proper way. Then the user is able to add as many repos as he want.  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

[GitHub] [openwhisk] style95 commented on issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #4787: Feature Request: Allow different Docker Repos and Credentials to pull Docker Images
URL: https://github.com/apache/openwhisk/issues/4787#issuecomment-570615776
 
 
   ok this is good to have.
   
   In our downstream repo, we added a volume mapping for `~/.docker/` on all invokers.
   I logged in to our private registry and give access to all custom docker images for the docker user.
   Then users can create actions with custom docker images from a private registry.
   Invokers are also able to pull images from a private registry as long as they have access to the registry and the images.
   I haven't tried with multiple registries but I think it would work ideally if you login to all registries.
   
   I would open a pull request for this soon.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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