fixed charta indexing

This commit is contained in:
2026-03-31 14:40:25 +02:00
parent ec51bf6e34
commit 587ea5ba29
38 changed files with 626 additions and 358 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
/*
* Copyright 2026 Oleg Borodin <onborodin@gmail.com>
*
*
*/
* Copyright 2026 Oleg Borodin <onborodin@gmail.com>
*/
package repocli
-1
View File
@@ -27,7 +27,6 @@ func TestPushImage(t *testing.T) {
err := load.Push(ctx, "test-oci", "localhost:1025/test:v1.0", "", "")
require.NoError(t, err)
}
//return
{
ctx, _ := context.WithTimeout(context.Background(), 10*time.Second)