Skip to content

Releases: FlashpointProject/flashpointvm

26ac521

Choose a tag to compare

@github-actions github-actions released this 12 Sep 17:07
26ac521
Make httpd.conf and mime.types static (#7)

* Add httpd.conf, remove config modifications from setup.sh.

* Explain httpd.conf

* Freeze mime.types also.

* Add extra index extensions from router.php.

* Fix svgz

1d388cf

Choose a tag to compare

@github-actions github-actions released this 12 Sep 17:09
1d388cf
Decrease the maximum qcow2 size to 512M (#9)

1829d6d

Choose a tag to compare

@github-actions github-actions released this 12 Sep 17:10
1829d6d
Make /tmp use tmpfs. (#10)

82a5cf3

Choose a tag to compare

@github-actions github-actions released this 05 Jun 22:21
82a5cf3
Add workaround for buggy emblaze plugin (#6)

bae8e92

Choose a tag to compare

@github-actions github-actions released this 18 Mar 00:38
Revert "Compress snapshot data as well."

This reverts commit 9250cbf36ee0ee6c90cdc2366aa8eff90350be98.

It turns out compressing qcow2 images does not preserve snapshots.

f497eee

Choose a tag to compare

@github-actions github-actions released this 17 Mar 23:55
f497eee
Switch to fuse-archive, use fuzzyfs-with-FDs. (#5)

* Replace AVFS with fuse-archive.

* Remove build-time deps.

d4eccf1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 22:08
Add gz-compressed modules to needed_mods.txt.

9250cbf

Choose a tag to compare

@github-actions github-actions released this 17 Mar 22:11
Compress snapshot data as well.

a0c232a

Choose a tag to compare

@github-actions github-actions released this 19 Nov 15:15
a0c232a
Shrink image size (#1)

Removes unneeded components at the end of the build process to optimize the size of the final image.
Applies some peformance tweaks, such as reducing virtual memory from 512 MB to 128 MB.

d43aec2

Choose a tag to compare

@github-actions github-actions released this 16 Sep 21:45
Automatic builds with GitHub Actions