Commit Graph
45 Commits
Author SHA1 Message Date
Luca Di Maio 26b924c670 docs: remove Ubuntu 22.10
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-08-31 21:14:49 +02:00
Luca Di Maio 9d07267474 all: fix lint and formatting
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-08-28 16:05:49 +02:00
Jorge O. Castro 82102a6590 docs: Clarify smallness of common cloud images (#383)
Desktop users might not know that their favorite distro's cloud image is tiny. Clarified post-creation instructions.
2022-08-27 10:06:24 +02:00
Luca Di Maio 1e67af82af init: fix mountpoint for home in ostree based os. This will fix problems with the package installation on Fedora
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-08-17 13:42:34 +02:00
Luca Di Maio 0f5e5de65b docs: add specific version to Amazonlinux 2022
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-07-29 15:16:57 +02:00
Luca Di Maio d18cbfed4c Revert "docs: add Crystal Linux to the distro list (#355)"
This reverts commit 13f69aa415.
2022-07-29 15:15:48 +02:00
Luca Di Maio f4f32ea4a5 compatibility: remove Ubuntu 21.10 EOL, add ubuntu 22.10
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-07-27 14:41:31 +02:00
OroandLuca Di Maio 13f69aa415 docs: add Crystal Linux to the distro list (#355)
* Update compatibility.md

Co-authored-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-07-19 18:41:33 +02:00
Luca Di Maio 134ad76087 docs: update compatibility list
Switch as many links as possible to quay.io
Remove EOL Fedora 24
Add AmazonLinux 1 and 2, fix 2022 link
Add Oracle linux 6 and 9
Add RockyLinux 8-minimal
Add AlmaLinux UBI images

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-07-19 09:15:29 +02:00
Luca Di Maio 0d4d7c1a44 docs: update host compatibility notes
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-06-22 09:32:31 +02:00
Luca Di Maio 9528a33a6e docs: update compatibility list
Confirm support for:
    Redhat UBI 9
    Redhat UBI 9-init
    Redhat UBI 9-minimal
    AlmaLinux 8-minimal
    AlmaLinux 9-minimal
    AlmaLinux 9

Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-06-11 18:11:50 +02:00
Luca Di Maio 94f6ed5a88 docs: remove WSL2 entry, cannot actively check if works correctly. Better not give false hopes
Signed-off-by: Luca Di Maio <luca.dimaio1@gmail.com>
2022-05-30 23:54:43 +02:00
Massimo Zaniboni 78e996d982 docs: signal a problem on OpenSUSE Leap 15.3 and 15.4 (#285)
* docs: signal a problem on OpenSUSE Leap 15.3 and 15.4

* docs: signal a problem on OpenSUSE Leap 15.3 and 15.4
2022-05-27 23:24:51 +02:00
Michel Alexandre Salim b68492661c docs: Add AlmaLinux 9 to tested containers distros (#280)
Tested and worked fine. I had to install `dnf-plugins-core` which is
installed out of the box on AlmaLinux 8, but that's not a distrobox
issue.

```shell
distrobox on  main
❯ ./distrobox create -i docker.io/library/almalinux:9 -n alma9 --pre-init-hooks "dnf -y install dnf-plugins-core && dnf config-manager --enable crb && dnf -y install epel-release"
39a00b6fdacdbd22217fba9ff9c08a2468c8a57747f0df6e501ff057231899eb
Distrobox 'alma9' successfully created.
To enter, run:

distrobox-enter alma9

distrobox on  main
❯ ./distrobox enter alma9
Container alma9 is not running.
Starting container alma9
run this command to follow along:

 podman logs -f alma9

 Starting container...                  	[ OK ]
 Executing pre-init hooks...            	[ OK ]
 Installing basic packages...           	[ OK ]
 Setting up read-only mounts...         	[ OK ]
 Setting up read-write mounts...        	[ OK ]
 Setting up host's sockets integration...	[ OK ]
 Integrating host's themes, icons, fonts...	[ OK ]
 Setting up package manager exceptions...	[ OK ]
 Setting up sudo...                     	[ OK ]
 Setting up groups...                   	[ OK ]
 Setting up users...                    	[ OK ]
 Executing init hooks...                	[ OK ]

Container Setup Complete!
Welcome to fish, the friendly interactive shell
Type help for instructions on how to use fish

distrobox on  main
⬢ [almalinux:9] ❯
```

Signed-off-by: Michel Alexandre Salim <michel@michel-slm.name>
2022-05-18 02:01:01 +02:00
89luca89 2cfd985c28 docs: add Ubuntu PPAs 2022-05-06 16:00:27 +02:00
89luca89 b99fac8c5b man: use pandoc to generate man pages instead of roff 2022-05-06 13:18:17 +02:00
89luca89 0a941e09c8 init: add support for microdnf, support ubi8 and ubi7 minimal. Fix #254 2022-05-03 23:27:34 +02:00
89luca89 458eeb22d1 docs: add more compatibility notes 2022-04-19 11:25:39 +02:00
89luca89 bf7c0ba556 CI: add markdownlint to Lint job 2022-04-05 18:21:37 +02:00
89luca89 ac320cc40a docs: update and format docs 2022-04-05 17:12:42 +02:00
89luca89 8a8288b963 docs: update docs 2022-04-04 22:23:34 +02:00
89luca89 d888316f39 docs: update docs
include badge for latest available releases on various distros
thanks to all the package maintainers!
Include a warning for rootful docker usage as discussed on #201
2022-03-31 13:05:11 +02:00
Dario Faggioli e7d29a6e5d docs: update host-distro instruction for openSUSE Tumbleweed and MicroOS (#218) 2022-03-29 16:00:04 +02:00
Luca Di Maio 9916a7be75 CI: add compatibility test (#199)
* docs: update compatibility list
* docs: remove centos 8 compatibility, repos are not working anymore
* tests: add github action
2022-03-15 11:51:02 +01:00
89luca89 e045a4d029 docs: update docs 2022-03-10 22:48:49 +01:00
89luca89 72de29e850 docs: update compatibility list 2022-02-23 19:11:14 +01:00
89luca89 4e68bde8d7 docs/man: add table of compatibility to man pages, add more links to docker setup #177 2022-02-21 10:41:51 +01:00
Dario Faggioli ffb43bc52a docs: Packages links and install instructions for openSUSE and SLE as host distros (#157)
* docs: packages and install steps for openSUSE

* docs: instructions for SUSE Linux Enterprise Server as host
2022-02-01 10:29:44 +01:00
89luca89 94231c0f96 docs: specify Kinoite in compatibility list 2022-01-31 17:19:27 +01:00
89luca89 7679b1cd97 docs: update compatibility and install instructions 2022-01-30 21:54:21 +01:00
FedX d0bfedd75c docs: update NixOS host compatibility.md (#151) 2022-01-29 20:21:42 +01:00
89luca89 2af2ff6f8d docs: confirm Amazon Linux 2022 container support 2022-01-29 13:03:59 +01:00
89luca89 29982f66a1 docs: add ClearLinux support in docs 2022-01-20 09:09:36 +01:00
89luca89 c967edea3e docs: add older guest distributions paragraph 2022-01-16 12:28:24 +01:00
89luca89 88254627c9 docs: confirm compatibility with AlmaLinux UBI images 2022-01-16 12:03:07 +01:00
89luca89 5cc0c936c7 docs: update docs 2022-01-13 20:27:53 +01:00
89luca89 0f3c439b18 docs: add RedHat guest compatibility 2022-01-11 23:41:18 +01:00
89luca89 04c6e75a00 docs: update docs 2022-01-11 12:54:34 +01:00
89luca89 315de4ea46 docs: update docs 2022-01-10 20:04:20 +01:00
nullpointerarray 014039989e init: add support for gentoo (#111)
* Add support for Gentoo
* Use random string for password
2022-01-10 19:37:07 +01:00
Mišo Barišić a3e838bfab Update compatibility.md (#102) 2022-01-06 16:19:05 +01:00
89luca89 ea9d00dbde docs: update docs 2022-01-05 10:58:10 +01:00
89luca89 85aa591cc6 docs: update docs 2022-01-04 02:18:23 +01:00
89luca89 a8a1a83193 docs: update docs 2022-01-03 18:01:05 +01:00
89luca89 b563a63c14 docs: update docs 2022-01-02 19:07:31 +01:00