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

config: Drop the redundant config.json filename requirement #756

Merged
merged 1 commit into from
May 9, 2017

Commits on Apr 5, 2017

  1. config: Drop the redundant config.json filename requirement

    Because:
    
    1. This section defines the configuration format, and doesn't need to
       be tied to a particular filename.
    2. The bundle spec (in bundle.md) already has:
    
         This REQUIRED file MUST reside in the root of the bundle
         directory and MUST be named `config.json`.
    
    The config.md line may have been useful when it was added (77d44b1,
    Update runtime.md, 2015-07-16).  But since the bundle.md line landed
    in 106ec2d (Cleanup bundle.md, 2015-10-02, opencontainers#210), I think it's been
    redundant.
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    c83bdfb View commit details
    Browse the repository at this point in the history