Merge ociclient

This commit is contained in:
2026-03-02 09:06:35 +02:00
parent b02d7ca304
commit e67f42a821
25 changed files with 1320 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package repocli
const (
MediaTypeDDMLv2 = "application/vnd.docker.distribution.manifest.list.v2+json"
MediaTypeDDMv2 = "application/vnd.docker.distribution.manifest.v2+json"
)