Immich docker containers do not contain correct labels for renovate to show changelogs / release notes #17205
Closed
chrishoage
started this conversation in
General
Replies: 1 comment
-
Converted to issue #17208. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the images published do not have the correct labels for renovate to show release notes
The package link points to https://github.com/immich-app/base-images
If this could get addressed that would be great!
The Renovate docs outline the following to support pulling release notes from a docker version bump:
The current immich docker images have the following labels:
Note:
image.source
does not point to https://github.com/immich-app/immichimage.revision
does not point to43f8f473e95438cabef3626f149389213a353004
It does appear the
env
of the build does contain the correct information, but they don't make it to the labels applied to the final image.I took a look through the workflows and it's not immediately clear why the labels are wrong. Here is the job which created the image - but the labels appear correct here https://github.com/immich-app/immich/actions/runs/14069817240/job/39401444825
In any case, the labels do not get applied.
here is the full JSON output from `docker image inspect`
Beta Was this translation helpful? Give feedback.
All reactions