Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix codebuild task to work running as unpriviledged user
this stackoverflow answer provided some insight: https://stackoverflow.com/questions/51365622/aws-codebuild-as-non-root-user also reading the docker image of the base build helped a lot: https://github.com/aws/aws-codebuild-docker-images/blob/master/ubuntu/standard/7.0/Dockerfile and also making use of the session manager feature calling the `codebuild-breakpoint` command: https://docs.aws.amazon.com/codebuild/latest/userguide/session-manager.html
- Loading branch information