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
When building images and pushing the build cache to github actions cache in mode=max, there are many times similar but different errors:
Error: buildx failed with: ERROR: failed to solve: error writing layer blob: Patch "https://artifactcache.actions.githubusercontent.com/..../_apis/artifactcache/caches/11111": read tcp 172.17.0.2:40814->142.250.141.82:443: use of closed network connection seems to come from Long running push sometimes fail with "use of closed network connection" #367
Gets stuck in exporting layer
And trust me, it really gets stuck:
Expected behaviour
There shouldn't be any timeouts or reuse of a closed connection.
Contributing guidelines
I've found a bug and checked that ...
Description
When building images and pushing the build cache to github actions cache in mode=max, there are many times similar but different errors:
Error: buildx failed with: ERROR: failed to solve: error writing layer blob: Patch "https://artifactcache.actions.githubusercontent.com/..../_apis/artifactcache/caches/11111": read tcp 172.17.0.2:40814->142.250.141.82:443: use of closed network connection
seems to come from Long running push sometimes fail with "use of closed network connection" #367And trust me, it really gets stuck:

Expected behaviour
There shouldn't be any timeouts or reuse of a closed connection.
Actual behaviour
It works unpredictably
Buildx version
github.com/docker/buildx 0.10.4+azure-1 c513d34
Docker info
Builders list
Configuration
Build logs
Additional info
It seems like most of the trouble is in github actions cache
The text was updated successfully, but these errors were encountered: