Skip to content
Snippets Groups Projects
Unverified Commit 4b6270b9 authored by Sébastien CROCQUESEL's avatar Sébastien CROCQUESEL Committed by GitHub
Browse files

docs: document how docker datasource resolve sourceUrl (#12468)

parent 00a8086f
No related branches found
No related tags found
No related merge requests found
This datasource identifies an image's source repository according to the [pre-defined annotation keys of the OCI Image Format Specification](https://github.com/opencontainers/image-spec/blob/main/annotations.md).
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` as the `sourceUrl`.
The [Label Schema](https://label-schema.org/) is superseded by OCI annotations, therefore this datasource does not support the `org.label-schema.vcs-url` label.
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