No description
Find a file
Alexandre Aubin 463d6a0f9d zgrmbl
2024-08-08 22:27:23 +02:00
image_builder zgrmbl 2024-08-08 22:27:23 +02:00
patch_gitlab_runner patch_gitlab_runner hack: bad version copypasta + turns out the deb is debian-agnostic so let's use the same one for bullseye and bookworm 2024-08-07 23:53:59 +02:00
README.md Part1 of epic refactoring to share image with the core CI 2024-08-07 23:06:23 +02:00

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)