stash icon indicating copy to clipboard operation
stash copied to clipboard

Add docker labels to have update tools be able to pull changelog/release notes

Open halkeye opened this issue 1 year ago • 3 comments

For example https://docs.renovatebot.com/modules/datasource/docker/

but other tools will pull those same labels

halkeye avatar Jun 04 '24 02:06 halkeye

Apparently it pulls the difference between "latest" and the latest tag? not 100% sure

$ regctl image config --format '{{ jsonPretty .Config.Labels }}' stashapp/stash
null

halkeye avatar Jun 04 '24 02:06 halkeye

I believe this is incomplete. The build dockerfiles are only used when building manually. The ci dockerfile is used by GitHub actions to deploy to docker hub. The build github actions file will also need to be updated to set the appropriate environment variable.

WithoutPants avatar Aug 27 '24 23:08 WithoutPants

oh wow I can't believe i missed the build in https://github.com/stashapp/stash/blob/develop/docker/ci/x86_64/docker_push.sh I'll get that second dockerfile updated

halkeye avatar Aug 27 '24 23:08 halkeye

is there any easy way for me to confirm this ahead of time? I kinda did it blind

halkeye avatar Sep 01 '24 23:09 halkeye

Looks like this broke CI

feederbox826 avatar Feb 28 '25 06:02 feederbox826