This brings over the initial buildx prototype from pulumi/pulumi-docker and fixes various build and release issues.
28 lines
589 B
JSON
Generated
28 lines
589 B
JSON
Generated
{
|
|
"name": "@pulumi/docker-build",
|
|
"version": "${VERSION}",
|
|
"keywords": [
|
|
"docker",
|
|
"buildkit",
|
|
"buildx",
|
|
"kind/native"
|
|
],
|
|
"homepage": "https://pulumi.com",
|
|
"repository": "https://github.com/pulumi/pulumi-docker-build",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@pulumi/pulumi": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^14",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"pulumi": {
|
|
"resource": true,
|
|
"name": "docker-build"
|
|
}
|
|
}
|