mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
No description
image_builder | ||
patch_gitlab_runner | ||
README.md |
Create LXC (Incus) images to be used for the YunoHost dev env, app CI, core CI
before-install
- a Debian image with every YunoHost dependency installed, but not YunoHost itself (meant for core CI)dev
- ditto, but with YunoHost installed, but no postinstall yet (meant for ynh-dev)appci
- ditto, but with postinstall done (meant for app CI)core-tests
- ditto, but with a bunch of extra dependencies + pytest modules (meant for core CI)
And:
build-and-lint
- a "minimal" Debian image used by the core CI to build .debs, run black/flake/mypy linters etc. (meant for core CI)