-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with building and deploying custom container #190
Comments
I think this might @nigelgbanks it looks like you did a lot of the work on buildkit. Any ideas how to fix this? I would say it's a permissions issue, but I don't know how to remedy it |
Can you provide full steps to reproduce, from a clean state? I'm assuming this might be happening in a bind mounted folder and the folder on your host wherever |
I just followed the instructions in the docs to make local and then change to custom. It's happening on Mac and Linux
Change environment to local in the .env
make up gives the following errors:
after make up is finished the drupal container keeps restarting |
Surprisingly |
@joshdentremont I've raised a pull request #191 that fixes the issue, if you happy with those changes I'll merge it. You can test by setting |
@nigelgbanks this seems to fix the errors I was getting, but my Drupal container is still restarting, so maybe this was not the cause. Here is the contents of my log when I run make up. I stopped it shortly after it restarted, but if I leave it going it keeps looping through this:
|
I've raise another pull request for that, though against |
I think you're the only one to test this functionality in like a year 😄 |
When following the steps at https://islandora.github.io/documentation/installation/docker-custom/#building-and-deploying-your-custom-container I am getting an error at the
make build
step:This causes the Drupal container to continuously restart.
The text was updated successfully, but these errors were encountered: