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 building with Docker BuildKit enabled I always get diagnostics output, regardless of whether buildAndPushImage failed or not.
buildAndPushImage
Diagnostics: awsx:ecr:Repository (my-repo): warning: #1 [internal] load build definition from Dockerfile #1 sha256:00eb9d15435896b77ba208f9da9bd8558a7f09df3e84a8cf506fdecfb43e17ad #1 transferring dockerfile: 32B done #1 DONE 0.0s
No diagnostics are output with DOCKER_BUILDKIT=0 pulumi up though.
DOCKER_BUILDKIT=0 pulumi up
ecr.buildAndPushImage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When building with Docker BuildKit enabled I always get diagnostics output, regardless of whether
buildAndPushImage
failed or not.No diagnostics are output with
DOCKER_BUILDKIT=0 pulumi up
though.Affected feature
ecr.buildAndPushImage
The text was updated successfully, but these errors were encountered: