Pulumi Bot
e5da099be4
Upgrade to golangci-lint v2 ( #775 )
...
Upgrades golangci-lint from v1 to v2. Automated by Linear issue IT-144.
Co-authored-by: CI <ci@pulumi.com >
2026-02-25 12:40:02 -08:00
Bryce Lampe
5b05d733ea
Fix lint issues ( #755 )
...
Lint fixes in preparation of
https://github.com/pulumi/ci-mgmt/pull/2024 .
2026-02-06 22:08:57 +00:00
Bryce Lampe
448c16a695
Improve exec error messages ( #553 )
...
Fixes https://github.com/pulumi/pulumi-docker-build/issues/549 .
2025-06-04 11:53:24 -07:00
Ian Wahbe
7eb1e3fe50
Flow context.Context through image builds ( #522 )
...
This should help with cancel responsiveness. Right now, there are
multiple places where docker does not respond to cancel for long periods
of time.
2025-05-02 12:31:40 +02:00
Bryce Lampe
195fbfc784
Add support for multiple exporters ( #235 )
...
Buildkit 0.13 introduced support for [multiple
exporters](https://docs.docker.com/build/exporters/#multiple-exporters ).
We currently return an error in these situations.
Instead, inspect the builder's version when loading the node and relax
this error if we see it's running at least 0.13.
Fixes https://github.com/pulumi/pulumi-docker-build/issues/21 .
2024-12-10 09:05:36 -08:00
Bryce Lampe
4e8cf8f4ba
Fix a panic that could occur when context was omitted ( #83 )
...
I could have sworn the context property was required, but evidently it
isn't and we weren't handling the case when it was missing.
This PR updates things to set a default location of the current
directory if the context is absent. Some unit tests are also added.
Fixes #78 .
2024-05-31 14:41:22 +00:00
Bryce Lampe
26c144c916
Initial provider implementation ( #18 )
...
This brings over the initial buildx prototype from pulumi/pulumi-docker
and fixes various build and release issues.
2024-04-25 11:03:59 -07:00