Skip to content

ChangemakerStudios/Docker.Registry.DotNet

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

docker icon Docker.Registry.DotNet

NuGet version Build and Push to Nuget Downloads

.NET (C#) Client Library for interacting with a Docker Registry API (v2 only).

Setup

Install nuget package into your project via powershell:

PM> Install-Package Docker.Registry.DotNet

Add nuget package via dotnet CLI:

dotnet add package Docker.Registry.DotNet

Usage

var configuration = new RegistryClientConfiguration("localhost:5000");

using (var client = configuration.CreateClient())
{
    await client.System.PingAsync();
}

Changelog

v1.1.33

  • Added Basic Authentication (thanks Zguy).
  • Fixed issue with operational parameters (thanks lostllama).
  • Fixed issue with large manifest layers (thanks msvprogs).

About

.NET (C#) Client Library for Docker Registry API V2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages