Hi,
while running
https://github.com/H2-invent/jitsi-admin/blob/master/installDocker.sh
with podman (substituted docker-compose by podman-compose), npm install
fails after some time. The corresponding Dockerfile is
https://github.com/H2-invent/jitsi-admin/blob/master/Dockerfile
npm timing
metavuln:load:security-advisory:@holema/h2datetimepicker:tAOB5II05tSNmHF58Gp4WLe46M8ZRfnCB7f3pTeHPqNsrEBajJrlUdV7z6YjEmMaJ05Uih5vjS3zo1Lk7bPxCg==
Completed in 0ms
npm http fetch GET 200
https://registry.npmjs.org/@fullcalendar%2fmoment
1088ms (cache miss)
npm timing metavuln:packument:@fullcalendar/moment Completed in 1088ms
npm timing
metavuln:load:security-advisory:@fullcalendar/moment:tAOB5II05tSNmHF58Gp4WLe46M8ZRfnCB7f3pTeHPqNsrEBajJrlUdV7z6YjEmMaJ05Uih5vjS3zo1Lk7bPxCg==
Completed in 1ms
npm timing reify:rollback:createSparse Completed in 834ms
npm timing reify:rollback:retireShallow Completed in 0ms
npm timing command:install Completed in 46331ms
npm notice
npm notice New minor version of npm available! 8.3.1 -> 8.13.2
npm notice Changelog: <
https://github.com/npm/cli/releases/tag/v8.13.2>
npm notice Run `npm install -g npm(a)8.13.2` to update!
npm notice
npm verb stack Error: Socket timeout
npm verb stack at TLSSocket.onTimeout
(/usr/lib/node_modules/npm/node_modules/agentkeepalive/lib/agent.js:346:23)
npm verb stack at TLSSocket.emit (node:events:402:35)
npm verb stack at TLSSocket.Socket._onTimeout (node:net:501:8)
npm verb stack at listOnTimeout (node:internal/timers:557:17
The issue does not appear with docker, and the container can connect
outside, otherwise the 200s before wouldn't happen.
I'm confused where the timeout comes from.
Best Regards
Bjoern