aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
5.08k stars 2.14k forks source link

Example for ImageBuilder build pipeline for amazon linux 2023 #987

Closed hamadsuniverse closed 7 months ago

hamadsuniverse commented 8 months ago

Added an example project that demonstrates how to create an ImageBuilder pipeline to build a container image using Amazon Linux 2023 base image and installing git, docker and nodejs in it so it can be used in building pipelines such as in Amazon CodeCatalyst.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

kaiz-io commented 8 months ago

Also npm run --if-present test is failing in the build checks.

hamadsuniverse commented 7 months ago

Actioned all points and build/all checks are passing. Pending your review and merge. Thanks!