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 |
|
pulumi-renovate[bot]
|
0ce316d7de
|
fix(deps): update module github.com/docker/buildx to v0.18.0 (main) (#312)
|
2024-11-20 20:00:22 -08:00 |
|
dependabot[bot]
|
724836b5ef
|
Bump the other group across 1 directory with 13 updates (#152)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bryce Lampe <bryce@pulumi.com>
|
2024-07-12 16:40:59 -07:00 |
|
Bryce Lampe
|
bbdefef3c8
|
Fix an issue where warnings aren't displayed correctly (#136)
This is a byte array that needs to be string'd.
|
2024-06-27 14:07:25 -07:00 |
|
Bryce Lampe
|
ff71c251e1
|
Upgrade go-provider (#53)
This upgrades pulumi-go-provider to latest. Code was automatically
migrated using a slightly modified patch described
[here](https://github.com/pulumi/pulumi-go-provider/pull/227#issuecomment-2073962385).
---------
Co-authored-by: Ian Wahbe <ian@wahbe.com>
|
2024-05-13 12:23:24 -07: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 |
|