It should be setting namespace, not registry, to match other repos.
Also namespace should be overridden usually, not the registry.
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
Some of the information in `docs/developing.md` was outdated (i.e. there
is no `integration` Makefile target anymore, there's
`integration-{direct|cdn|s3|proxy-installer|enterprise}`).
Also added a mention of the `docker-compose-` targets, for running image
factory.
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
Refactor configuration of Image Factory.
This PR removes most of the flags, and instead allows configuration
using config files and/or environment variables.
Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>