Bryce Lampe
d9c3284f40
Check if local exports exist ( #197 )
...
Check if local exports exist during diffing. For tar, the file must
exist. For local, the directory must exist and be populated.
Fixes https://github.com/pulumi/pulumi-docker-build/issues/177 .
2024-08-13 13:52:10 -07: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
dependabot[bot]
1febe659ca
Bump the docker group with 5 updates ( #113 )
...
Bumps the docker group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [github.com/docker/buildx](https://github.com/docker/buildx ) |
`0.13.1` | `0.15.1` |
| [github.com/docker/cli](https://github.com/docker/cli ) |
`26.0.0-rc1+incompatible` | `26.1.4+incompatible` |
|
[github.com/docker/distribution](https://github.com/docker/distribution )
| `2.8.2+incompatible` | `2.8.3+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker ) |
`26.0.0-rc1+incompatible` | `26.1.4+incompatible` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit ) |
`0.13.0` | `0.14.1` |
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Bryce Lampe <bryce@pulumi.com >
2024-06-26 11:07:02 -07: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
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