aws-codebuild-docker-images icon indicating copy to clipboard operation
aws-codebuild-docker-images copied to clipboard

Add `setfacl` tool

Open moltar opened this issue 1 year ago • 0 comments

This tool is used by projen to set permissions, which is a very common tool used by AWS and AWS CDK-related projects.

https://github.com/projen/projen/blob/64206de9dbe4e492cb3e6c17d5b02fda6a204d5d/src/build/build-workflow.ts#L272

But it doesn't seem to be included in the default CodeBuild images.

moltar avatar Jun 02 '24 16:06 moltar