Skip to content
github-actions[bot] edited this page Sep 1, 2026 · 3 revisions

ThemisDB Community Docker Images

Community Docker images are located at the repository root for backwards compatibility and ease of use:

File Description
../../Dockerfile Production multi-stage image (COMMUNITY)
../../Dockerfile.community-simple Simplified image (faster local builds)
../../docker-compose.yml Community compose setup

Usage

# Production image
docker build -f Dockerfile -t themisdb:latest .

# Simplified image (faster, no vcpkg)
docker build -f Dockerfile.community-simple -t themisdb:community-simple .

Branch policy

Community Docker images are the only Docker images allowed in the community branch (Community release lane). Hyperscaler and Enterprise Docker images live in docker/hyperscaler/ and docker/enterprise/ respectively and are blocked from community by the PR path gate.

The historical branch name main is legacy-only and has been replaced by community for new release-lane work.

See RELEASE_STRATEGY.md and BRANCHING_STRATEGY.md for details.


ThemisDB 1.9.0-beta Β· Home Β· Module-Index Β· GitHub Β· Issues

ThemisDB Wiki

🏠 Overview

πŸš€ Getting Started

πŸ“– Tutorials

πŸ“— User Guide

βš™οΈ Operations & Security

πŸ“Ÿ Ops Runbooks

πŸ—οΈ Architecture

πŸ“ ADRs

πŸ”§ Contributing

πŸ“‹ Governance

πŸ” Audit

🧩 Plugins

πŸ”Œ Adapters

πŸ’‘ Examples

πŸ“¦ Client SDKs

πŸŽ“ Training

πŸ› οΈ Tools

πŸ€– Developer LLM Wiki

Clone this wiki locally