Dredge is a CLI built on .NET that provides a simple way to execute commands on a container registry's HTTP API. Currently, only read operations are supported.
- Access to raw JSON data from the registry's HTTP API.
- Extended, derived data such as image configuration, OS information, and comparison of layers and files.
The main documentation is in the docs directory.
Download the desired executable from the release page.
Prerequisites:
docker run --rm ghcr.io/mthalman/dredge --help
> dotnet tool install -g Valleysoft.Dredge