Xavier Fournet
Xavier Fournet
I had the same problem when upgrading from node-fetch 2.x (non ESM) to node-fetch 3.x (ESM). It's quite surprisingly that esbuild-runner automatically externalize direct dependencies in package.json which is not...
Following the advice from @aaronjwhiteside I was able to workaround the problem by just adding the libz from arch linux. ``` FROM frolvlad/alpine-glibc:alpine-3.8 RUN wget "https://www.archlinux.org/packages/core/x86_64/zlib/download" -O /tmp/libz.tar.xz \ &&...
Since the librairies in /lib are not compatible with glibc program, shouldn't the glibc package also includes theses libraries (zlib and libressl) to avoid crash when an glibc program depends...
@henrik242 the workaround should still work. However for my use case, i created two new Docker image (https://hub.docker.com/r/xfournet/jready/) targeting the execution of a JRE. One is based on alpine docker...
ldd on PATH is the musl LDD version that cannot properly process the glibc libraries. You must call /usr/glibc-compat/bin/ldd program instead. But before you can use it, you must *...
Hi @subinataws! Sorry it's not working as intended since `docker compose` is still not supported in standard:6.0, and we are still forced to use the deprecated docker-compose syntax As indicated...
@yadue when i test it, the PR is not working, the added test test fails with or without the patch in url-match.ts (see comments in PR)
We also have the same problem, on a specific content (maybe due to to it's length ?) we have ~1% of the GET request that are failing while the request...
Thanks @Dylan-AWS . Would be possible to have it also in al2/aarch64/standard/3.0 ?