Closed joecorall closed 1 year ago
I'm getting the following error with this PR.
make starter-finalize ENVIRONMENT=starter
make[1]: Entering directory '/Users/admin/isle-dc'
docker compose exec -T drupal with-contenv bash -lc 'chown -R nginx:nginx .'
make drupal-database update-settings-php
make[2]: Entering directory '/Users/admin/isle-dc'
make[2]: Leaving directory '/Users/admin/isle-dc'
make[2]: *** [Makefile:528: drupal-database] Error 143
make[1]: *** [Makefile:577: starter-finalize] Error 2
make[1]: Leaving directory '/Users/admin/isle-dc'
make: *** [Makefile:173: starter] Error 2
@DonRichards that's fixed with https://github.com/Islandora-Devops/isle-dc/pull/347
That issue is related to the version of PHP running in the drupal container, and not an issue with removing recast.
Brought this up in the tech call. And since this works with make local
we came to the conclusion this works and can be merged.
Closes https://github.com/Islandora-Devops/isle-dc/issues/299
make starter TAG=2.0.0
is failing withSee https://github.com/Islandora-Devops/isle-buildkit/issues/220 for additional discussion around removing recast. It was removed from
isle-buildkit
with https://github.com/Islandora-Devops/isle-buildkit/pull/238With this PR
make starter TAG=2.0.0
builds OK.