unikraft / catalog

Unikraft Applications & Examples Catalog
32 stars 31 forks source link

feat(library): Introduce Redis 7.2 as library #43

Closed razvand closed 7 months ago

razvand commented 8 months ago

Introduce Redis 7.2 image (ELF Loader) for bincompat runs.

Add Kraftfile to build for QMEU and Firecracker on x86_64 using embedded initrd. The current build uses embedded initrd to build a single image consisting of both the kernel and the initial ramdisk. The filesystem is built using Dockerfile.

Add GitHub workflow to build and deploy the image. Add success badge in README.md.

Note: This is currently now working. Connecting to the server doesn't work.