HelmForge container image for OpenReel Video, a browser-based video editor.
docker.io/helmforge/openreel-video:v0.5.0
The image builds the upstream Augani/openreel-video release and serves the
Vite static output with an unprivileged NGINX runtime on port 8080.
- Non-root runtime image.
- SPA fallback to
index.html. /healthzendpoint for probes.- COOP/COEP headers enabled for browser APIs used by video/WASM workflows.
docker build \
--build-arg OPENREEL_VERSION=v0.5.0 \
-t helmforge/openreel-video:v0.5.0 .
docker run --rm -p 8080:8080 helmforge/openreel-video:v0.5.0
curl -fsS http://127.0.0.1:8080/healthz- Upstream: Augani/openreel-video
- Image: helmforgedev/openreel-video