Hi team! We're experiencing a weird issue after up...
# aws
e
Hi team! We're experiencing a weird issue after upgrading from Pulumi 3.167 to 3.198 (the update could be a coincidence, but there was no other infra changes) Problem: - Building multiple Docker images (8 total) using
@pulumi/docker-build
- Pushing to ECR with multiple tags (
latest
and version tags) - 1-3 random images fail to get tagged properly on each deployment - The issue is non-deterministic - different images fail each time What we tried: - Disabling
cacheFrom
and
cacheTo
seemed to improve the situation, but hard to confirm due to randomness - No code changes other than Pulumi version bump 1. Has anyone experienced similar tagging issues with docker-build after recent Pulumi upgrades? 2. Any known issues with concurrent ECR pushes in recent versions? 3. Should we look into rate limiting or sequential builds as a workaround? Using
@pulumi/docker-build@0.0.14
with ECR registries across multiple regions. Happy to provide more details if helpful!
This seems to be the same issue: https://github.com/pulumi/pulumi-docker-build/issues/606 I'll try to update docker-build
m
Did that work?
e
Yes, updating pulumi and the docker-build to the latest version helped.