Diun v0 to v1¶
Some fields in configuration file has been changed:
registries
renamedregopts
items
renamedimage
items[].image
renamedimage[].name
items[].registry_id
renamedimage[].regopts_id
watch.os
andwatch.arch
moved toimage[].os
andimage[].arch
v0
watch:
os: linux
arch: amd64
registries:
someregistryoptions:
username: foo
password: bar
timeout: 20
items:
- image: docker.io/crazymax/nextcloud:latest
registry_id: someregistryoptions
v1
regopts:
someregistryoptions:
username: foo
password: bar
timeout: 20
image:
- name: docker.io/crazymax/nextcloud:latest
regopts_id: someregistryoptions
os: linux
arch: amd64
Last update:
2020-06-26 17:37:06
Created: 2020-06-19 22:47:17
Created: 2020-06-19 22:47:17