-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Push sporadically fails with huge layer sizes #8
Comments
Another user reported on gitter failure to upload an image with a huge layer (around 5GB). Logentries reported:
|
5 tasks
dfunckt
added a commit
that referenced
this issue
Dec 14, 2017
…client_max_body_size to avoid writing big files to disk" Revert commit 4159eb5 due to nginx.conf already specifying a client_max_body_size that conflicts with the newly specified one. In fact, client_max_body_size is set to `0`, disabling any limits, therefore preventing the registry from responding with 413 when a client tries to upload large layers. This needs further investigation to determine how Docker behaves with various registry settings, but in the meantime this needs to be reverted. Change-Type: patch Connects-To: #8 HQ: balena-io/balena-io#1115
It fails for me all the time. Test case is for example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A user reported that building an image with a layer sized about 2GB failed to be pushed to the registry by the builder.
https://app.frontapp.com/open/cnv_3oo50b
Front conversations
The text was updated successfully, but these errors were encountered: