Luke Parker
818215b570
Correct Dockerfile caching
2023-07-22 01:12:39 -04:00
Luke Parker
ffd1457927
Correct message-queue Dockerfile
...
It worked with my cache yet not without cache.
2023-07-21 15:08:37 -04:00
Luke Parker
641077a089
Use non-slim variants to remove needing to apt additional packages
...
Prevents needing to rebuild all the time via allowing cache hits.
2023-07-21 13:58:54 -04:00
Luke Parker
92c3403698
Slim down the message-queue Dockerfile
...
While I tried Alpine, RocksDB won't build unless it's statically linked. Then
async-trait (and proc-macro's in general) won't compile when statically linked.
2023-07-21 04:07:32 -04:00
Luke Parker
9effd5ccdc
Add a Docker-based test for the message-queue service
2023-07-20 18:53:11 -04:00
Luke Parker
28613400b8
message-queue and processor Dockerfiles
2023-07-19 20:13:16 -04:00