Large image push fails.. #15529
Unanswered
prashi2202
asked this question in
Q&A
Replies: 1 comment
-
did you try to proxy_set_header X-Forwarded-Proto https? does it work? |
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
-
Hi,
Am trying to push a 70GB image into the harbor repo which is connected to S3 Bucket is failing with following error message..
Aug 31 07:40:20 vas-006 dockerd[99851]: time="2021-08-31T07:40:20.249091700Z" level=error msg="Upload failed: blob upload unknown"
Aug 31 07:40:20 vas-006 dockerd[99851]: time="2021-08-31T07:40:20.249200905Z" level=info msg="Attempting next endpoint for push after error: blob upload unknown"
Following are the nginx annotations:
I was also going through few articles and came across the below git link that talks about large image push failures and the solution was to include "proxy_set_header X-Forwarded-Proto https" ...
distribution/distribution#2225
Is this applicable to harbor as well, can someone help with a solution to this issue?
Beta Was this translation helpful? Give feedback.
All reactions