-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use custom Docker Image in every stage of the pipelines #382
Comments
Hello team, any chance to add this in the next release? |
Hi @stemons, |
**Why?** As reported by awslabs#382, setting a specific container image to use by the CodeBuild provider to deploy to a target resulted in an error. The CDK stack would fail to synthesize as the 'custom_repo' resource name was already present in the stack. **What?** This fix ensures a unique identifier is used for custom container repositories.
**Why?** As reported by awslabs#382, setting a specific container image to use by the CodeBuild provider to deploy to a target resulted in an error. The CDK stack would fail to synthesize as the 'custom_repo' resource name was already present in the stack. **What?** This fix ensures a unique identifier is used for custom container repositories.
**Why?** As reported by awslabs#382, setting a specific container image to use by the CodeBuild provider to deploy to a target resulted in an error. The CDK stack would fail to synthesize as the 'custom_repo' resource name was already present in the stack. **What?** This fix ensures a unique identifier is used for custom container repositories.
**Why?** As reported by #382, setting a specific container image to use by the CodeBuild provider to deploy to a target resulted in an error. The CDK stack would fail to synthesize as the 'custom_repo' resource name was already present in the stack. **What?** This fix ensures a unique identifier is used for custom container repositories.
Thank you for your patience. I am happy to inform you that this issue has been resolved in our latest release v3.2.0 just now. |
Hello,
we are trying to use a custom Docker Image in every stage of the pipelines, but it seems that the image is used only in the first build phase using this configuration, while the other stages (plan and apply) use the standard image (STANDARD_5)
We tried to use also this configuration by specifying the repository_arn properties in every stage of the pipelines, but in this case we get an error.
The text was updated successfully, but these errors were encountered: