-
Notifications
You must be signed in to change notification settings - Fork 108
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
can't connect to HTTP endpoint: invalid payload: json: unknown field "insecure" #310
Comments
I think I found the issue to this and possibly any other Whenever I have https://my-reg.tld I'll get the described error , but when removing https, and setting I suggest to check for the protocol being included or any other type of connection check to the actual docker registry |
A new release has not been cut yet. I've built an image which includes the fix over here cherwin/registry-image-resource |
@chervin thanks for clarifying - the param should be removed from the readme IMO to spare others the hrs of unneeded debug time |
I run into the same issue with concourse v7.6.0 (registry-image v1.4.1) BUT using
Using the image (b2e5295880e5) provided by @cherwin results in:
(installed by fetch -> run -> export to Any ideas? Did I oversee something? |
@jloeser leave off |
You are right, here we go:
...results in:
So without protocol prefix it's trying HTTPS. For now I've set up reverse proxy providing HTTPS connection which works as expected. |
@jloeser you are missing |
Let me clarify: according to docs there is an Unfortunately, I interpreted #310 (comment) that it is possible to use HTTP connection at all with latest v1.4.1 (and without However, your example in #304 (comment) looks much more handy (and also works) than my amateurish way of replacing actual All clear now and looking forward for next release. Thanks for support! |
This should be fixed now. |
When trying to connect to a
http
only registry, according to the readme I'm supposed to addinsecure: true
to the source configuration.However, when pushing an image, the build fails with
Version 7.6.0
The text was updated successfully, but these errors were encountered: