Minimal Alpine-based Docker image for the Subversion (SVN) client. Use it as a drop-in replacement for the svn command without installing it locally.
Add this alias to your shell config (~/.zshrc or ~/.bashrc):
alias svn='docker run --rm -v "$PWD":/app -w /app chaddgrimm/svn-cli:<VERSION>'Then run SVN commands as usual:
svn checkout https://example.com/repo/trunk
svn status
svn updateImages are tagged by the SVN binary version:
latest- always points to the newest build1.14.5- full version (patch level)
~10-15 MB (Alpine Linux + Subversion only).