aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore
Commit message (Collapse)AuthorAgeFilesLines
* feat: update README and HACKING, lock deps via pip-compile in DockerHEADmasterAstounds3 days1-0/+2
| | | | | | | | | | Use pip-compile --generate-hashes in the Docker build stage so that the runtime stage installs pinned dependencies with verified integrity, ensuring fully reproducible container builds. - Add Docker section to README - Fix Python badge (3.7+ → 3.11+) and outdated docs links - Upgrade pip, setuptools, and wheel in Dockerfile to fix grype findings
* Add hardened Docker support and multi-arch CIAstounds3 days1-0/+54
Multi-stage Dockerfile (non-root, Tor-ready), compose file, and entrypoints. Forgejo CI builds linux/amd64+arm64, scans with checksum-verified Grype, and pins all actions to commit SHA. Makefile gains venv bootstrap and docker targets; server.py gains a --bind flag.