Skip to content
Snippets Groups Projects
Unverified Commit a1cd9ccf authored by Devinwong's avatar Devinwong Committed by GitHub
Browse files

feat(datasource/docker): add OCI header application/vnd.oci.empty.v1+json (#32351)

parent 1248f9e6
No related branches found
Tags 32.119.2
No related merge requests found
......@@ -68,6 +68,7 @@ export const OciImageManifest = ManifestObject.extend({
'application/vnd.oci.image.config.v1+json',
'application/vnd.cncf.helm.config.v1+json',
'application/vnd.devcontainers',
'application/vnd.oci.empty.v1+json',
]),
}),
annotations: z.record(z.string()).nullish(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment