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
I'm trying to build docker images and push them to a Nexus Repository using maven, but unfortunately I'm getting this error "http: server gave HTTP response to HTTPS client". Even if I have added the insure registry in /etc/docker/daemon.json
docker info
Insecure Registries:
192.168.206.45:5000
127.0.0.0/8
Live Restore Enabled: false
But still always having the same issue.
Btw, in another project not using maven it's working fine !! but when i use a push to the same repo using maven it's not working. It's gives me the error above.
The text was updated successfully, but these errors were encountered:
Multi-platform builds use buildx, and are separate builders created by buildx create,
which you can find in \target\docker\..\..\docker\buildx\instances,
and buildx has its own way to set up an insecure registry.
Hello,
I'm trying to build docker images and push them to a Nexus Repository using maven, but unfortunately I'm getting this error "http: server gave HTTP response to HTTPS client". Even if I have added the insure registry in /etc/docker/daemon.json
But still always having the same issue.
Btw, in another project not using maven it's working fine !! but when i use a push to the same repo using maven it's not working. It's gives me the error above.
The text was updated successfully, but these errors were encountered: