Lots of "retrying" when docker push-ing an image. #1199
Unanswered
fredrikatmainspringenergy
asked this question in
Q&A
Replies: 3 comments 1 reply
-
So that assumption was wrong :)
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It's OrbStack that does the push in this case, not the |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is a frequent problem for me, but I don't know if this is the cause. What I see in the logs is that the server side – Gitlab in this case, frequently closes the connection with a |
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'm experiencing an unexpected high level of
retrying
when doingdocker push <image>
, especially for larger docker image layers.When troubleshooting this issue using Wireshark I noticed that the
docker
executable does not sentRST ACK
when the server sendsRST
. This causesregistry.gitlab.com
to resend itsRST
packages.I do not know if this is at all related to my issue, but thought it may be something that worth fixing in
docker
.Based on
Context: orbstack
I assumeddocker
was built by OrbStack.Beta Was this translation helpful? Give feedback.
All reactions