Laurent Goderre

Results 474 comments of Laurent Goderre

This might break a lot of builds though. Could we handle this via the entrypoint script instead and close the container if it detects an difference in major versions?

I like @yosifkit suggestion!!

The danger of corrupting a db imo far outweigh the benefits to CI pipelines.

I have not found any example of redis setting the `logfile` via command line like this. All the example set it in the config file

You could switch to the slim version and maybe use multi-stage build. See: https://github.com/docker-library/faq?tab=readme-ov-file#why-does-my-security-scanner-show-that-an-image-has-cves

I'm not familiar with this but looking at the error handling here: https://github.com/krallin/tini/blob/0b44d3665869e46ccbac7414241b8256d6234dc4/src/tini.c#L505-L512 and the spec here: https://pubs.opengroup.org/onlinepubs/9699919799/functions/sigtimedwait.html there is an error code that is not handled (`EINVAL`) and I...

I tried updating but the change is not in the latest version. We have to way for 5.82.9

What do you get when you do `docker inspect postgres:17-bullseye`?

What OS are you using on your host?

It's not clear to me what problems these implicit volumes other than needing to occasionally running a prune command to clear dangling volumes. As for it being an anti-pattern, I...