Some checks failed
build/fava Building image fava
build/fluentd Building image fluentd
build/gotenberg Building image gotenberg
build/nextcloud Building image nextcloud
build/caddy Building image caddy
build/base Building image base
build/mx-puppet-steam Building image mx-puppet-steam
build/node-script Building image node-script
build/python-script Building image python-script
build/forgejo Building image forgejo
build/ruby-script Building image ruby-script
build/lua-clib Building image lua-clib
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
The various images that I used to build for Watchtower to update services on the homelab won't be needed anymore. Dependency updates will be handled there.
32 lines
600 B
JSON
32 lines
600 B
JSON
{
|
|
"images": [
|
|
{
|
|
"type": "simple",
|
|
"name": "lua-clib"
|
|
},
|
|
{
|
|
"type": "simple",
|
|
"name": "python-script"
|
|
},
|
|
{
|
|
"type": "simple",
|
|
"name": "node-script"
|
|
},
|
|
{
|
|
"type": "simple",
|
|
"name": "ruby-script"
|
|
},
|
|
{
|
|
"type": "simple",
|
|
"name": "base"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"name": "rust-xwin"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"name": "gitea"
|
|
}
|
|
]
|
|
}
|