Quarkus native with jib in Kubernetes/Docker without running as root #30837
-
I'm trying to avoid running as root in the native container images for Quarkus. I'm building with jib using:
This only works partially. When I start the container I can enter into it (
That is what I want. However, it seems the application is still running as root:
See first line, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
/cc @Sgitario (kubernetes), @geoand (jib,kubernetes), @iocanel (kubernetes) |
Beta Was this translation helpful? Give feedback.
-
Or wait - I can't read. Looking at the output again, the user for the process is 1001 and root is actually the group. Then it is working as designed. Sorry - closing. |
Beta Was this translation helpful? Give feedback.
Or wait - I can't read. Looking at the output again, the user for the process is 1001 and root is actually the group. Then it is working as designed. Sorry - closing.