From f1bb8c36bbaad06d280094add6b3d018f831a1a6 Mon Sep 17 00:00:00 2001 From: Luca Di Maio Date: Tue, 10 Dec 2024 12:34:02 +0100 Subject: [PATCH] docs: Update compatibility list Signed-off-by: Luca Di Maio --- .github/workflows/manpages.yml | 3 +++ docs/compatibility.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 870b1a13c3..a61ada9812 100644 --- a/.github/workflows/manpages.yml +++ b/.github/workflows/manpages.yml @@ -24,6 +24,9 @@ jobs: - uses: actions/checkout@v4 with: # Checkout as many commits as needed for the diff + repository: 89luca89/distrobox + ref: main + persist-credentials: false fetch-depth: 2 token: ${{ secrets.PAT }} diff --git a/docs/compatibility.md b/docs/compatibility.md index ca0d6476db..a19aaed2c9 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -68,7 +68,7 @@ Distrobox has been successfully tested on: | SUSE Linux Enterprise Server | 15 SP5
or later | `distrobox` is available in `SUSE Package Hub` repo.
Enable this repo and then:
`zypper install distrobox`.
Prior to SLES 15 SP6 ``podman`` logging needs to be configured properly, more details in [this openSUSE bug](https://bugzilla.opensuse.org/show_bug.cgi?id=1199871). | | SteamOS | | You can follow the [Install Podman in a static manner](posts/install_podman_static.md) or [Install Lilipod in a static manner](posts/install_lilipod_static.md) guide, this will install it in your $HOME and it will survive updates. | | RedHat | 8
9 | `distrobox` is available in epel repos. (thanks [alcir](https://github.com/alcir)!) | -| Ubuntu | 18.04
20.04
22.04
22.10
23.04
| Older versions based on 20.04 or earlier may need external repos to install newer Podman and Docker releases.
Derivatives like Pop_OS!, Mint and Elementary OS should work the same.
[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)!) | +| Ubuntu | 18.04
20.04
22.04
23.04
24.04
| Older versions based on 20.04 or earlier may need external repos to install newer Podman and Docker releases.
Derivatives like Pop_OS!, Mint and Elementary OS should work the same.
[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
Orchid | `distrobox` should be installed in the home directory using the official script | | Void Linux | glibc
musl | | | Windows | Oracle Linux 9 | using built-in Windows Subsystem for Linux | @@ -155,7 +155,7 @@ Distrobox guests tested successfully with the following container images: | Rocky Linux | 8
8-minimal
9 | quay.io/rockylinux/rockylinux:8
quay.io/rockylinux/rockylinux:8-minimal
quay.io/rockylinux/rockylinux:9
quay.io/rockylinux/rockylinux:latest | | Slackware | | docker.io/vbatts/slackware:current | | SteamOS | | ghcr.io/linuxserver/steamos:latest | -| Ubuntu | 14.04
16.04
18.04
20.04
22.04
23.04 | docker.io/library/ubuntu:14.04
docker.io/library/ubuntu:16.04
docker.io/library/ubuntu:18.04
docker.io/library/ubuntu:20.04
docker.io/library/ubuntu:22.04
docker.io/library/ubuntu:23.04 | +| Ubuntu | 14.04
16.04
18.04
20.04
22.04
24.04 | docker.io/library/ubuntu:14.04
docker.io/library/ubuntu:16.04
docker.io/library/ubuntu:18.04
docker.io/library/ubuntu:20.04
docker.io/library/ubuntu:22.04
docker.io/library/ubuntu:24.04 | | Vanilla OS | VSO | ghcr.io/vanilla-os/vso:main | | Void Linux | glibc
musl | ghcr.io/void-linux/void-glibc-full:latest
ghcr.io/void-linux/void-musl-full:latest |