Skip to content

Latest commit

 

History

324 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dredge

Dredge

Dredge is a .NET command-line tool for querying container registry HTTP APIs defined by the OCI Distribution Specification. Dredge does not modify registry content.

Features

See the Dredge documentation for the complete command reference and configuration guides.

Install Dredge

Choose one installation method.

Release executable

Download from the release page. Select the executable for your operating system and architecture.

The release executable requires the .NET 10 runtime.

Container

docker run --rm ghcr.io/mthalman/dredge --help

When following command examples, replace dredge with docker run --rm ghcr.io/mthalman/dredge.

.NET global tool

dotnet tool install -g Valleysoft.Dredge

Query a registry

Run a read-only command against a public image:

dredge manifest digest alpine:latest
sha256:...

If the registry requires credentials, see Authenticate to a registry.

About

Dredge: A Container Registry Client CLI

Resources

Contributing

Stars

44 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages