We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b023e33 commit 13d3baaCopy full SHA for 13d3baa
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