wodby / drupal-php

PHP docker container image for Drupal
https://wodby.com/stacks/drupal
MIT License
60 stars 80 forks source link

Inherit the build arguments from the base PHP image #66

Open skilip opened 5 years ago

skilip commented 5 years ago

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.

NielsHummel commented 5 years ago

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

csandanov commented 5 years ago

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