Skip to content
Snippets Groups Projects
Unverified Commit 88c99bf1 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(docker): explain how to get Renovate to fetch release notes (#15726)

parent 2689a556
No related branches found
No related tags found
No related merge requests found
...@@ -3,3 +3,11 @@ This datasource identifies an image's source repository according to the [pre-de ...@@ -3,3 +3,11 @@ This datasource identifies an image's source repository according to the [pre-de
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`. 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](https://label-schema.org/) is superseded by OCI annotations, therefore `org.opencontainers.image.source` label should be preferred. The [Label Schema](https://label-schema.org/) is superseded by OCI annotations, therefore `org.opencontainers.image.source` label should be preferred.
If you maintain a Docker image and want Renovate to find your changelogs, add a `org.opencontainers.image.source` field to your Dockerfile.
The link must point to your GitHub or GitLab repository.
Here's an example from our `renovate/renovate` Dockerfile:
```dockerfile
LABEL org.opencontainers.image.source="https://github.com/renovatebot/renovate"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment