{"id":45301595,"url":"https://github.com/lvillis/svn-docker","last_synced_at":"2026-02-21T05:03:14.000Z","repository":{"id":329212961,"uuid":"1117399827","full_name":"lvillis/svn-docker","owner":"lvillis","description":"🐳 svn-docker Minimal, elegant Docker image for running Apache Subversion's svnserve.","archived":false,"fork":false,"pushed_at":"2025-12-30T06:23:55.000Z","size":31,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-02T16:42:25.784Z","etag":null,"topics":["docker","subversion","svn","svn-docker","svnserve","svnserve-docker"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lvillis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-16T09:04:30.000Z","updated_at":"2025-12-30T06:17:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lvillis/svn-docker","commit_stats":null,"previous_names":["lvillis/svn-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lvillis/svn-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvillis%2Fsvn-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvillis%2Fsvn-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvillis%2Fsvn-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvillis%2Fsvn-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lvillis","download_url":"https://codeload.github.com/lvillis/svn-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lvillis%2Fsvn-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29674408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T03:11:15.450Z","status":"ssl_error","status_checked_at":"2026-02-21T03:10:34.920Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","subversion","svn","svn-docker","svnserve","svnserve-docker"],"created_at":"2026-02-21T05:03:12.963Z","updated_at":"2026-02-21T05:03:13.993Z","avatar_url":"https://github.com/lvillis.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"right\"\u003e\n\n\u003cspan style=\"color:#999;\"\u003e🇺🇸 English\u003c/span\u003e ·\n\u003ca href=\"README.zh-CN.md\"\u003e🇨🇳 中文\u003c/a\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; Table of Contents ↗️\n\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e\u003ccode\u003esvn-docker\u003c/code\u003e\u003c/h1\u003e\n\n\u003cp align=center\u003e🐳 Minimal, elegant Docker image for running Apache Subversion's svnserve.\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Repo Size](https://img.shields.io/github/repo-size/lvillis/svn-docker?color=328657)](https://github.com/lvillis/svn-docker)\u0026nbsp;\n[![CI](https://github.com/lvillis/svn-docker/actions/workflows/docker-build.yaml/badge.svg)](https://github.com/lvillis/svn-docker/actions)\u0026nbsp;\n[![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](mailto:lvillis@outlook.com?subject=Thanks%20for%20svn-docker!)\n\n\u003c/div\u003e\n\n---\n\n## ✨ Features\n\n| Feature | Description |\n|---|---|\n| Multi-stage build | Builds Subversion from source (default 1.14.5) and copies only runtime files to a slim image to reduce final image size. |\n| Small runtime image | Only runtime libraries are included to minimize image footprint. |\n| Tiny init (`tino`) | Uses a minimal init (`/sbin/tino`) as PID 1 for proper signal handling and reaping. |\n| Healthcheck | Verifies `svnserve` is running by checking the pid file `/run/svnserve.pid`. |\n| Data persistence | Repositories are stored under `/opt/app/svn/data`; mount a host volume for persistence. |\n| CI \u0026 multi-arch | GitHub Actions builds multi-architecture images and pushes to GHCR. Tags include `latest`, commit SHA and extracted Subversion version. |\n| Configurable version | Change the Subversion version by editing the download URL in the `Dockerfile` (e.g. `subversion-1.14.5.tar.bz2`). |\n\n## Usage\n\n### Docker\n```bash\ndocker run -d --name svn -p 3690:3690 \\\n\t-v ./data:/opt/app/svn/data \\\n\t--restart unless-stopped \\\n\tghcr.io/lvillis/svn:1.14.5\n```\n\n\n### Docker Compose\n\n```bash\ncurl -fsSL -o docker-compose.yaml https://raw.githubusercontent.com/lvillis/svn-docker/main/docker-compose.yaml\ndocker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvillis%2Fsvn-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flvillis%2Fsvn-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flvillis%2Fsvn-docker/lists"}