So here is a weird issue. I've got a docker container running aegir using php 7.4 and latest composer 1.x (working to make platform compatible with 2.x). I created this container by modifying the aegir project provided dockerfiles. Everything appears to work, but when I copy a platform from my live aegir down into my container for development and then try and deploy that platform on the front end using "classic"
deployment strategy it fails to verify. Our platforms are managed by composer and the sites live in `/platform_name/web/sites/` -- If I try this with the aegir/hostmaster:php72 docker container using docker-compose, the classic deployment strategy works. Any ideas whats different between mine and the 72 tag? Or is it the obvious PHP 7.4 and 7.2 result in different behaviors?