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
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.
5 years ago
..
api Adds the option to skip TLS verification for a Gotify instance (#544) 5 years ago
container Log based on registry known-support - reduce noise on notifications (#716) 5 years ago
filters fix fmt and vetting issues 5 years ago
lifecycle lifecycle logs as Debug instead of Info (#610) 5 years ago
notifications Revert "feat(config): swap viper and cobra for config (#684)" 5 years ago
registry Log based on registry known-support - reduce noise on notifications (#716) 5 years ago
sorter refactor: extract code from the container package 6 years ago
types add http head based digest comparison to avoid dockerhub rate limits 5 years ago