Luc Sarzyniec
Luc Sarzyniec
Thanks a lot for your consideration and your investigation 🙏 FYI, the default `ulimit` used by your docker daemon can can be configured in your [docker daemon's configuration](https://docs.docker.com/reference/cli/dockerd/#default-ulimit-settings). It's also...
No updates, closing the issue.
That's not how Docker and kernel namespaces work. If you want to tweak the ulimit value for your container, you can do it through the appropriate Docker option ([--ulimit](https://docs.docker.com/engine/containers/resource_constraints/) iirc).
You can possibly check this issue: https://github.com/olbat/dockerfiles/issues/105#issuecomment-2067778834
It is possible to add a [build variable](https://docs.docker.com/build/building/variables/), yes. But you will have to build the image yourself to configure it with an arbitrary password. Is this what you are...