Skip to content

Commit

Permalink
feat(datasource/docker): add OCI header application/vnd.oci.empty.v1+…
Browse files Browse the repository at this point in the history
…json (#32351)
  • Loading branch information
Devinwong authored Nov 6, 2024
1 parent 1248f9e commit a1cd9cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/datasource/docker/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit a1cd9cc

Please sign in to comment.