This is a tryout to fix the build [1]
Loaders have been reworked to only deal with configuration as constructor parameters. As
the current docker configuration is shared amongst all loaders, this can no longer work.
The current "next-gen" loaders share a subset of those configuration though so most can
run together. Except for the loader deposit which needs dedicated extra keys (deposit,
url).
Note that some configuration keys (scheduler for example) referenced in the current
configuration are not for loaders. This make instantiation fails. So they need to be
removed.
All in all, trying to separate the dedicated deposit loader with its configuration in
its own container. And the other loaders continue running as before.
Related to T1410
[1] https://jenkins.softwareheritage.org/view/all/job/swh-docker-dev/730/console