Alexander Hendel

Results 4 comments of Alexander Hendel

Actually shows the same result. `buildx build` will error out. But running `docker pull` will pull the image without errors and `buildx build` directly after that doesn't fail.. ```bash ~/source/docker-test$...

The config json below (I replaced the actual values with ***): The registry value is what I would expect and the auth value appears to be hashed string. ```json {...

> Are you using a remote server and is it possible the registry does additional authentication based on IP? If yes, does setting `BUILDKIT_NO_CLIENT_TOKEN=true` make any difference? > We are...

We did some additional testing which might give some more details. We did try podman and ran: ```bash podman pull podman build . ``` This behaves like the previous Docker...