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

ansible,docker: ensure <1024 are privileged ports #2521

Merged
merged 1 commit into from
Jan 12, 2021

Commits on Jan 9, 2021

  1. ansible,docker: ensure <1024 are privileged ports

    Since Docker 20.10.0 @ 2020-12-08, port binding has been made unrestricted.
    This change undoes that by ensuring that <1024 are privileged. Node.js' test
    suite assumes that binding to a lower port will result in a privilege failure
    so we need to create an environment suitable for that assumption.
    
    Ref: nodejs/node#36847
    rvagg committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    eb9e46d View commit details
    Browse the repository at this point in the history