cloudflare / serverless-registry

A container registry backed by Workers and R2.
Apache License 2.0
997 stars 36 forks source link

fix: schemaVersion 1 should be supported by the registry #54

Closed gabivlj closed 2 months ago

gabivlj commented 2 months ago

Since we started validating manifests, we are starting to reject schemaVersion: 1. Seems like docker still likes to push these kind of manifests, so accept it anyway. Fixes #52

gabivlj commented 2 months ago

added more testing around manifests and support for multiarch in the zod definition.