yosifkit

Results 301 comments of yosifkit

This is a duplicate of #430 and was fixed in https://github.com/docker-library/official-images/pull/5516.

:+1: on the idea of grouping tags. Do we just not care if they group some and not others or would that be more of a "linting" on our side...

I'm not sure what applies anymore to the newer RFC-2822 based format. 😕 Maybe it'll be a little better when we do shared tags and manifest list tags (https://github.com/docker-library/official-images/issues/2289).

Thanks for the contribution; this change will need to be in the respective `content.md` since each image `README.md` is generated (the failing build test). You'll need to replace the current...

We just use the package default (which upstream sets and could change). So it is best to just ask postgres what it is. Something like: `postgres --describe-config | grep unix_socket_directories`....

Yeah, it is a bit hard to find which tag is the most equivalent to `latest` (or generally, getting the "most specific" tag from any less specific tag). While we...

It seems that your editor changed a lot of unrelated blank space.

This appears to be a partial copy from [upstream MySQL documentation](https://dev.mysql.com/doc/refman/8.0/en/docker-mysql-more-topics.html#docker_var_mysql-root-host). But that documentation is for the `mysql/mysql-server` images and not necessarily correct for the `mysql` images maintained here in...

Would this be helpful: [official-images test suite](https://github.com/docker-library/official-images/tree/master/test)? We are working on having more tests for more images. If it can work for you, feel free to add tests and help...

The biggest problem I see is for developers. Unless they chmod all their code world readable the container will not be able to read the files. There could be an...