Fix buildah push "blob upload invalid" error for large builds
This template is ONLY used for reporting bugs. New feature request or pipeline enhancement issues should use the other template options for issue submission.
Current Behavior
When pushing to staging using buildah push, we're seeing the following error:
error copying layers and metadata from ... Error writing blob: Error uploading layer to ... blob upload invalid
Live Example
https://repo1.dso.mil/dsop/opensource/triton-inference-server/server/-/jobs/2318621
Expected Behavior
buildah push shouldn't fail
Not exactly sure what is causing this issue, though from some research we've found that it can be caused by network latency issues, or a layer in the image being too large.
Possible Solution
Edited by Kenneth Maguire