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

Add make clean in CDK Dockerfile #201

Merged

Conversation

weiliw-amz
Copy link
Contributor

Issue #, if available:
N/A

Description of changes:
Since CDK now build image from local source, it makes more sense that user does not need to take care to clean up local repository before CDK synth & deploy, instead, docker copies source code folder and cleans before build. This will prevent weird bugs from forgetting to clean up local build, more likely if local/image platform/os have differences.

Not using .dockerignore because it would actually be a duplicate of Makefile clean items.

Tested with a local build from python3.10 and image build from python3.7 to ensure correctness.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@weiliw-amz weiliw-amz merged commit 1e9cba5 into amzn:mainline Jan 17, 2023
@weiliw-amz weiliw-amz deleted the add-make-clean-to-cdk-dockerfile branch September 21, 2023 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants