Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hold images identified by digest. #30

Merged
merged 10 commits into from
Sep 5, 2024
Merged

Hold images identified by digest. #30

merged 10 commits into from
Sep 5, 2024

Conversation

fujiwara
Copy link
Owner

@fujiwara fujiwara commented Jul 12, 2024

Amazon ECS announced "software version consistency".
https://aws.amazon.com/jp/blogs/containers/announcing-software-version-consistency-for-amazon-ecs-services/

Amazon ECS will now resolve a container image tag to its container image digest for every version (deployment) of an Amazon ECS Service. This ensures that the same container image is used throughout the lifecycle of the deployment, and increases both the security and consistency of your applications deployed as Amazon ECS services.

This means ecrm should hold ECR images identified by the image digest URI that is used by running ECS tasks.

This PR enables the detection of image digest URIs.

@fujiwara fujiwara changed the title Hold image digest Hold images identified by digest. Jul 16, 2024
@fujiwara fujiwara marked this pull request as ready for review July 16, 2024 08:21
@fujiwara fujiwara merged commit 5794f26 into main Sep 5, 2024
4 checks passed
@fujiwara fujiwara deleted the hold-image-digest branch September 5, 2024 07:28
@fujiwara fujiwara mentioned this pull request Sep 5, 2024
@github-actions github-actions bot mentioned this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant