You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
/usr/lib/ruby/2.5.0/fileutils.rb:1019:in `fu_get_uid': uninitialized constant FileUtils::Etc (NameError)
from /usr/lib/ruby/2.5.0/fileutils.rb:967:in `chown'
from /usr/lib/ruby/gems/2.5.0/gems/tiller-1.4.1/bin/tiller:277:in `block in <module:Tiller>'
from /usr/lib/ruby/gems/2.5.0/gems/tiller-1.4.1/bin/tiller:175:in `each'
from /usr/lib/ruby/gems/2.5.0/gems/tiller-1.4.1/bin/tiller:175:in `<module:Tiller>'
from /usr/lib/ruby/gems/2.5.0/gems/tiller-1.4.1/bin/tiller:35:in `<top (required)>'
from /usr/bin/tiller:23:in `load'
from /usr/bin/tiller:23:in `<main>'`
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.
The text was updated successfully, but these errors were encountered:
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!
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.The text was updated successfully, but these errors were encountered: