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

Added explicit creation of nonroot user to Dockerfile #578

Closed
wants to merge 1 commit into from

Commits on Sep 16, 2024

  1. Added explicit creation of non-root

    Added explicit creation of non-root to the dockerfile. In some situations (e.g., containerd on Kubernetes) the home directory for the user (/home/nonroot) isn't necessarily created when the image is loaded. In this case, things get tricky because the nonroot user doesn't seem to have write access to any other paths. Also, explicitly coding in the useradd seems to be best practice (though this is obviously less relevant).
    jrussell9000 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3ea3c00 View commit details
    Browse the repository at this point in the history