Skip to content

Docs: Add reproducible Unikernel examples and build documentation (Nginx, Redis, Httpreply)#760

Open
Nachiket-Roy wants to merge 1 commit into
urunc-dev:mainfrom
Nachiket-Roy:docs/unikernel-examples
Open

Docs: Add reproducible Unikernel examples and build documentation (Nginx, Redis, Httpreply)#760
Nachiket-Roy wants to merge 1 commit into
urunc-dev:mainfrom
Nachiket-Roy:docs/unikernel-examples

Conversation

@Nachiket-Roy

Copy link
Copy Markdown

Description

This PR introduces robust, reproducible build documentation and Dockerfiles for three popular unikernel applications (Nginx, Redis, and Httpreply). It significantly lowers the barrier to entry by providing users with exact steps and automated container configurations to build unikernel images via Unikraft and deploy them seamlessly over urunc.

Related issues

How was this tested?

  • Manually built all three examples from scratch using nerdctl build -t urunc--example . and docker build inside an Ubuntu WSL environment.
  • Verified that the initramfs builds for Nginx and Redis correctly compile and embed the filesystem directly into the debug kernel binaries.
  • Specifically tested the Redis conditional fallback mechanism to ensure it properly catches the compilation error, applies the sed patch, leverages the kraft object cache, and successfully re-links the final binary without hanging.

LLM usage

Gemini

Checklist

  • I have read the contribution guide.
  • The linter passes locally (make lint).
  • The e2e tests of at least one tool pass locally (make test_ctr, make test_nerdctl, make test_docker, make test_crictl).
  • If LLMs were used: I have read the llm policy.

Signed-off-by: Nachiket Roy <nachiket.roy.2@gmail.com>
@netlify

netlify Bot commented Jun 14, 2026

Copy link
Copy Markdown

Deploy Preview for urunc ready!

Name Link
🔨 Latest commit 40e706c
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6a2e79ed9fd3c70008aa1b68
😎 Deploy Preview https://deploy-preview-760--urunc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide documentation and building steps for unikernel examples

1 participant