Commit Graph

11 Commits

Author SHA1 Message Date
CrazyMax
b9615bf2db fix defaults not handled by yaml configuration 2023-09-23 13:49:15 +02:00
Ian Fijolek
60ddac4a59 Global defaults for image configs
Allows setting of image configs at a global level to act as default
values.

This required a change in the model.Image struct due to a bool field not
having a third, unset state. The remedy is to unmarshal into a temporary
data structure to detect the presents of a field value and then use that
to determine if the default value should be used.

Fixes #491
2023-09-12 12:10:10 -07:00
CrazyMax
7bff860650 Bump v4 2020-06-07 22:04:31 +02:00
CrazyMax
a62658e266 Fix package version 2020-05-27 21:38:07 +02:00
CrazyMax
5930a2a1fb Logging when no image is found 2020-05-25 23:27:30 +02:00
CrazyMax
a6a231ac06 Remove support of multi Docker and Swarm providers 2020-05-25 23:20:30 +02:00
CrazyMax
5ca0230562 Move static to file provider (#71) 2020-05-25 14:08:12 +02:00
CrazyMax
3dd9d2656b Use map to declare Docker and Swarm providers 2019-12-14 17:29:26 +01:00
CrazyMax
c60fe06894 Include provider in notifications 2019-12-14 17:13:32 +01:00
CrazyMax
629f98af4e Implement Swarm provider 2019-12-14 03:55:58 +01:00
CrazyMax
32438dbb2e Implement Docker provider (#3) 2019-12-13 23:04:02 +01:00