renovate/lib/modules/datasource/docker
2022-05-23 10:30:43 +00:00
..
common.ts refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
index.spec.ts fix(datasource:docker): wrong scope for ghcr.io (#15686) 2022-05-23 10:45:22 +02:00
index.ts fix(datasource:docker): use json request for auth check (#15693) 2022-05-23 10:30:43 +00:00
readme.md refactor: lib/modules (#14488) 2022-03-04 09:04:02 +01:00
types.ts feat(datasource/docker): Support OCI image manifests (#14480) 2022-03-14 23:47:08 +00:00

This datasource identifies an image's source repository according to the pre-defined annotation keys of the OCI Image Format Specification.

This datasource looks for the metadata of the latest stable image found on the Docker registry and uses the value of the label org.opencontainers.image.source and org.label-schema.vcs-url as the sourceUrl.

The Label Schema is superseded by OCI annotations, therefore org.opencontainers.image.source label should be preferred.