thunderhub icon indicating copy to clipboard operation
thunderhub copied to clipboard

Docker image v0.13.16 does not start

Open v0l opened this issue 3 years ago • 0 comments

Describe the problem/bug Running docker image apotdevin/thunderhub:v0.13.16 fails to start due to vulnerability alert?

Env: kubernetes

Persisted queries are enabled and are using an unbounded cache. Your server is vulnerable to denial of service attacks via memory exhaustion. Set `cache: "bounded"` or `persistedQueries: false` in your ApolloServer constructor, or see https://go.apollo.dev/s/cache-backends for other alternatives.
npm notice
npm notice New minor version of npm available! 8.11.0 -> 8.19.2
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.19.2>
npm notice Run `npm install -g [email protected]` to update!
npm notice
npm ERR! path /app
npm ERR! command failed
npm ERR! signal SIGKILL
npm ERR! command sh -c node dist/main

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2022-10-05T21_45_45_331Z-debug-0.log

thunderhub.txt

v0l avatar Oct 05 '22 21:10 v0l