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
{{ message }}
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
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