-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add support to resolve artifacts from private docker registry #74
Comments
Given that The local deployer uses the regular Background reading: https://docs.docker.com/registry/deploying/ |
Note that the format of authentication for the particular repository may be a bit peculiar, which may explain issues the original user may have. But again, I believe there is nothing we have to do at the SCDF level. All matters of authentication (even k8s pullSecret, which have nothing to do here) require that authentication is first done locally in docker. Once this is done, then things should "just work" given we're using the docker client |
As a user, I'd like to resolve artifacts from a private Docker registry.
Notes:
imagePullSecret
The text was updated successfully, but these errors were encountered: