aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.11k stars 973 forks source link

Add yarn support via npm instead of using GPG #657

Closed ChronosMasterOfAllTime closed 9 months ago

ChronosMasterOfAllTime commented 1 year ago

Issue #, if available:

622

Description of changes: Add yarn installation using NPM instead of GPG and YUM. See yarn install docs as this is the preferred method.

If we want to support yarn 2.x we can enable it differently.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Dylan-AWS commented 9 months ago

Yarn was added in the AL:5.0 image and Ubuntu 7.0 (https://github.com/aws/aws-codebuild-docker-images/pull/689). Yarn in ARM(#667) we be added in a future release Closing this PR.

ChronosMasterOfAllTime commented 9 months ago

Yarn was added in the AL:5.0 image and Ubuntu 7.0 (#689). Yarn in ARM(#667) we be added in a future release Closing this PR.

Thank you.