Bryce Lampe
f0aaf7095d
Fix GitHub action URL ( #80 )
...
Our docs and default value for the GitHub action cache URL were
referring to the
[wrong](https://github.com/tonistiigi/go-actions-cache/blob/master/api.md )
environment variable.
I was under the impression that the underlying library ends up checking
for the correct variable later so this would be only cosmetic, but a
user
[confirmed](https://github.com/pulumi/pulumi-docker-build/issues/77#issuecomment-2135621983 )
this does appear to break things.
I brought over an old test I had written while this was still in the
pulumi-docker repo, but unfortunately it doesn't currently test GHA due
to ci-mgmt limitations
https://github.com/pulumi/pulumi-docker-build/issues/82 .
Fixes https://github.com/pulumi/pulumi-docker-build/issues/77 .
2024-05-29 12:29:58 +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
Bryce Lampe
9026e23f75
Update cmd location to unblock ci-mgmt workflows
2024-04-16 11:20:40 -07:00
Bryce Lampe
2b348f84e4
Housekeeping ( #8 )
...
* Rename the provider to dockerbuild.
* Add Makefile targets required by CI.
* Add per-language test targets compatible with CI.
* Fix broken example yaml.
* Add gitignore exclusions to fix SDK generation in CI.
* Fix lint errors.
* Vendor pulumi CLI via `tools.go` instead of `.pulumi`.
* Consolidate `go.mod`s into one file, with a minimal `go.mod` for the
Go SDK.
* Add codecov.
2024-03-20 11:09:37 -07:00
Bryce Lampe
3eb77f66f2
Add a placeholder schema
2024-03-18 16:00:39 -07:00
Bryce Lampe
d8688f5e1a
Regenerate examples
2024-03-07 16:15:49 -08:00
Bryce Lampe
3427e6115f
More renames
2024-03-07 13:51:35 -08:00
Bryce Lampe
10f6ae35a6
Rename xyz -> docker-native
2024-03-07 12:53:12 -08:00
Bryce Lampe
0d9ce7c53c
Initial commit
2024-03-07 11:17:15 -08:00