Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker build for musl + update packages #3

Merged
merged 3 commits into from
May 25, 2023
Merged

Conversation

jeffijoe
Copy link
Owner

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.

@jeffijoe jeffijoe merged commit a3df57d into main May 25, 2023
@jeffijoe jeffijoe deleted the fix/docker-musl branch May 25, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant