Skip to content

Commit 617bba2

Browse files
authored
use vnd.oci.image.config for manifest config (#459)
2 parents b023e33 + 13d3baa commit 617bba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/mk-phony-oci/builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cat <<EOF > ${out}/manifest.json
3737
"mediaType": "application/vnd.oci.image.manifest.v1+json",
3838
"artifactType": "application/vnd.example+type",
3939
"config": {
40-
"mediaType": "application/vnd.oci.empty.v1+json",
40+
"mediaType": "application/vnd.oci.image.config.v1+json",
4141
"digest": "sha256:${CONFIG_DIGEST}",
4242
"size": ${CONFIG_SIZE}
4343
},

0 commit comments

Comments
 (0)