The current node images on docker provide npm and yarn inside their images. It would be nice if the aws codebuild images (for node) did as well.
Can you give me the use case for why this would be useful for customers not building node/python packages?
Sorry, I don't think I was clear. I meant including yarn for just the node aws codebuild images.
The reason this is useful, is for users who use yarn instead of npm for their development.
Currently I use yarn on codebuild for:
Voting for this feature!+1
+1
https://github.com/aws/aws-codebuild-docker-images/blob/master/ubuntu/standard/1.0/Dockerfile. This will be available to select on CodeBuild's APIs and console/UI in the next few days.
Most helpful comment
Sorry, I don't think I was clear. I meant including yarn for just the node aws codebuild images.
The reason this is useful, is for users who use yarn instead of npm for their development.
Currently I use yarn on codebuild for: