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
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
Buiding an image from another image from an insecure registry results in error.
Just did a fresh install of docker in a new machine and configured the "insecure-registries" in /etc/docker/daemon.json.
Expected behaviour
That the image is built
Actual behaviour
ERROR: failed to solve: my.registry:8082/image:latest: failed to resolve source metadata for my.registry:8082/image:latest: failed to do request: Head "https://my.registry:8082/image/manifests/8": remote error: tls: unrecognized name
Contributing guidelines
I've found a bug and checked that ...
Description
Buiding an image from another image from an insecure registry results in error.
Just did a fresh install of docker in a new machine and configured the "insecure-registries" in /etc/docker/daemon.json.
Expected behaviour
That the image is built
Actual behaviour
ERROR: failed to solve: my.registry:8082/image:latest: failed to resolve source metadata for my.registry:8082/image:latest: failed to do request: Head "https://my.registry:8082/image/manifests/8": remote error: tls: unrecognized name
Buildx version
github.com/docker/buildx v0.17.1 257815a
Docker info
Builders list
Configuration
build command:
Dockerfile
$ cat /etc/docker/daemon.json
Build logs
Additional info
Doing a "docker pull my.registry:8082/image:latest" works normally.
OS
The text was updated successfully, but these errors were encountered: