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.
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.