Skip to content

Instantly share code, notes, and snippets.

@Thomashighbaugh
Last active January 7, 2023 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Thomashighbaugh/ad016b9cdda052059af881dfff5d5106 to your computer and use it in GitHub Desktop.
Save Thomashighbaugh/ad016b9cdda052059af881dfff5d5106 to your computer and use it in GitHub Desktop.
Artix Linux Docker Images With the Universe and Omniverse Repos Enabled

Artix Linux Docker Images With the Universe and Omniverse Repos Enabled

As part of my on-going attempt to run my custom Linux environment from an ISO file to ease demonstration and reinstallation thereof, I found myself in need of an Artix Linux image that had two additional repositories available to it. Both of these are repositories put out by the project itself, here you can read about why they are not enabled by default and how to enable them in a fresh installation of Artix Linux. The reason this is necessary is that I need to install a package adding support for the Arch Linux repositories that was recently-ish moved to the Universe repo from Community, thus rendering my ISO build process hung at that stage as I need packages from the Arch Linux repos to render my system on an ISO as intended.

After trying several alternatives, I had no alternative but to recreate the Docker images myself, modifying the freely available means the project was officially creating the Docker images for Artix Linux available via Dockerhub. Thanks to the open aspect of open source, this was a relatively easy end to a frustrating process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment