Releases: kiwi-07/docrx
Releases · kiwi-07/docrx
Release list
DockRx 0.1.1
DockRx 0.1.1
Patch release correcting public package metadata and refreshing release assets.
Changed
- Correct package author metadata to Ankit Patil (
ankitiips@gmail.com) - Sanitize the bundled Java/Maven example
- Regenerate the README demo from current CLI output
- Refresh PyPI installation and release documentation
Install
pip install --upgrade dockrx
# or
pipx upgrade dockrxDockRx 0.1.0 alpha
DockRx 0.1.0 (alpha)
First public release of DockRx — analyze Dockerfiles and explain size, caching, and security problems with actionable fixes.
Highlights
- CLI:
analyze,explain,fix,compare,badge,suggest,format - Live playground: https://dockrx.vercel.app
- Web API:
/api/analyze(+ fix/format/compare/badge) - Hybrid YAML + Python rule engine
Install (after PyPI publish completes)
pip install dockrx
# or
pipx install dockrxFrom source:
git clone https://github.com/kiwi-07/docrx.git
cd docrx
uv sync
uv run dockrx --version