added support private and insecure registries (#714)

This commit is contained in:
Adam Toy
2026-08-10 11:49:08 -04:00
committed by GitHub
parent db7946130f
commit 0a3d27b241
29 changed files with 572 additions and 95 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ func TestHttp_Open_HonorsContextCancellation(t *testing.T) {
cancel()
}()
h := getter.NewHttp()
h := getter.NewHttp(false, "")
done := make(chan error, 1)
go func() {