Commit graph

26 commits

Author SHA1 Message Date
Дмитрий Ценеков
b91ad42fe2 Add --zstd flag and use 19 lvl compression 2025-11-26 08:08:39 -06:00
Fabian
121a5170f2 minor refactoring (remove readfile, use direct import for libv86.js) 2025-04-16 09:26:13 -07:00
Fabian
51bd604cc5 remove "use strict" (is default in es6 modules) 2025-04-16 09:26:13 -07:00
Rob Blanckaert
a9219613af Switch to es6 modules. 2025-04-06 08:53:49 -07:00
SuperMaxusa
1f3a3cec69 alpine: added virtio-net support 2025-01-02 12:04:09 -07:00
SuperMaxusa
ee8129b3cb alpine: edit readme
(see b7d4635638)
2025-01-02 12:04:09 -07:00
SuperMaxusa
a347ff4b24 alpine: update to 3.21 2025-01-02 12:04:09 -07:00
Fabian
23411f337e use emulator.destroy() over emulator.stop() to properly remove v86 instances
emulator.stop sometimes works (when the GC can figure out that .start()
is unreachable and nothing can call into the instance). However, some
resources, such as any WebSocket connection, need to be closed manually.
2024-12-20 10:41:09 -07:00
Fabian
6e4f6754b6 enable screen dummy by default
There is essentially no overhead to this, and it allows some further
simplifications
2024-09-15 16:31:48 -06:00
Fabian
037afdc3d9 alpine: add script to automatically build state image using nodejs 2024-05-26 17:47:16 +09:00
Fabian
484ce7db64 alpine: update to 3.20 and simplify readme 2024-05-26 17:09:58 +09:00
Fabian
2e5b6e100c remove debian image build scripts
The alpine scripts are much simpler, don't need root and alpine runs
better in v86
2024-05-26 17:08:40 +09:00
Fabian
7e56111429 improve alpine build process
fix for podman
add nodejs with hello world as example package
add missing modules=virtio_pci to fix boot process
2024-05-26 17:02:53 +09:00
SuperMaxusa
2f24859bce added dockerfile and changed build-container.sh
(from tools/docker/debian)
2024-03-13 13:36:56 -06:00
SuperMaxusa
b404f9647c added readme for alpine linux 9p rootfs 2024-03-13 13:36:56 -06:00
SuperMaxusa
21cf9ad75c
Update Dockerfile for building (#988)
Update Readme.md (about building using Docker)
2024-02-04 23:35:51 +01:00
Robert Aboukhalil
4928c9165d
(breaking change) replace *-output-char with *-output-byte (#928) 2023-09-21 05:30:35 +02:00
Christian G. Warden
bbac74d589
Fix Locale Configuration In Debian Dockerfile (#850) 2023-05-06 09:10:38 +02:00
Fabian
d4831d3b10 Remove some unncessary quoting 2022-08-02 21:40:57 +09:00
Nitin Tejuja
0615be5d60
Fixed issue #632 async/await (#633)
Co-authored-by: Fabian <copy@copy.sh>
2022-07-25 14:55:07 +02:00
Николай Шангин
558e0f9d7c
Improve Debian build info (#696) 2022-06-24 10:30:27 +02:00
Ryo Ota
51105a6700 Fix debian build 2021-09-23 19:35:10 +02:00
Progyan Bhattacharya
9679e2c00a
(feat) Docker: Add Support for Running inside Docker Container (#501)
* (feat) Docker: Add Support for Running inside Docker Container

Uses Alpine image as base to have minimal size. 2-step build process to get rid of source and library files after compilation and during runtime. Uses Python3 HTTP Server to serve static assets.

Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
2021-07-24 15:07:14 +02:00
Fabian
4f6acde821 update test image dockerfile 2021-07-07 18:31:40 -05:00
Aidan Hobson Sayers
34339fe8d8 Update the Dockerfile with latest requirements 2021-07-07 16:48:00 -05:00
Fabian
2e551c0574 Move docker/ into tools/ 2020-12-31 19:14:34 -06:00