MicroOps-cn
MicroOps-cn
The image size, number of layers and complexity are greatly reduced ``` confserver main e537e4e82df0 25 minutes ago 474MB curiefense/confserver main c3b862010917 42 hours ago 1.35GB ```
> Thanks for your contribution! It's already been discussed before (see #701) but we're not sure yet how it can be solved properly. In any case, generating JSON data from...
> umi 3 不维护了,建议升级到 umi 4 看起来umi4的getMomentLocale函数和umi3的是一样的,umi4应该也存在同样的问题
我在global.tsx中增加了这样的代码,将en-US的momentLocale覆盖掉,就临时解决了该问题, ``` if (!localeInfo['en-US']?.momentLocale) { addLocale( 'en-US', {}, { momentLocale: 'en-US', antd: { ...(localeInfo['en-US']?.antd ?? {}) }, }, ); } ```
```shell root@minikube:/# docker run -it --entrypoint /bin/bash curiefense/curietasker:main root@875194e1cadd:/# find -name pyrsistent 2>/dev/null ./usr/lib/python3.7/site-packages/pyrsistent root@875194e1cadd:/# python3 -c "import sys;print(sys.path)" ['', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages', '/usr/lib/python3.7/dist-packages'] ``` By analyzing the...
So now there are two options: 1. Add environmental variables For the newly packaged docker image, a new line can be added in the dockerfile: `ENV PYTHONPATH $PYTHONPATH:/usr/lib/python3.7/site-packages/` For the...
Resolved. Add this configuration to the envoy configuration: ``` filter_chains: - filters: - name: envoy.filters.network.http_connection_manager typed_config: "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager use_remote_address: true ```
> Indeed! It would be nice to be able to specify port AND optional password. 👍,Can I customize the database (number)? @bartavelle
> updated the PR @bartavelle 👍 thx
Has this problem been resolved? I still have this error using ElasticCloud's ES9 as the data source.