Skip to content

Commit

Permalink
docs: add Vanilla OS and update Arch init (#926)
Browse files Browse the repository at this point in the history
* Add Vanilla OS:VSO image

* sort

* add vos to the compatible host systems

* wrong distro name

* prevent Arch from breaking the Ci
  • Loading branch information
mirkobrombin authored Aug 19, 2023
1 parent 4bc6547 commit 90c3565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ EOF
curl
diffutils
findutils
glibc
gnupg
less
lsof
Expand Down
2 changes: 2 additions & 0 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Distrobox has been successfully tested on:
| SteamOS 3 | | You can use `steamos-readonly disable` and follow `Arch Linux` instructions. This will **NOT** survive updates.<br>Alternatively you can follow the [Install Podman in a static manner](posts/install_rootless.md) guide, this will install it in your $HOME and it will survive updates.|
| RedHat | 8 <br> 9 | `distrobox` is available in epel repos. (thanks [alcir](https://github.com/alcir)!) |
| Ubuntu | 18.04 <br> 20.04 <br> 22.04 <br> 22.10 <br> 23.04 <br>| Older versions based on 20.04 or earlier may need external repos to install newer Podman and Docker releases. <br> Derivatives like Pop_OS!, Mint and Elementary OS should work the same. <br> [Now PPA available!](https://launchpad.net/~michel-slm/+archive/ubuntu/distrobox), also `distrobox` is available in default repos from `22.10` onward (thanks [michel-slm](https://github.com/michel-slm)!) |
| Vanilla OS | 22.10 <br> Orchid | `distrobox` should be installed in the home directory using the official script |
| Void Linux | glibc | |

### Install Podman in a static manner
Expand Down Expand Up @@ -187,6 +188,7 @@ Distrobox guests tested successfully with the following container images:
| Scientific Linux | 7 | docker.io/library/sl:7 |
| Slackware | 14.2 | docker.io/vbatts/slackware:14.2 |
| Ubuntu | 14.04 <br> 16.04 <br> 18.04 <br> 20.04 <br> 22.04 <br> 23.04 | docker.io/library/ubuntu:14.04 <br> docker.io/library/ubuntu:16.04 <br> docker.io/library/ubuntu:18.04 <br> docker.io/library/ubuntu:20.04 <br> docker.io/library/ubuntu:22.04 |
| Vanilla OS | VSO | ghcr.io/vanilla-os/vso:main |
| Void Linux | | ghcr.io/void-linux/void-linux:latest-full-x86_64 |

Images marked with **Toolbox** are tailored images, so they are more indicated
Expand Down

0 comments on commit 90c3565

Please sign in to comment.