codebuild: use custom arm linux image from external Docker registry #24367
Labels
@aws-cdk/aws-codebuild
Related to AWS CodeBuild
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Today you can use a custom x86 image from an external registry as a CodeBuild build image using the method
codebuild.LinuxBuildImage.fromDockerRegistry
.But class
LinuxArmBuildImage
lacks this method.It would be great if this class could also implement the method
fromDockerRegistry
, so we can use our own custom arm images, e.g.Use Case
I want to be able to use a custom arm linux image from external docker registry as a CodeBuild build image.
Both, the AWS Management Console and CloudFormation support it, but it is not possible when using CDK.
Currently we are stuck having to use Cloudformation for our arm compatible pipelines.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.66.0
Environment details (OS name and version, etc.)
Ubuntu 20.04.5 LTS
The text was updated successfully, but these errors were encountered: