bottlerocket-os / bottlerocket-ecs-updater

A service to automatically manage Bottlerocket updates in an Amazon ECS cluster.
Other
47 stars 9 forks source link

Include license information in updater image #72

Closed samuelkarp closed 3 years ago

samuelkarp commented 3 years ago

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.

samuelkarp commented 3 years ago

Fixed in #73