Loker
Loker
agent不能配置项目名和版本号,因为统一使用一个基础镜像构建,所有的业务系统都会放在demo project项目里面 
我知道可以添加ENV变量,不过对于业务部门改动很大,他们需要修改几百个dockerfile文件添加环境变量,现在我这边只需修改dockerfile里面基础镜像即可。这样导致最后数据都会归类到demo project里面 ┑( ̄Д  ̄)┍ 所以洞态这边要不要添加一个域名归类的维度
可以参考这个项目:https://github.com/cve-search/cve-search
插件超市还是1.1.0 
我在开发者文档找到可以上传语音文件的接口 https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/im-v1/message/create_json#5d353271
生成音频可以采用有道云,http://dict.youdao.com/dictvoice?type=0&audio={} 或者用微软的SSML文件生成
我花了一天时间,写了python版的,已经完成了这个功能 https://github.com/yingshang/feishu-talk
i use the `--exec` ``` [root@localhost stapxx]# ./samples/lj-lua-stacks.sxx --exec /opt/server/nginx/sbin/nginx > t.bt Found exact match for libluajit: /opt/server/luajit/lib/libluajit-5.1.so.2 WARNING: Start tracing 0 (/opt/server/nginx/sbin/nginx) WARNING: Hit Ctrl-C to end. ERROR: read...
Thank you for your advice, but I've found a way to deal with it. tools download link`https://github.com/openresty/openresty-systemtap-toolkit` i use the command is ok .`ngx-sample-lua-bt -p 19075 --luajit20 -t 5 >...
@agentzh this is my dockerfile ,i install openresty version is 1.11.2.5,and i don't install LuaJit ,the is default install. ``` from centos:6.8 RUN yum install -y readline-devel pcre-devel openssl-devel gcc...