core: BundlingDockerImage fails unit tests in Amazon Linux 2023 #27712
Labels
@aws-cdk/core
Related to core CDK functionality
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
When I run unit tests for
aws-cdk-lib
in Amazon Linux 2023,core/test/staging.test.ts
fails with invalid docker args.z,
in docker args is inserted inbundling.ts > BundlingDockerImage > run > dockerArgs
(link).isSelinux()
returns true in Amazon Linux 2023 and unit tests don't consider the case.Expected Behavior
The module passes all tests.
Current Behavior
The unit tests fails with errors:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.103.0
Framework Version
No response
Node.js Version
v20.9.0
OS
Amazon Linux 2023
Language
TypeScript
Language Version
No response
Other information
docker version:
The text was updated successfully, but these errors were encountered: