Skip to content
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

buildkit remote cache fails if manifest is larger than 1MB #4916

Open
dejanceltra opened this issue May 13, 2024 · 0 comments
Open

buildkit remote cache fails if manifest is larger than 1MB #4916

dejanceltra opened this issue May 13, 2024 · 0 comments

Comments

@dejanceltra
Copy link

Buildkit remote cache manifest fails to load, if it's larger than 1 MB with the following error:

#44 importing cache manifest from xxxx.dkr.ecr.us-east-1.amazonaws.com/repository/name:cache-9922acacff70b461cc2a6ec1b5a4bb9a201a5a42
#44 inferred cache manifest type: application/vnd.oci.image.manifest.v1+json done
#44 ERROR: blob sha256:214111faf30b46f65e967cf6046caaea8357d3ce75422223c234e9f07111a9f5 is too large (1185165 > 1048576)

It seems that this check was added here, but I couldn't find the reason why it was added: 80d2f82#diff-43026ef44c9363551fae4714a9441a4fdc4e61ab4b315c07f29fd10f1199cfeaR80-R83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant