Diving head first into using `pulumi_docker_build`...
# aws
w
Diving head first into using
pulumi_docker_build
. I'm using ECR as a cache, and I have a few questions. Just looking for some advice. • How can I optimize `cache_from`/`cache_to` with ECR when using multi-stage builds? • Any best practices for sharing base images across different Lambdas? • How do you handle the image URLs vs static strings in the
build_args
for dev/prod environments. • Any way to conditionally skip builds if the image already exists in ECR with the same content hash?
What's best practices to ensure the lambdas are updated when the push to ECR with the same tag is finished?