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

Remove deprecated -e/--email flag from docker login #143

Merged
merged 1 commit into from
Jun 2, 2017

Commits on Jun 1, 2017

  1. Remove deprecated -e/--email flag from docker login

    The `docker login -e` / `docker login --email` option was deprecated in
    Docker 1.11 (https://github.com/moby/moby/releases/tag/v1.11.0) through
    aee260d (April 2016), and when used has
    been outputing a deprecation warning since;
    
        Flag --email has been deprecated, will be removed in 17.06.
    
    Originally this option was scheduled to be removed in docker 1.13, but
    extended to docker 17.06 due to a change in our deprecation policy.
    
    Given that only docker 1.10 and older use this flag (which is EOL, including
    for CS versions, as of February 2017), will now be removed.
    
    With this patch, `docker login` will now produce an Error if the flag
    is used.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    8b383d2 View commit details
    Browse the repository at this point in the history