1
0
mirror of https://github.com/containrrr/watchtower.git synced 2024-12-12 09:04:17 +02:00
watchtower/pkg/container
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
..
mocks Allow watchtower to update rebooting containers (#651) 2020-11-19 19:03:17 +01:00
client.go Log based on registry known-support - reduce noise on notifications (#716) 2020-12-23 00:48:38 +01:00
container_test.go Allow watchtower to update rebooting containers (#651) 2020-11-19 19:03:17 +01:00
container.go add http head based digest comparison to avoid dockerhub rate limits 2020-12-06 13:21:04 +01:00
metadata.go Monitor-only for individual containers (#652) 2020-10-03 22:00:02 +02:00