Open tgagor opened 6 years ago
Hmmm. I just added Ruby 2.5 to my Travis automated test builds and I seem to have some other errors with that version of Ruby as well. I'll dig into that and add this issue to some tests. Can't guarantee when I'll have a fix, but thanks for letting me know!
Be aware that e.g. ruby2.5 has also issues with diplomat: https://github.com/WeAreFarmGeek/diplomat/issues/171 so there could be quiet some work to have "tiller 2.5 ready"
I also know of other broken libraries. Seems like 2.5 has a "harsher" upgrade path to offer
Hi,
I have issue after upgrading from Alpine 3.7 (Ruby 2.4.x) to 3.8 (Ruby 2.5.0) as base for our containers.
In environment file it's plain simple:
File
/opt/service/config/application.properties
exists - by default it have different owner but I tried to change ownership to root and it didn't help.I resolved issue by removing
user
,group
parameters. It will work for me this time but it's not a definitive/acceptable solution. I tried to debug it but I was not able to find anything.