resolver: Use self-built image

This commit updates the resolver component to use an image that is built
locally.
This commit is contained in:
Tom Wiesing 2022-09-09 18:01:57 +02:00
parent dceff860e4
commit 2881a5f65c
No known key found for this signature in database
71 changed files with 195 additions and 111 deletions

View file

@ -10,7 +10,8 @@
- Enhance Snapshots
- Export the Docker Images
- Avoid running `docker compose` executable and shift it to a library
- Move resolver code into this
- Cleanup code: Have consistent error handling
- Add a metadata / statistics server
- Add a proper metadata / statistics server
- Restructure code files
- Single Malt Mode: Support having a single instance only!