Skip to content

Releases: diit/binserve

Binserve v0.2.0

20 Nov 09:38

Choose a tag to compare

Universal Static Site Server - Binserve v0.2.0

A secure, high-performance container for serving static sites from any framework.

Docker Images

Pull the multi-architecture image:

docker pull ghcr.io/diit/binserve:v0.2.0

Version

  • Binserve: v0.2.0

Tested With

This release has been tested with the following static site generators:

  • Astro: 5.14.3
  • Hugo:
  • Next.js (static export):
  • Gatsby, Vite, Eleventy, Jekyll, MkDocs: Compatible with any framework that outputs static HTML

Multi-Architecture Support

  • ✅ linux/amd64 (x86_64)
  • ✅ linux/arm64 (aarch64)

Security

  • ✅ Vulnerability scanned with Trivy
  • ✅ SBOM (Software Bill of Materials) included
  • ✅ Build provenance attestation available
  • ✅ Distroless base image (minimal attack surface)
  • ✅ Runs as non-root user (UID 65532)

Usage

Works with any static site generator - just copy your built files to /app/public/:

FROM ghcr.io/diit/binserve:v0.2.0
COPY ./dist /app/public/

See README for framework-specific examples.

Verify Image Provenance

gh attestation verify oci://ghcr.io/diit/binserve:v0.2.0 -o diit

Astro 5.14.3

25 Oct 19:58

Choose a tag to compare

Binserve for Astro v5.14.3

Docker Images

Pull the multi-architecture image:

docker pull ghcr.io/diit/binserve:astro-v5.14.3

Versions

  • Astro: 5.14.3
  • Binserve: v0.2.0

Multi-Architecture Support

  • ✅ linux/amd64 (x86_64)
  • ✅ linux/arm64 (aarch64)

Security

  • ✅ Vulnerability scanned with Trivy
  • ✅ SBOM (Software Bill of Materials) included
  • ✅ Build provenance attestation available
  • ✅ Distroless base image (minimal attack surface)
  • ✅ Runs as non-root user (UID 65532)

Usage

FROM ghcr.io/diit/binserve:astro-v5.14.3
COPY ./dist /app/public/

Verify Image Provenance

gh attestation verify oci://ghcr.io/diit/binserve:astro-v5.14.3 -o diit