worried-daybreak-5681
08/08/2025, 5:03 PMpulumi_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?worried-daybreak-5681
08/08/2025, 5:27 PM