watchtower/pkg
Turtle Kalus 5983d58d7c
Log based on registry known-support - reduce noise on notifications (#716)
Log based on registry known-poor support of HEAD in checking container
manifest.

Some private registries do not support HEAD (E.G. GitLab Container Registry).
With the current config, this log message is causing a notification to be
sent for each container hosted in a registry lacking HEAD support.

log.Debug or log.Warning for failed HTTP HEAD-check based on registry hostname
where HEAD-check is known to fail.

For Docker Hub, a failed HEAD leading to a "regular pull" may count against a
user's call-quota whereas other registry implementations do not support HEAD,
or whose container manifest may be in a different location.
2020-12-23 00:48:38 +01:00
..
api Adds the option to skip TLS verification for a Gotify instance (#544) 2020-05-22 16:02:20 +02:00
container Log based on registry known-support - reduce noise on notifications (#716) 2020-12-23 00:48:38 +01:00
filters fix fmt and vetting issues 2020-10-03 22:25:17 +02:00
lifecycle lifecycle logs as Debug instead of Info (#610) 2020-08-08 18:40:23 +02:00
notifications Revert "feat(config): swap viper and cobra for config (#684)" 2020-12-21 23:08:23 +01:00
registry Log based on registry known-support - reduce noise on notifications (#716) 2020-12-23 00:48:38 +01:00
sorter refactor: extract code from the container package 2020-01-11 23:36:07 +01:00
types add http head based digest comparison to avoid dockerhub rate limits 2020-12-06 13:21:04 +01:00