dredge
dredge copied to clipboard
Dredge: A Container Registry Client CLI
Dredge: A Container Registry Client CLI
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.
Features
- 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.
Documentation
The main documentation is in the docs directory.
Install
Installing as a standalone executable
Download the desired executable from the release page.
Prerequisites:
Running as a container
docker run --rm ghcr.io/mthalman/dredge --help
Installing as a .NET global tool
> dotnet tool install -g Valleysoft.Dredge