We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b023e33 + 13d3baa commit 617bba2Copy full SHA for 617bba2
1 file changed
pkgs/mk-phony-oci/builder.sh
@@ -37,7 +37,7 @@ cat <<EOF > ${out}/manifest.json
37
"mediaType": "application/vnd.oci.image.manifest.v1+json",
38
"artifactType": "application/vnd.example+type",
39
"config": {
40
- "mediaType": "application/vnd.oci.empty.v1+json",
+ "mediaType": "application/vnd.oci.image.config.v1+json",
41
"digest": "sha256:${CONFIG_DIGEST}",
42
"size": ${CONFIG_SIZE}
43
},
0 commit comments