I am attempting to push a docker image to ECR with a layer that is roughly ~5gb in size (anchore/inline-scan image). The smaller layers are pushed successfully, but the large layer times out when attempting to push, and will continually retry. I am assuming this is because the max layer size of ECR is being exceeded.
How can I upload a large image layer to ECR?