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

Drop image tools cmd/ and image/ #337

Merged
merged 2 commits into from
Oct 21, 2016
Merged

Commits on Oct 20, 2016

  1. Drop image tools (cmd/ and image/)

    These have been spun off into [1].
    
    # glide.yaml
    
    * Drop runtime-spec (the last reference was removed with
      image/config.go).
    * Drop cobra (the last references were removed with cmd/).
    
    # HACKING
    
    The http/FileSystem stuff still applies, since the JSON Schema
    validation is staying in this repo.  I've made it's earlier
    oci-image-tool references more generic, and adopted the README's
    recommended one sentence per line where I touched a line.
    
    [1]: https://github.com/opencontainers/image-tools
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    dae341e View commit details
    Browse the repository at this point in the history
  2. vendor: Update dependencies

    With:
    
      $ rm -rf vendor
      $ make update-deps
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    42b0bea View commit details
    Browse the repository at this point in the history