Marko Korhonen
Marko Korhonen
I can confirm this. SSH locks totally. If I do `ssh -p2223 -t localhost bash -c "pwd"`, it works
Hi, I have updated our for with latest alpine image: https://github.com/druidfi/docker-ssh
I actually did after posting this issue. Not sure how to deliver this for anyone who wants to use it, but here is it for anyone stumbling to this issue:...
Somewhat related to this I created [bake file](https://github.com/druidfi/docker-images/blob/main/symfony/docker-bake.hcl) which creates php-fpm and caddy "base images" as `amd64` and `arm64` variants: ``` PHP81_MINOR=8.1.4 docker buildx bake -f symfony/docker-bake.hcl --pull --no-cache --push...
If someone stubles on this issue, maybe ppl can test those images and can give feedback 🙏 I'm also planning to create that image including caddy+php-fpm in the same.
We encounter the same with RHEL 8 (Ootpa). ``` $ drush --version Drush Launcher Version: 0.10.1 Drush Commandline Tool 11.1.1 ``` PHP is 8.0
@webflo no luck. It seems it's something deep as I get `Permission denied` even if run with root user. 😕
@ifsnop thanks for the input! I need to go through the test.sh with thought. Current output of tests are like this: https://gist.github.com/back-2-95/ccd2fcba79afba937ad2fcd7b991297d - Maybe you could shortly comment on the...
@ifsnop I updated the gist in previous comment ^^ more verbose output but the same diffs remain. They seem to be related to `double` typed fields. I could not find...
Ok, I digged in with you suggestions: - database gets populated correctly with source sql (the double field's value) - PHP (pdo) returns it wrong BUT only with PHP 8.1...