Skip to content

Commit 13d3baa

Browse files
committed
use vnd.oci.image.config for manifest config
1 parent b023e33 commit 13d3baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)