mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-08 23:02:40 -05:00
[PR #552] [CLOSED] feat: add musl support for periphery builds #747
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/552
Author: @R3D2
Created: 5/26/2025
Status: ❌ Closed
Base:
main← Head:musl-periphery-clean📝 Commits (3)
bed6295feat: add musl support for periphery builds58613cbfix: update image references to use moghtech organization8a5b45cfeat: add host installation support for musl periphery📊 Changes
6 files changed (+349 additions, -0 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
bin/periphery/Cargo.toml(+4 -0)➕
bin/periphery/README-musl.md(+100 -0)➕
bin/periphery/musl.Dockerfile(+50 -0)➕
scripts/build-musl.sh(+107 -0)➕
scripts/install-musl.sh(+87 -0)📄 Description
Adds musl-based Docker builds for Komodo Periphery, enabling statically linked binaries that result in ~15MB container images compared to ~100MB+ glibc-based images.
rust:1.82-alpinefor modern Cargo.lock compatibility🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.