Hey guys, trying to deploy some Docker Lambdas fro...
# seed
a
Hey guys, trying to deploy some Docker Lambdas from SEED, and I’m getting this error:
Copy code
Error response from daemon: Dockerfile parse error line 26: Unknown flag: mount
@Frank any idea of this issue?
f
Hey @Adrián Mouly, does the Dockerfile work on ur local machine?
a
Yeah, looks like this is something from BuildKit.
But not sure what is it.
f
Oh building the Dockerfile works on ur local machine?
a
Forget it, we moved the images into ECR instead of compiling them from local.
It was taking too long to build the images each time.
f
Oh I see. Yeah that might be better if the images are rarely updated.