Skip to content

docker-compose not updating images #32252

Answered by Bluscrn
yfhyou asked this question in Request Help
Discussion options

You must be logged in to vote

Probably to late for you, but just in case it helps someone else, this is my config for hotio images.

   "customManagers": [{
      "customType": "regex",
      "fileMatch": ["compose\/.*.(yml|yaml)"],
      "matchStrings": ["image: (?<depName>ghcr.io/hotio/.*):release-(?<currentValue>.*)"],
      "extractVersionTemplate": "^release-(?<version>.*)$",
      "datasourceTemplate": "docker"
    }]

I think you could replace the release- part with (?release-|testing-) to cover both, but I haven't tested this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yfhyou
Comment options

Answer selected by yfhyou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants