Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump default codebuild image #33

Merged
merged 4 commits into from
Aug 12, 2024
Merged

Conversation

bchinpp
Copy link

@bchinpp bchinpp commented Aug 12, 2024

Use the codebuild_image variable for the codebuild job for deploying the lambda also

@@ -117,7 +117,7 @@ variable "github_url" {

variable "codebuild_image" {
type = string
default = "aws/codebuild/standard:4.0"
default = "aws/codebuild/standard:7.0"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7.0 is needed to support python3.12.

@bchinpp bchinpp merged commit c20c856 into pp_master Aug 12, 2024
@bchinpp bchinpp deleted the parameterize-codebuild-image branch August 12, 2024 13:16
@bchinpp bchinpp changed the title Parameterize codebuild image Bump default codebuild image Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants