-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
DockerImageAsset: Support --no-cache #27916
Comments
I'll take a look here. |
Thank you for your report. Looks like there's no workaround out of the box. I'm making it a p1 feature request and we welcome any PRs from the community as well. |
Closes #27916. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
Closes aws#27916. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the feature
Currently there's no option to build docker images without caching. The last comment on #20555 explains that this doesn't function as intended.
Use Case
I have a
pyproject.toml
that requires installing a package from mainline. It currently has no idea if/when mainline has changed and therefore uses cached layers. I need to manually delete local and ECR layers each time to force rebuild.Proposed Solution
Add ability to pass args that don't take values.
Other Information
No response
Acknowledgements
CDK version used
latest
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: