mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 07:31:37 +01:00
Add support for Healthchecks to monitor Diun watcher (#78)
This commit is contained in:
@@ -24,6 +24,7 @@ const (
|
||||
ImageStatusNew = ImageStatus("new")
|
||||
ImageStatusUpdate = ImageStatus("update")
|
||||
ImageStatusUnchange = ImageStatus("unchange")
|
||||
ImageStatusError = ImageStatus("error")
|
||||
)
|
||||
|
||||
// ImageStatus holds Docker image status analysis
|
||||
|
||||
Reference in New Issue
Block a user