Add local testing Docker containers

Use a local Dockerfile to install the Jekyll packages
and build the site.

This allows anyone to be able to build the site, without
having to install all the Jekyll build tools.

Change-Id: I64266651081d5357826447ee4457e165aa436335
4 files changed
tree: 8f8fe34f12b1a107fc45ffa04b1188a0c9c4b446
  1. _includes/
  2. _layouts/
  3. assets/
  4. .gitignore
  5. _config.yml
  6. _config_local.yml
  7. docker-compose.yml
  8. docker-entrypoint.sh
  9. Dockerfile
  10. Gemfile
  11. Gemfile.lock
  12. index.md
  13. Jenkinsfile
  14. location.md
  15. overview.md
  16. README.md
  17. register.md
  18. schedule.md
  19. speakers.md
README.md

Gerrit User Summit 2026 — Site

Static site for the Gerrit User Summit 2026 (November 9-10, Sunnyvale CA). This is a standalone Jekyll site, served at gus26.gerritforge.com.

Prerequisites

Docker CLI 28.x or later is required.

Build

  docker compose run --rm server

Output is written to _site/.

Local preview

Open _site/index.html directly in a browser.