rancher / community-catalog

Catalog entries contributed by the community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wekan always in Initializing status

wkjun opened this issue · comments

commented
Version:
Rancher | v1.6.23
Cattle | v0.183.64
User Interface | v1.6.47
Rancher CLI | v0.6.12
Rancher Compose | v0.12.5

When i deploy wekan from Catalog Community,then wekan always in Initializing status.
The wekan container standard error log like:
npm install --save bcrypt
this Cause wekan container could't be in running status.
rancher use mquandalle/wekan image,the code of dockerfile has been commented

#Removed binary version of bcrypt because of security vulnerability that is not fixed yet.
#https://github.com/wekan/wekan/commit/4b2010213907c61b0e0482ab55abb06f6a668eac
#https://github.com/wekan/wekan/commit/7eeabf14be3c63fae2226e561ef8a0c1390c8d3c
#cd /home/wekan/app_build/bundle/programs/server/npm/node_modules/meteor/npm-bcrypt && \
#gosu wekan:wekan rm -rf node_modules/bcrypt && \
#gosu wekan:wekan npm install bcrypt && \

But the image did't have the tag which i need ,i have use wekanteam/wekan:v1.00,which is ok for me.

if possible,the rancher Catalog Community Wekan's Deploy should be normal