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

fix: Port binding is not respected for SSH port #1043

Merged
merged 8 commits into from
Jun 5, 2024

Commits on Jan 23, 2024

  1. Port Bindings is not respected for SSH port

    1- Dashboard > Manage Jenkins > Configure Clouds
    2- Add a new Cloud
    3- Connect method SSH
    4- Container settings
    5- Port Bindings
         0.0.0.0:20000-20100:22
    Expected Results
    All docker-proxy process should use a port between 20000 and 20100
    
    Tested for a year now with this fix and docker-proxy always gets a port in the specified range.
    ericlapier committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a314e01 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    c078124 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    e95c4fc View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    d97402b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68cede6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e3ebfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0b69e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    724d376 View commit details
    Browse the repository at this point in the history