add optional image tag filter

This commit is contained in:
BenjaminFaal 2024-11-21 20:13:28 +01:00
parent 76f9cea516
commit e802e1642a
3 changed files with 39 additions and 2 deletions

View file

@ -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
```