I had docker working like clockwork, but suddenly SSH forwarding during build stopped working. I’m trying to pull from a private Github repository. It works fine on my computer but not from a Docker container running on my computer. It’s a Windows computer, and the container is Linux.
Not immediately before, but it’s not impossible that I did it between the last time it worked.
I did also terminate a container build midway before I noticed the issue. I was using --no-cache after, but wondering if I could have corrupted some state.