jeffijoe / deltio

A Google Cloud Pub/Sub emulator alternative, written in Rust.
MIT License
19 stars 1 forks source link

Fix Docker build for musl + update packages #3

Closed jeffijoe closed 1 year ago

jeffijoe commented 1 year ago

The Docker build script was not building for musl linux if the build and target platforms were the same. That meant that the linux/amd64 build wouldn't be compiled for musl, and when running that on the scratch image on a stripped-down OS like on Kubernetes, the libc libraries would not load.

This was fixed by always building for musl.

Additionally, the Deltio version number is now included in the start log message. Packages were also updated.