In an attempt to narrow things down, I have tried 6.13.2, 6.10.0, and 6.9.1, which crash; and 6.8.1, 6.7.2, and 6.3.12, which do not crash. I am deploying according to Heroku's instructions, e.g.:
heroku container:login
docker pull coralproject/talk:6.13.2
docker tag coralproject/talk:6.13.2 registry.heroku.com/<app>/web
docker push registry.heroku.com/<app>/web
heroku container:release web --app=<app>
The error seems to point to an issue with Heroku's filesystem not liking the ../../.. parent directory iteration of locales, but beyond that conclusion I'm a bit lost for how it could be resolved. Any insights?
Expected behavior:
Upgrading to a newer version of Coral on Heroku is successful.
I am currently running the 6.3.3 Docker image on Heroku. When updating to a newer version, the app crashes with the following error:
In an attempt to narrow things down, I have tried
6.13.2
,6.10.0
, and6.9.1
, which crash; and6.8.1
,6.7.2
, and6.3.12
, which do not crash. I am deploying according to Heroku's instructions, e.g.:The error seems to point to an issue with Heroku's filesystem not liking the ../../.. parent directory iteration of locales, but beyond that conclusion I'm a bit lost for how it could be resolved. Any insights?
Expected behavior: Upgrading to a newer version of Coral on Heroku is successful.
Actual behavior: Heroku app crashes.
Related Issues: None
Versions: