bottlerocket-os / bottlerocket-ecs-updater

A service to automatically manage Bottlerocket updates in an Amazon ECS cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish Bottlerocket ECS Updater Image to ECR public and update updater stack

srgothi92 opened this issue · comments

What I'd like:
For development purpose we have configured updater image as parameter in updater stack so that we can provide our personal image. Before release we should publish final updater image to ECR public so customers can pull it directly. We should also update the updater stack with ECR public updater image location.

Implementation Suggestion:
One option is to keep the existing UpdaterImage parameter and pass ECR public location as default.
Other option is to delete the UpdaterImage parameter and update TaskDefinition to use ECR public location.

One option is to keep the existing UpdaterImage parameter and pass ECR public location as default.

This approach would also let customers override and use their own image without also having to modify the CloudFormation template, so I think it's a good choice.

This is done.