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

specs-go/v1: unify the descriptor type #620

Merged
merged 1 commit into from
Apr 4, 2017

Commits on Apr 3, 2017

  1. specs-go/v1: unify the descriptor type

    Unifying the descriptor type makes it much easier to handler descriptors
    in generic manner. This change ensures that a single deserialization can
    be done a descriptor that may be processed in separate contexts.
    
    It is unclear whether or not the specification should be pedantic about
    this, as well. As it is written, these fields are only valid when being
    referred through a manifest, but this distinction is only required
    during validation. It may be possible to lift the platform definition to
    the descriptor type, but this isn't strictly necessary.
    
    Signed-off-by: Stephen J Day <stephen.day@docker.com>
    stevvooe committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    572e6ae View commit details
    Browse the repository at this point in the history