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
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.tomlthat 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