.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,196 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
Our AWS CodeBuild pipeline fails during the docker push
step when trying to push an image to Amazon Elastic Container Registry (ECR). The error indicates that the ECR repository is immutable, preventing the latest
tag from being updated.
nvironment Details
Expected Solution
How should we handle deployments when ECR is immutable but ECS expects latest?
What is the best practice for ECS service updates without using latest?
Can AWS CodeBuild/ECS automatically pick up the newest image without tagging it as latest?