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

Yarn missing from the aws/codebuild/amazonlinux2-aarch64-standard:3.0 image #667

Closed HarveyPeachey closed 7 months ago

HarveyPeachey commented 1 year ago

Describe the bug Similar to https://github.com/aws/aws-codebuild-docker-images/issues/622, also reported in a comment on the same issue https://github.com/aws/aws-codebuild-docker-images/issues/622#issuecomment-1551283248, however issue was closed.

Someone has kindly added a proposed solution using NPM instead of YUM to get past GPG key issues, along with adding Yarn to the Dockerfiles in which they're missing. Either way Yarn was available in the previous versions of these images, and we would like to update our CodeBuild environment to use Node 18, so it would be great if this was added back in as we rely on Yarn as our package manager.

Expected behavior Yarn to be included in the Docker images.

tarikhagustia commented 11 months ago

up, same issue

oginokairan commented 10 months ago

same here

Dylan-AWS commented 7 months ago

Yarn is added to the 3.0 image in #697