Using wildcard or regex with HTTP API for parameter "image" #1464
|
Hi, I want to update all or specific containers via HTTP API, curl and shell script like this: It is possible to use wildcard or regex for the parameter "image"? |
Answered by
nicholas-fedor
Mar 26, 2026
Replies: 1 comment
|
Watchtower's API currently only supports exact image name matching, as it just uses a simple string comparison and no glob or regex expansion is applied. As Watchtower does support regex patterns elsewhere, I'll definitely consider extending the API's functionality in the future. |
0 replies
Answer selected by
nicholas-fedor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Watchtower's API currently only supports exact image name matching, as it just uses a simple string comparison and no glob or regex expansion is applied.
As Watchtower does support regex patterns elsewhere, I'll definitely consider extending the API's functionality in the future.