drupal-php icon indicating copy to clipboard operation
drupal-php copied to clipboard

Inherit the build arguments from the base PHP image

Open skilip opened this issue 6 years ago • 2 comments

It would be great if the Drupal-PHP image allows to pass the same build arguments as the base PHP image: https://github.com/wodby/php#build-arguments

We had several write issues with running composer inside the Drupal-PHP container which had to be solved by passing the UID and GID as build arguments. We had to combine the Dockerfiles from both wodby/php and wodby/drupal-php to get this working.

skilip avatar Jun 07 '19 08:06 skilip

@csandanov could you please give some feedback on this issue?

NielsHummel avatar Aug 13 '19 12:08 NielsHummel

This would require finding all files/directories with old uid/gids and fixing it, sounds like a lot of excessive work and it has to be in the constant sync. So, for now, my answer is no

csandanov avatar Aug 14 '19 07:08 csandanov