Aws-codebuild-docker-images: [Feature Request] Add yarn as a global package already install on node images

Created on 24 Oct 2018  路  5Comments  路  Source: aws/aws-codebuild-docker-images

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.

feature request

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:

  • Testing
  • Build Scripts
  • Deployment
  • Linting

All 5 comments

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:

  • Testing
  • Build Scripts
  • Deployment
  • Linting

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

a-h picture a-h  路  5Comments

anilmujagic picture anilmujagic  路  5Comments

jfromaniello picture jfromaniello  路  5Comments

StefanSmith picture StefanSmith  路  5Comments

aterentic-basiq picture aterentic-basiq  路  7Comments