Skip to content

Updated the Dockerfile and upped the max receive message size to 1GB

Mark Csurgay requested to merge higher-receive-msg-size into main

This Dockerfile is used for local development and results in a very annoying issue.

The default GRPC receiving message size is 4MB, meaning when you work with images or just different types of data it will quickly be over that limit. I've now increased the limit to 1GB just to be safe and additionally cleaned up the Dockerfile as it was a bit out of date.

Unsure who is responsible for these library repositories though.

Merge request reports