mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 09:06:25 +00:00
.. | ||
common.ts | ||
index.spec.ts | ||
index.ts | ||
readme.md | ||
types.ts |
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.