A .NET CLI for querying container registry HTTP APIs (OCI Distribution Spec). All operations are read-only.
- Query raw JSON data from registry APIs — manifests, tags, repositories, and referrers.
- Inspect image configuration and OS information.
- Compare image layers and files across versions.
- Generate Dockerfiles from existing images.
- Save image layers to disk (squashed or individual).
- Platform resolution for multi-arch images.
📖 Full documentation is in the docs directory.
Download from the release page.
Prerequisites:
docker run --rm ghcr.io/mthalman/dredge --helpdotnet tool install -g Valleysoft.Dredge