yosifkit

Results 328 comments of yosifkit

This set of additions in `9` and `9-minimal` seem a bit out of place for a container image. Are they all expected and desired? Things in `/dev` might cause issues...

Yeah, this is caused by the images moving to the next major Debian release, Trixie. We only support `postgres` images on two suites of Debian at a time. As we...

I am unsure if this should be added to the entrypoint; it already has too many magic features and we are hesitant to add more. `docker run ... mongo --ipv6`...

Welcome and thanks for your responses! Just in case you haven't seen what the current DOI build process looks like, ["An image's source changed in Git, now what?"](https://github.com/docker-library/faq/blob/e5475a9b3d7c34b8a1e3902df0f4959c5b33e593/README.md#an-images-source-changed-in-git-now-what) is a...

In order to replace `gosu` with `setpriv` we'd need maintain a shell script that implements the `gosu` interface but runs `setpriv` so that users aren't suddenly broken in updated images...

1. `org.opencontainers.image.version` is controlled by the library file for rust (`library/rust` in this repo). Technically it is the first value in the image tags for that image: https://github.com/docker-library/official-images/blob/5e38717491c05fbe58d57720031ec030ae0862d1/library/rust#L8 In order...

> Can you please just rebuilt the alpine based image and push? Unfortunately, our build system is a bit more complicated than that because we build many images `FROM` one...

Look like stdout or stderr are not supported (https://stackoverflow.com/a/32939348); only files, tables, or none are supported (https://dev.mysql.com/doc/refman/8.4/en/log-destinations.html). So, there is nothing we can document or add to the image to...