Skip to content
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

Support private images #96

Closed
fernandobsb opened this issue Jul 28, 2023 · 3 comments
Closed

Support private images #96

fernandobsb opened this issue Jul 28, 2023 · 3 comments
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Milestone

Comments

@fernandobsb
Copy link

Currently haven't found anything that supports private images. So when the chaincode pod is created it shows an error. It would be possible to implement support for private images using "imagePullSecrets" as a parameter so that we can inform the credential of the image's private repository.

@jt-nti jt-nti added documentation Improvements or additions to documentation good first issue Good for newcomers labels Jul 31, 2023
@jt-nti
Copy link
Member

jt-nti commented Jul 31, 2023

Hi @fernandobsb, private images are supported using the FABRIC_K8S_BUILDER_SERVICE_ACCOUNT environment variable. This is definitely a common requirement so I think it needs documenting better but hopefully the Add ImagePullSecrets to a service account k8s doc should help in the mean time. Let me know if you hit any problems. Thanks.

@jt-nti jt-nti added this to the Version 1 milestone Jul 31, 2023
@fernandobsb
Copy link
Author

Hello @jt-nti , thank you very much for the quick response, I did the tests following your instructions and I had success in my environment. Thank you very much support!

@fernandobsb
Copy link
Author

Hi @jt-nti, thanks for the support. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants