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

schema: Limit schemaVersion to 2 and enumerate mediaType #404

Merged
merged 3 commits into from
Nov 17, 2016

Commits on Nov 16, 2016

  1. schema: Limit schemaVersion to 2 and enumerate mediaType

    For manifests and manifest lists, to match the requirements from their
    Markdown definitions.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    5969565 View commit details
    Browse the repository at this point in the history
  2. schema/fs.go: Rebuild the schema

    Generated with:
    
      $ make schema-fs
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    4ba6b9d View commit details
    Browse the repository at this point in the history
  3. schema/manifest_backwards_compatibility_test: Fix conversion direction

    We want to go from the Docker type (the key) to the OCI type (the
    value), not the other way around.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    dad01a1 View commit details
    Browse the repository at this point in the history