Skip to content
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

Fix use of separate container image per target #501

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

sbkok
Copy link
Collaborator

@sbkok sbkok commented Aug 25, 2022

Issue: #382

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.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

**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.
@sbkok sbkok added the bug Something isn't working label Aug 25, 2022
@sbkok sbkok added this to the v3.2.0 milestone Aug 25, 2022
@sbkok sbkok requested review from javydekoning and StewartW August 25, 2022 18:06
@sbkok sbkok merged commit b9d045a into awslabs:master Aug 26, 2022
@sbkok sbkok deleted the fix/codebuild-docker-deploy-stages branch August 26, 2022 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants