wader / static-ffmpeg

Multi-arch docker image with ffmpeg/ffprobe binaries built as hardened static PIE binaries with no external dependencies
https://hub.docker.com/r/mwader/static-ffmpeg/
MIT License
255 stars 62 forks source link

Multi-arch build is currently failing #361

Closed wader closed 10 months ago

wader commented 10 months ago

Seems to be something to do with cargo in alpine stable in combined with ec2 (faster network?) that causes cargo download etc to fail. Seems to work better with alpine edge so hopefully will get fixed by next stable release.

wader commented 10 months ago

Workaround is to use cargo sparse index 🤷‍♂️