tangled
alpha
login
or
join now
pierrelf.com
/
grain
0
fork
atom
Rust implementation of OCI Distribution Spec with granular access control
0
fork
atom
overview
issues
9
pulls
pipelines
fix gc tests
pierrelf.com
4 months ago
c2be9bd5
6fbf98a5
+14
-2
1 changed file
expand all
collapse all
unified
split
tests
gc_operations.rs
+14
-2
tests/gc_operations.rs
···
395
395
"size": shared_blob.len(),
396
396
"digest": shared_digest
397
397
},
398
398
-
"layers": []
398
398
+
"layers": [
399
399
+
{
400
400
+
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
401
401
+
"size": shared_blob.len(),
402
402
+
"digest": shared_digest
403
403
+
}
404
404
+
]
399
405
});
400
406
401
407
client
···
425
431
"size": shared_blob.len(),
426
432
"digest": shared_digest
427
433
},
428
428
-
"layers": []
434
434
+
"layers": [
435
435
+
{
436
436
+
"mediaType": "application/vnd.oci.image.layer.v1.tar+gzip",
437
437
+
"size": shared_blob.len(),
438
438
+
"digest": shared_digest
439
439
+
}
440
440
+
]
429
441
});
430
442
431
443
client