You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=> resolve image config for docker-image://192.168.0.194:8080/library/utils-base:latest 0.0s
Error: failed to do request: Head "https://192.168.0.194:8080/v2/library/utils-base/manifests/latest": http: server gave HTTP response to HTTPS client
This is my internal network address, using the HTTP protocol
I have already set it up in/etc/docker/daemon. json "insecure-registries": ["192.168.0.194:8080"]
and /etc/buildkit/buildkitd.toml
[registry."192.168.0.194:8080"]
http = true
But it still reports an error
The text was updated successfully, but these errors were encountered:
What is your question?
Does Copa support the HTTP protocol?
Using Copa for image repair error:
This is my internal network address, using the HTTP protocol
I have already set it up in/etc/docker/daemon. json
"insecure-registries": ["192.168.0.194:8080"]
and /etc/buildkit/buildkitd.toml
But it still reports an error
The text was updated successfully, but these errors were encountered: