Replies: 6 comments 5 replies
-
Hi, sure please do so. I don't know if the standard docker image with distroless needs that but the ubuntu image could definitely benefit from that. |
Beta Was this translation helpful? Give feedback.
-
So i did some research because i wanted this to be the same across all the images. is there a reason to not just forcing the user via docker at runtime? basically just reason: everything else ranges from a simple USER in the dockerfile to scripting for runtime changes |
Beta Was this translation helpful? Give feedback.
-
I guess not. That would be the easiest solution. Do you want to create a pr? |
Beta Was this translation helpful? Give feedback.
-
@SamTV12345 other thing i noticed and is indirect a docker issue. this kinda leaks into the main branch |
Beta Was this translation helpful? Give feedback.
-
would you be open for a ghcr.io images? this could be done via github actions and could for a start track master |
Beta Was this translation helpful? Give feedback.
-
Are you good at github actions? I must admit I have never been that comfortable with that syntax etc. I would like to have an action that runs on master and on the pull requests.The pull requests should check if the build even works. |
Beta Was this translation helpful? Give feedback.
-
hi,
i think the dockerfile can be enhanced a bit.
drop root
It seems the current docker image runs the service as root. this should be dropped down to a regular user if not needed.
maybe give the option to specify a user pid/gid
i could make a pr if you like
Beta Was this translation helpful? Give feedback.
All reactions