Replies: 2 comments
-
same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
Anyone found a solution yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a trivially simple Dockerfile (of only "FROM ubuntu:24.04") and I'm trying to build with buildx and push to a local registry as here:
However, I'm continually geting the "connection refused" error shown.
At the same time, the local registry container is up:
and seems to be working:
I've tried to start the registry container in several ways in order to avoid this problem. In the above case, I started it with simply
but I've also tried it several other ways, choosing different network options and specifying the ports, and I keep getting the same error.
Does this error make sense to anyone? At the moment, I don't see what I'm doing wrong here.
Beta Was this translation helpful? Give feedback.
All reactions