Hacker News new | ask | show | jobs
by thrill 337 days ago
Do you know if there are (settable) limits on image sizes using it as a container repository? Some of my larger images never fully get uploaded.
1 comments

Yes there are :) You can use the Package limit setting to change it (search the config docs for `LIMIT_SIZE_CONTAINER`), by default there is no limit, but if you are running into a 413 due to container uploads being so large, then it could be a reverse proxy configuration you might be running into.