Fix double encoding. Remove annotations

This commit is contained in:
James Carnegie
2024-07-10 16:10:59 +01:00
parent 20f4403d44
commit d9a23a08a4
3 changed files with 2 additions and 7 deletions

View File

@@ -303,7 +303,7 @@ func (i *EmptyConfigImage) Manifest() (*v1.Manifest, error) {
MediaType: "application/vnd.oci.empty.v1+json",
Size: 2,
Digest: v1.Hash{Algorithm: "sha256", Hex: "44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a"},
Data: []byte("e30="),
Data: []byte("{}"),
}
return mf, nil
}