Replies: 1 comment
-
imageOptions := &storage.ImageOptions{
Digest: digest.Digest("sha256:24d4f50961544fdb669075c442509f194bdc4c0e344bde06e35dbd55af842a32"),
}
im, err := store.CreateImage("docker.io/fanux/merge6", nil, "foo", `{"signatures-sizes":{"sha256:24d4f50961544fdb669075c442509f194bdc4c0e344bde06e35dbd55af842a32":[]}}`, imageOptions)
store.SetImageBigData("docker.io/fanux/merge6", "manifest", []byte(manifest), wrongManifestDigest) Set image BigData:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Then you will got the layer:
Beta Was this translation helpful? Give feedback.
All reactions