My service doesn’t start and the instances error out with “no space left on device”. I’m using tinygo/tinygo-dev:latest docker image. Is there a maximum size for a docker image?
The maximum size is 8gb when extracted, do you have an idea of the extracted size of the image?
Thanks @bastien , I was over 8gb…then learned about multipart Dockerfiles and now I’m down to 1.8gb and all is good now…case closed!