wrapper: refactor docker into submodule

This commit is contained in:
InsanePrawn 2022-02-16 20:44:42 +01:00
parent b6dfc9e065
commit 418a8c16c2
6 changed files with 219 additions and 121 deletions

View file

@ -151,3 +151,8 @@ CHROOT_PATHS = {
'pkgbuilds': '/pkgbuilds',
'images': '/images',
}
WRAPPER_TYPES = [
'none',
'docker',
]