-
Notifications
You must be signed in to change notification settings - Fork 13
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
check on local registry for new version #6
Comments
Hi, I guess this is not working with imago because you don't have tls or a verified certificate on your registry server. In your case imago might not the best tool to use, did you considered |
I may not have been clear, but everything is local to my machine, I don't want to use a remote registry but only the local docker registry. |
I have used the kubernetes |
Oh, ok you're building inside the single-node cluster. Maybe I can do something in imago to make this works. |
ha ok. I'll try it manually. |
so I managed to make it work with 2 simple commands:
but that would be great to have it automated for all images using a selector just like in imago. |
Great. Yes I think we can add support for local docker registry. |
is there also a way to accept self signed, or ignore ssl certs? |
Hello,
We are looking for a solution so that our developers can deploy some kubernetes manifest on their local machine using docker-for-desktop (windows/mac) or minikube.
and then been able to build a new image locally and have their pod automatically restarted with this new image.
I have performed some test using imago but was not sucessful.
Any idea on how to make this work ?
The text was updated successfully, but these errors were encountered: