Registry / cloud / genuinetools-reg

genuinetools-reg

JSON →
library0.16.1gogounverified

Docker registry v2 client library.

go get github.com/genuinetools/reg
INSTALL
IMPORT
SIG · GENUINETOOLS-REG
G
genuinetools-reg
cloudgov0.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

reg
github.com/genuinetools/reg

Create a new Docker registry client.

package main import ( "fmt" "github.com/genuinetools/reg" ) func main() { registry, err := reg.New("https://registry-1.docker.io", "", "") if err != nil { panic(err) } fmt.Println(registry) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
OpenAI (training)
1
Resources
genuinetools-reg — go get genuinetools-reg · libregistry