-
Notifications
You must be signed in to change notification settings - Fork 510
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
http: server gave HTTP response to HTTPS client #163
Comments
Can you please try with the latest buildx? |
Cc @tiborvass |
@zhipengzuo use |
it works.Thanks you very much. |
when:
I ran :docker buildx build -t registry.com:8000/xxx/buildx-test . --push
i have docker login successfully and add registry to "insecure registries"
errors:
http: server gave HTTP response to HTTPS client
more to try :
i tried something from #94:
docker buildx create --driver-opt network=host
docker buildx use quirky_hofstadter
docker buildx build -t registry.com:8000/xxx/buildx-test . --push
same errors occurs. : http: server gave HTTP response to HTTPS client
env:
macos
docker buildx version :github.com/docker/buildx v0.3.0-5-g5b97415-tp-docker 5b97415
docker version :Version: 19.03.2
more to say:
i can use docker push to this registry successfully
i can use "docker buildx build -t registry.com:8000/xxx/buildx-test . " successfully
The text was updated successfully, but these errors were encountered: