J0WI

Results 350 comments of J0WI

Meanwhile Bullseye is the current version.

Debian Stretch is now EOL

Kapacitor 1.5 is still listed in https://github.com/docker-library/official-images/blob/master/library/chronograf

@jsternberg can I request your review here too?

@antirez could you give any statement on this?

This has been fixed in https://github.com/antirez/redis-hashes/commit/120b1a0ff83c3fc7d573c7d671cb84fb4f7aaeb0

It works for me if you quote the input: `POSTFIXADMIN_SETUP_PASSWORD_CLEAR_TEXT="foo\'barbaz"`. `php -r` interprets the `\` so the actual hased string is `foo'barbaz`.

Duplicate of https://github.com/docker-library/php/pull/949

Agreed. Do you know a simple replacement for the `/dev/tcp` bashism used in https://github.com/postfixadmin/docker/blob/4791374e8a396c3dc359fabcef2fe2a40f7e9891/docker-entrypoint.sh#L52?