docker(install): allow passing colima start args

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-08-28 02:44:20 +02:00
parent c8d666e020
commit 32e2a6bf6f
3 changed files with 14 additions and 9 deletions

View File

@@ -29,7 +29,8 @@ describe('install', () => {
jest.resetModules();
process.env = {
...originalEnv,
SIGN_QEMU_BINARY: '1'
SIGN_QEMU_BINARY: '1',
COLIMA_START_ARGS: '--cpu 4 --memory 8 --disk 32 --dns 1.1.1.1 --dns 8.8.8.8 --dns-host example.com=1.2.3.4'
};
});
afterEach(() => {