-
Notifications
You must be signed in to change notification settings - Fork 1
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
AWS registry is not working properly with 21.4.26
#343
Comments
Sentry issue: STAGING-Q1 |
In order to verify whether subsequent releases of uvloop have a fix, do the following:
If the bug is present, step 5 would try to use layer cache from step 4 and fail due to incomplete download. If the bug is fixed, the second image is built successfully. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
There is a new release of |
Who is a volunteer? |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days |
We cannot build the images using Kaniko with the nevest version of
platformregistery
on AWS clusters.The problem appears when the Kaniko pulls cached layer from our registry to speedup the image build.
At this step, our registry fails with error:
aiohttp.client_exceptions.ClientPayloadError: Response payload is not completed
Which means that the image layer was not download compeletely and, as a result, Kaniko fails on the layer checksum verification.
Example of Kaniko error message:
This problem is not reproducible with platform registry api
v21.2.11
.As a result, we downgraded our platformregistryapi on AWS clusters from v21.4.26 to v21.2.11.
IDK yet, what might be the reason for this.
The text was updated successfully, but these errors were encountered: