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