Project

General

Profile

Clear Docker installing with errors

Added by qawsed Q over 4 years ago

Hello!
I'm download clear official image of Redmine on Sinology Docker.
I'm make container, setup directory linking:

Soft/RedminePlugins >>>> /usr/src/redmine/files

Setup port setting mapping to run on 3330

When I go to terminal console, I see log of database migration at start:

warning: missing REDMINE_DB_MYSQL, REDMINE_DB_POSTGRES, 
or REDMINE_DB_SQLSERVER environment variables

*** Using sqlite3 as fallback. ***

The dependency tzinfo-data (>= 0) will be unused by any of the 
platforms Bundler is installing for. Bundler is installing for 
ruby but the dependency is only for x86-mingw32, x64-mingw32, 
x86-mswin32. To add those platforms to the bundle, run 
`bundle lock --add-platform x86-mingw32 x64-mingw32 x86-mswin32`.

The Gemfile's dependencies are satisfied

I, [2019-09-22T07:23:45.000754 #30]  INFO -- : Migrating to Setup (1)

== 1 Setup: migrating =========================================================

Then long log with migrating process and at the end:
== 20180923091603 ChangeSqliteBooleansDefault: migrated (0.8236s) ============= 

=> Booting WEBrick                                                              
=> Rails 5.2.2 application starting in production on http://0.0.0.0:3000        
=> Run `rails server -h` for more startup options                               
W, [2019-09-22T07:25:09.622297 #1]  WARN -- : Creating scope :system. Overwritin
g existing method Enumeration.system.                                           
W, [2019-09-22T07:25:10.641334 #1]  WARN -- : Creating scope :sorted. Overwritin
g existing method Group.sorted.                                                 
W, [2019-09-22T07:25:10.665313 #1]  WARN -- : Creating scope :sorted. Overwritin
g existing method User.sorted.                                                  
[2019-09-22 07:25:11] INFO  WEBrick 1.4.2                                       
[2019-09-22 07:25:11] INFO  ruby 2.5.3 (2018-10-18) [x86_64-linux]              
[2019-09-22 07:25:11] INFO  WEBrick::HTTPServer#start: pid=1 port=3000         

It is CLEAR install from OFFICIAL image (hub.docker.com/_/redmine/).
Main problem, that some plugins doesn't work and show same errors when I'm installing them with

bundle update
bundle exec rake redmine:plugins RAILS_ENV=production

And some plugins works with errors (don't show some webpage elements)
I try "latest" branch, latest passenger, latest alpine, 4.0.0 - all images have same errors.
What I need to do, to make install without this errors?
A can run terminal to exec commands.
Thanks.