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

Refactor built-in Dockerfile and fix_ssh() #71

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Refactor built-in Dockerfile and fix_ssh() #71

merged 1 commit into from
Dec 21, 2022

Commits on Dec 20, 2022

  1. Refactor built-in Dockerfile and fix_ssh()

    Changes:
    * Reduce layers amount in the image generated from the built-in
      Dockerilfe (every RUN produces another layer)
    * Squash multiple sed invocations into one
    * Sync sshd_config changes in the built-in Dockerfile and in the
      fix_ssh() function.
    * Improve ssh service name detection in fix_ssh()
    * Implement some rubocop suggestions
    * Remove unused sshd_options variable
    jay7x committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8cca573 View commit details
    Browse the repository at this point in the history