Embed sdk versions (#68)

Part of https://github.com/pulumi/ci-mgmt/issues/915

Install pulumi in standard way 

Use the same method as other providers to install the pulumi CLI.
- Lock the version of the CLI and therefore codegen for consistent build
results.
- Ensure the local language plugins are using by disabling ambient
plugins.

Enable respect schema version

Remove setting version at SDK build time

---------

Co-authored-by: Bryce Lampe <bryce@pulumi.com>
This commit is contained in:
Daniel Bradley
2024-05-30 13:50:54 +01:00
committed by GitHub
parent f0aaf7095d
commit c305ea88c4
23 changed files with 503 additions and 2264 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pulumi/docker-build",
"version": "${VERSION}",
"version": "1.0.0-alpha.0+dev",
"keywords": [
"docker",
"buildkit",
@@ -22,6 +22,7 @@
},
"pulumi": {
"resource": true,
"name": "docker-build"
"name": "docker-build",
"version": "1.0.0-alpha.0+dev"
}
}