You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
The CodeBuild project uses the Ubuntu aws/codebuild/standard:2.0 image from CodeBuild. I propose to use the Amazon Linux 2 managed image (aws/codebuild/amazonlinux2-x86_64-standard:1.0) instead because it comes with the SAM CLI pre-installed. This will allow customers to run sam build and sam package commands in the buildspec file.
Happy to contribute with a Pull Request if you want.
The text was updated successfully, but these errors were encountered:
That is great suggestion! I was not aware of that and running into issue with the standard image not having SAM CLI installed as well. A PR is much appreciated!
The CodeBuild project uses the Ubuntu
aws/codebuild/standard:2.0
image from CodeBuild. I propose to use the Amazon Linux 2 managed image (aws/codebuild/amazonlinux2-x86_64-standard:1.0) instead because it comes with the SAM CLI pre-installed. This will allow customers to runsam build
andsam package
commands in the buildspec file.Happy to contribute with a Pull Request if you want.
The text was updated successfully, but these errors were encountered: