mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-18 06:55:29 +01:00
add optional image tag filter
This commit is contained in:
parent
76f9cea516
commit
e802e1642a
3 changed files with 39 additions and 2 deletions
|
|
@ -43,3 +43,8 @@ In order to update only certain images, the image names can be provided as URL q
|
|||
```bash
|
||||
curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update?image=foo/bar,foo/baz
|
||||
```
|
||||
|
||||
tags are also supported:
|
||||
```bash
|
||||
curl -H "Authorization: Bearer mytoken" localhost:8080/v1/update?image=foo/baz:latest
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue