You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
watchtower/pkg/types
Dirk Kok 739f328ee5
feat(http): optional query parameter to update only containers of a specified image (#1289)
* feat(http): optional query parameter to update only containers of a specified image

* fix style issues

* comma separated image parameter

* Support comma-separated query parameter as well as specifying it multiple times

Co-authored-by: nils måsén <nils@piksel.se>

* fixed compile error

* fixed FilterByImageTag

Not sure what changed in my testing setup, but Docker reports image names including the tag name now.

* consistent use of image/tag (use image)

* fixed multiple image queries

* assuming I'm right here, only block on lock when any images are specified.

* add unit tests for image filter. didn't add tests for update api because they didn't already exist

* whoops.

* use ImageName instead, add unit test for empty ImageName filter.

Co-authored-by: nils måsén <nils@piksel.se>
2 years ago
..
container.go Session report collection and report templates (#981) 3 years ago
convertible_notifier.go feat(notifications): add title field to template data (#1125) 3 years ago
filter.go refactor: extract types and pkgs to new files 5 years ago
filterable_container.go feat(http): optional query parameter to update only containers of a specified image (#1289) 2 years ago
notifier.go Session report collection and report templates (#981) 3 years ago
registry_credentials.go add http head based digest comparison to avoid dockerhub rate limits 4 years ago
report.go Session report collection and report templates (#981) 3 years ago
token_response.go add http head based digest comparison to avoid dockerhub rate limits 4 years ago
update_params.go Rolling restart (#619) 4 years ago