-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Allow different Docker Repos and Credentials to pull Docker Images #4787
Comments
@ThomasUllrich666 Do you want to use a consolidated docker registry for all images or multiple registries for each runtime(blackbox) container? |
If I can choose I would like to have a way to implement multiple registry for different container. |
ok this is good to have. In our downstream repo, we added a volume mapping for I would open a pull request for this soon. |
A related user comment here: apache/openwhisk-deploy-kube#528 (comment) |
Just for verification, does it mean that this statement in the documentation is no longer true ? https://github.com/apache/openwhisk/blob/master/docs/actions-docker.md#usage
If so, could the documentation be updated in order to understand how to use/configure a private registry? |
@acabarbaye Yes, it seems the document should be updated accordingly. An operator can log-in to a private registry and do volume mapping like this(for a native installation):
For K8S cluster, you can refer to this: https://github.com/apache/openwhisk-deploy-kube/blob/e53e5ea79d49a6aa92e82c4b81dff82d21db630e/docs/private-docker-registry.md With regard to images in ECS, I think it would work as long as they are accessible in the same way with the others. |
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?
The text was updated successfully, but these errors were encountered: