Disclaimer: I'm just an external contributor so I'm probably not the right person to ask, AFAIK @rhattohttps://gitlab.torproject.org/rhatto is the specialist on this matter.
What kind of issues are you having with alpine?
Is there any documentation involving Arti not running as it should on non-glibc distros?
The Onimages repository is specific to Onion Service usage, so its Arti images tend not to be useful for a broader audience, and hence the need for this ticket.
Ideally, such Onion Services images could be based on official Arti images.
I'm having the same issue linking Arti with libraries such as sqlite3, but I don't have much time to work on it right now, so any help would be appreciated :)
I'm having the same issue linking Arti with libraries such as sqlite3, but I don't have much time to work on it right now, so any help would be appreciated :)
Another idea would be to first create a base Rust container (as a merge request on the base-images repository).
Arti's Dockerfile could then use this image, install a few dependencies and then compile/install Arti (either from source like @pythonbrad's current implementation or using cargo install (maybe both could be supported?).
These Rust images could be useful for related projects.