mirror of
https://github.com/crazy-max/diun.git
synced 2024-11-24 07:56:47 +00:00
29200f170d
The `file` provider was not considering the global defaults for `MaxTags`, `IncludeTags`, and `ExcludeTags`. Updated unit tests to validate they are now considered.
30 lines
607 B
YAML
30 lines
607 B
YAML
- name: docker.io/crazymax/nextcloud:latest
|
|
regopt: myregistry
|
|
- name: crazymax/swarm-cronjob
|
|
watch_repo: true
|
|
sort_tags: semver
|
|
include_tags:
|
|
- ^1\.2\..*
|
|
- name: docker.io/portainer/portainer
|
|
watch_repo: true
|
|
max_tags: 10
|
|
sort_tags: reverse
|
|
include_tags:
|
|
- ^(0|[1-9]\d*)\..*
|
|
- name: traefik
|
|
watch_repo: true
|
|
sort_tags: default
|
|
exclude_tags:
|
|
- latest
|
|
- name: alpine
|
|
platform:
|
|
os: linux
|
|
arch: arm64
|
|
variant: v8
|
|
- name: docker.io/graylog/graylog:3.2.0
|
|
- name: jacobalberty/unifi:5.9
|
|
- name: crazymax/ddns-route53
|
|
watch_repo: true
|
|
include_tags:
|
|
- ^1\..*
|