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

ECR rejects multiplatform images on v2.0.0-rc0 because schemaVersion missing in index.json #690

Open
blockjon-dd opened this issue Sep 4, 2024 · 1 comment
Labels
bug Something isn't working need: information We need more information to identify the bug need: investigation A potential issue which we need to investigate first

Comments

@blockjon-dd
Copy link

I noticed that when I upgrade to v2.0.0-rc0 I can't push a multiplatform image index into ECR. Root cause seems to be that the schemaVersion is missing.

@thesayyn
Copy link
Collaborator

We do set schemaVersion

echo '{"schemaVersion": 2, "manifests": []}' > "${path}/index.json"
for oci_image_index.

I am not sure where this problem comes from.

@thesayyn thesayyn added bug Something isn't working need: investigation A potential issue which we need to investigate first need: information We need more information to identify the bug labels Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need: information We need more information to identify the bug need: investigation A potential issue which we need to investigate first
Projects
None yet
Development

No branches or pull requests

2 participants