Skip to main content
Topic: Containerized Development under Artix (Read 1972 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Containerized Development under Artix

Hello, community.
I am used to do developing inside a podman distrobox container. I realized that Artix does not maintain Distrobox packages. Do you know any solutions beside using the Extra-Repo of Arch? I am open for alternatives to distrobox as well.

Cheers.

Re: Containerized Development under Artix

Reply #1
Hey Skul,

You're right, Distrobox isn’t officially packaged for Artix, and relying on the Arch extra repo can be a bit of a gray area depending on how strict you are about keeping things purely Artix.

As an alternative, you might want to look into using toolbox or systemd-nspawn, though the latter depends on whether you're using a runit, s6, or OpenRC init system, so setup could require a bit more manual work.

If you're comfortable building from source, Distrobox does support manual installation via GitHub. I’ve seen some folks get it working by pulling in only the needed dependencies without fully enabling Arch repos.

 

Re: Containerized Development under Artix

Reply #2
I've added distrobox to galaxy.

Re: Containerized Development under Artix

Reply #3
Hello, community.
I am used to do developing inside a podman distrobox container. I realized that Artix does not maintain Distrobox packages. Do you know any solutions beside using the Extra-Repo of Arch? I am open for alternatives to distrobox as well.

Cheers.

Hello.

As stated in the Distrobox wiki, Distrobox can be installed in the Home directory without sudo

Code: [Select]
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --prefix ~/.local