techthoughts2 / Catesta

Catesta is a PowerShell module and vault project generator. It uses templates to rapidly scaffold test and build integration for a variety of CI/CD platforms.
https://www.catesta.dev/
MIT License
169 stars 20 forks source link

Add support for new CodeBuild images and dotnet 8 #79

Closed techthoughts2 closed 6 months ago

techthoughts2 commented 6 months ago

Description

New codebuild images are now available and buildspec supports dotnet 8.

https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html

Describe the solution you'd like

Add support for aws/codebuild/windows-base:2022-1.0 and dotnet 8 in buildspec.

techthoughts2 commented 6 months ago
Failed to call UpdateProject, reason: Windows Server 2022 not supported for on-demand compute (Service: AWSCodeBuild; Status Code: 400; Error Code: InvalidInputException;

Server 2022 images still not natively supported.