1. The container tags become what PHP version you want to run (`drush/drush:php-5` for PHP5, `drush/drush:php-7` for PHP7, etc) 2. Split up Composer to allow chosing PHP 5 `composer/composer:php-5`/`composer/composer:php-7` 3. Download all versions of Drush (8, 9) 4. Drush entry point selects which version of Drush you want - Wrapper script? `/drush/$DRUPAL_VERSION/drush $@` - Use DRUSH_VERSION in entry point to select correctly? Does this work? - Full blown PHP Drush launcher application to select which Drush version to run and pass the args on
drush/drush:php-5for PHP5,drush/drush:php-7for PHP7, etc)composer/composer:php-5/composer/composer:php-7/drush/$DRUPAL_VERSION/drush $@