Tianon Gravi
Tianon Gravi
I don't speak for the team, but they don't actively maintain any older versions, so backports of older versions are _extremely_ unlikely.
Converting to Draft for now -- we need to test this commit/branch to make sure it actually works before we go ahead with it.
``` Run tianon/bashbrew@tianon Run actions/setup-go@v5 with: go-version-file: /home/runner/work/_actions/tianon/bashbrew/tianon/go.mod cache-dependency-path: /home/runner/work/_actions/tianon/bashbrew/tianon/go.sum check-latest: false token: *** cache: true Setup go version spec 1.20 Found in cache @ /opt/hostedtoolcache/go/1.20.14/x64 Added go to the...
So maybe we should `cache: false` instead? I don't know what that implies, more research required...
We don't officially support the `ftp` command in the `php` images 😅 Is there perhaps some standard PHP behavior/function which references these files? How common is it?
In the future, please update your existing pull request instead of creating a new one (https://github.com/docker-library/docs/pull/2534; https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request#making-changes-to-files-in-your-pull-request). cc `ros` image maintainer @tfoote -- this looks correct to me, but I'd...
Thanks for providing such detailed information! In the interest of being fully transparent, I'm really hesitant to change our configuration there as we're using the only real generic configuration upstream...
I don't think there's a way to configure them to use different files _by default_, but `--php-ini`/`-c` allows you to specify an explicit file to use instead (or `--no-php-ini`/`-n` if...
`php-fpm.conf` is the configuration for `php-fpm`, not PHP (which is confusing, yes, but `php.ini` is a separate thing from `php-fpm.conf`, and `php-fpm.ini` would also be a totally separate thing).
The current implementation is here: https://github.com/docker-library/docs/blob/6e07544ea35195d16f8febf9993175776dbc7b4c/push.pl#L80-L123 This `TODO` in particular has me laughing: ```perl # TODO deal with "```foo" appropriately (so we don't drop our note in the middle of...