Commit Graph

15 Commits

Author SHA1 Message Date
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
073e08ee11 Entry metadata field 2022-12-29 11:15:26 +01:00
CrazyMax
c89e54888e Allow customizing the hub link (#648)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-17 15:56:06 +02:00
CrazyMax
857e462090 Tags sorting support (#645)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-17 13:47:37 +02:00
CrazyMax
fc13b8c22c Allow to choose status to be notified (#475)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-08-30 14:15:59 +02:00
CrazyMax
9819a73582 Handle exclusions as a distinct status (#248)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-12-28 21:32:56 +00:00
CrazyMax
0f17ed12c1 Add support for Healthchecks to monitor Diun watcher (#78) 2020-10-13 20:23:05 +00:00
CrazyMax
c0e3f7e85f Automatically determine registry options based on image name (#103)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-06-22 00:19:59 +00:00
CrazyMax
6e8b0450ff Add link to respective hub (#40) 2020-06-09 01:06:27 +00:00
CrazyMax
9c797f1616 Review of platform detection (#56)
* Leave default image platform empty for static provider (see FAQ doc)
* Handle platform variant
* Add database migration process
* Switch to Open Container Specification labels as label-schema.org ones are deprecated
* Remove unneeded `diun.os` and `diun.arch` docker labels

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-03-31 23:27:10 +02:00
CrazyMax
51c0e3caca Coding style 2019-12-14 17:45:52 +01:00
CrazyMax
32438dbb2e Implement Docker provider (#3) 2019-12-13 23:04:02 +01:00
CrazyMax
a2bfb6534e Integrate images into a providers layer 2019-12-11 22:30:35 +01:00
CrazyMax
63c90cdc15 Move Os and Arch filter to image 2019-06-30 23:14:49 +02:00
CrazyMax
889f595523 Review config file structure and improve worker pool 2019-06-28 17:07:20 +02:00