Skip to content

v0.2: Dockerization

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 15:23
· 116 commits to main since this release
1a3176f
  • A new Dockerfile and docker-compose.yml has been added.
  • A new resumable wait_for_requests() has been added, simply called wait_for_requests_paused().
  • A new address_space JSON setting has been added to better support programs that make use of large address spaces, like v8.
  • Static-PIE executables are now supported.
  • Response creation has gained an extra argument where headers and caching rules can be applied in a single operation. This is a breaking change and all programs must be rebuilt.
  • Several fixes and improvements has been made to increase performance and stability.
  • Improved documentation and added many missing settings.

You can run the demonstration with:

KVM_GID=$(getent group kvm | cut -d: -f3) docker compose up

PRs

  • Dockerfile for building libvmod-tinykvm by @lrowe in #5
  • Add docker-compose.yaml by @fwsGonzo in #4

Full Changelog: v0.1...v0.2