We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the Docker build context (AKA the project folder referenced by the Dockerfile) has changed, an image should be re-built.
We can put this logic in the Diff checker.
Here's an example implementation for detecting changes in the Docker context: https://github.com/MaterializeInc/pulumi-docker-buildkit/blob/bed3b04f79016001c0b948d0faa1051857acd6fc/cmd/pulumi-resource-docker-buildkit/main.go#L127
The text was updated successfully, but these errors were encountered:
guineveresaenger
Successfully merging a pull request may close this issue.
Hello!
Issue details
When the Docker build context (AKA the project folder referenced by the Dockerfile) has changed, an image should be re-built.
We can put this logic in the Diff checker.
Here's an example implementation for detecting changes in the Docker context: https://github.com/MaterializeInc/pulumi-docker-buildkit/blob/bed3b04f79016001c0b948d0faa1051857acd6fc/cmd/pulumi-resource-docker-buildkit/main.go#L127
Affected area/feature
The text was updated successfully, but these errors were encountered: