Closed jostyee closed 4 years ago
这个 base image 集成 glibc 的做法可能会导致 arm 架构无法正常 build,有空我要试一下。
@jostyee 请测试 wangqiru/ttrss:dev
@HenryQW 我没有ARM架构(RPi等)设备测试,只能在x86上检查。。
ttrss:dev on Ubuntu 18.04
现在还多了个 Legacy connect requested to pgsql
,切到主线版本也有,貌似pgo没用上?
那就是上游的问题啦
现在还多了个
Legacy connect requested to pgsql
,切到主线版本也有,貌似pgo没用上?
上游貌似解决了这个问题,麻烦测试一下最新版 dev
还是一样
hmmm...为什么我这里什么警告日志都没有?
因为我加了个官方插件?
- ENABLE_PLUGINS=auth_internal,cache_starred_images,fever
cache_starred_images
確實有這個問題。
This is not resolved, its still being thrown on current latest
docker tag.
@dimon222 I do not see relevant logs from my TTRSS instance, on the latest tag. Can you post your env and plugins enabled so we can find out what happened?
Configuration - running from docker-compose.yml
that in root of this repository.
I guess its always this culprit?
New 3 log stacktraces appear every time update-daemon.php runs any feed fetching. Error screenshot:
Bug 描述 ttrss的event log里面出现很多:
你谷歌/百度了吗? 按照官方论坛 https://community.tt-rss.org/t/php-7-3-use-of-undefined-constant-glob-brace/2230/3 的讨论,应该是项目Docker base image选用了alpine不带glibc导致
部署方法
部署环境
复现步骤 复现该 bug 的详细步骤
其他 可以考虑把base image换到 https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc 添加glibc集成。