CodeBuild
: Can't run docker image on ARM build instance
#24342
Labels
@aws-cdk/aws-codebuild
Related to AWS CodeBuild
bug
This issue is a bug.
feature-request
A feature should be added or improved.
p2
Describe the bug
Hey there!
It seems like, so far, the
LinuxArmBuildImage
class doesn't support thefrom_docker_registry
function [1]. But theLinuxBuildImage
class does. This seems weird to me since CodeBuild is generally supporting the use of ARM images [2].Not sure if this is a bug or a future request, feel free to change.
[1] https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_codebuild/README.html#images and https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_codebuild/LinuxArmBuildImage.html
[2] https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html###
Reproduction Steps
Possible Solution
LinuxArmBuildImage
should also supportfrom_docker_registry
functionAdditional Information/Context
No response
CDK CLI Version
2.66.1
Framework Version
No response
Node.js Version
v16.16.0
OS
MacOS
Language
Python
Language Version
3.9.15
Other information
No response
The text was updated successfully, but these errors were encountered: