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

Include license information in updater image

samuelkarp opened this issue · comments

The updater image should include license information for the dependencies that are included in it, similar to how that information is included for the Bottlerocket update operator for Kubernetes.

The Bottlerocket SDK includes a bottlerocket-license-scan tool which can be used to generate the appropriate files from vendored Go dependencies.

Fixed in #73