josmo / drone-ecs

Drone plugin for triggering Amazon EC2 Container Service (ECS) deployments
Apache License 2.0
30 stars 41 forks source link

Support for privileged mode if running in EC2 mode #65

Closed Maciej-Gierwatowski closed 2 years ago

Maciej-Gierwatowski commented 2 years ago

Fixes #64 This feature adds new parameter: privileged: true/false For FARGATE launch type it is always false, because FARGATE doesn't support this feature.

josmo commented 2 years ago

Thanks @Maciej-Gierwatowski I just had one quick comment. Will merge right away if you can add that :)

josmo commented 2 years ago

Thanks again for the contribution!