mirror of https://github.com/containers/image.git
Fix an invalid digest value in tests
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
984c624c4c
commit
562e58d09d
|
|
@ -52,7 +52,7 @@
|
|||
},
|
||||
{
|
||||
"mediaType": "application/vnd.oci.image.manifest.v1+json",
|
||||
"digest": "sha256:gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg",
|
||||
"digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
|
||||
"size": 772,
|
||||
"annotations": {
|
||||
"io.github.containers.compression.zstd": "true"
|
||||
|
|
|
|||
Loading…
Reference in New Issue