Closed Eric-Warehime closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 56.54%. Comparing base (
7391885
) to head (4fa52d4
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Setting a new user in this way ends up with issues when using an entrypoint command since no entries exist in the corresponding etc/ files.
I tried setting the
nobody
user which is built into distroless images, but then mounting files in to use as a config becomes an issue. It seems pretty low stakes to give users root inside the distroless container, so I'm just reverting for now.