1
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
085c10a79b
Add caddy image
Some checks failed
build/forgejo Building image forgejo
build/frp Building image frp
build/base Building image base
build/fluentd Building image fluentd
build/gotenberg Building image gotenberg
build/node-script Building image node-script
build/python-script Building image python-script
build/fava Building image fava
build/lua-clib Building image lua-clib
build/ruby-script Building image ruby-script
build/gitea Building images gitea-package, gitea-pr, gitea-status
build/rust-xwin Building image rust-xwin
build/mx-puppet-steam Building image mx-puppet-steam
build/nextcloud Building image nextcloud
build/caddy Building image caddy
2025-02-26 13:09:24 +01:00
a6a9fe59ec
feat: Implement repository mirror
The `oci-build-task` seems to be doing more requests to the registry
than local `docker build`, which frequently results in Docker Hub's
rate limits kicking in.

By proxying `docker.io`, this should hopefully be avoided.

A somewhat elaborate setup and a custom build of `oci-build-task` are
needed: https://github.com/concourse/oci-build-task/pull/121.

Fixes: #39.
2024-08-29 11:58:39 +02:00
dae7318a7d
Add commit status checks
Closes: #4
2024-08-28 10:14:59 +02:00
ea4acbb4b9
Fix commit-based pip packages
It seems that Renovate assumes Git tags for these kind of definitions,
and therefore cannot handle commit refs.
So a custom regex manager is needed, with a way to manually specify the
branch to use, thanks to the `master` vs `main` split.
2024-08-26 10:56:34 +02:00
55d5c67661
Initialize repository 2024-08-23 15:07:13 +02:00