Change base build image of tests #5409
-
In my pipeline manifest.yml i have this:
The main buildspec.yml now use this ubuntu as the base image. However, during the tests in "stages" it still use the default aws/codebuild/amazonlinux2-x86_64-standard:4.0
Is it possible to use the same base image as the default, or override it per-stage? |
Beta Was this translation helpful? Give feedback.
Answered by
jerometremblay
Nov 6, 2023
Replies: 1 comment
-
I created a cfn patch with
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jerometremblay
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created a cfn patch with
copilot pipeline override
.