Noah Kantrowitz

Results 187 comments of Noah Kantrowitz

Yay, I had been hoping someone else would write something exactly like that if I just waited long enough!

Yeah, this changed some time during chef 10 maintenance I think so as long as that is backwards compatible (which is it seems to be) send over a patch :)

Is this still an issue? I think this was fixed elsewhere at some point.

Isn't this the problemspace https://osv.dev/ exists for? :)

https://docs.fluentd.org/plugin-development/api-config-types#common-options

Would still be cool if this could be merged some day.

I'm going to echo this, running as UID 0 is very dangerous in most cases. I would strongly recommend using a `USER nobody` line in the Dockerfile.

Rather than `ENTRYPOINT ["/bin/bash", "/run.sh"]`, use `CMD ["/bin/bash", "/run.sh"]`. That sets the default command, rather than the default entrypoint :) They seem similar but work differently inside the container tools.

@kramvan1 This ticket isn't closed, just no one has gotten around to working on it yet.