curl / curl-container

curl images
MIT License
66 stars 12 forks source link

build(deps): bump alpine image from 3.19.1 to 3.20.0 #57

Closed reaver-flomesh closed 3 months ago

reaver-flomesh commented 5 months ago

It seems the alpine 3.20.x doesn't have zstd-libs installed, it throws exceptions when executing curl.

2024-05-23T08:13:10.704404444Z stderr F Error loading shared library libzstd.so.1: No such file or directory (needed by /usr/lib/libcurl.so.4)
2024-05-23T08:13:10.705115853Z stderr F Error relocating /usr/lib/libcurl.so.4: ZSTD_isError: symbol not found
2024-05-23T08:13:10.70521585Z stderr F Error relocating /usr/lib/libcurl.so.4: ZSTD_createDStream: symbol not found
2024-05-23T08:13:10.705227151Z stderr F Error relocating /usr/lib/libcurl.so.4: ZSTD_decompressStream: symbol not found
2024-05-23T08:13:10.705265631Z stderr F Error relocating /usr/lib/libcurl.so.4: ZSTD_freeDStream: symbol not found
2024-05-23T08:13:10.705346903Z stderr F Error relocating /usr/lib/libcurl.so.4: ZSTD_versionNumber: symbol not found

The PR is to resolve it and bump alpine to 3.20.0.

reaver-flomesh commented 5 months ago

/test

xquery commented 5 months ago

this PR will get merged in a few days ... just catching up elsewhere

reaver-flomesh commented 5 months ago

this PR will get merged in a few days ... just catching up elsewhere

Got it, thanks. :-)

tunguyen9889 commented 4 months ago

May I know when this PR will be merged? Alpine 3.19 is having CVE https://github.com/alpinelinux/docker-alpine/issues/389