Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Jan 26, 2024
1 parent 59d7419 commit 1a11791
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 76 deletions.
8 changes: 4 additions & 4 deletions provider/cmd/pulumi-resource-docker/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2121,7 +2121,7 @@
},
"context": {
"type": "string",
"description": "\nContexts to use while building the image. If omitted, an empty context\nis used. If more than one value is specified, they should be of the\nform \"name=value\"."
"description": "\nPath to use for build context. If omitted, an empty context is used."
},
"contextHash": {
"type": "string"
Expand All @@ -2135,7 +2135,7 @@
},
"file": {
"type": "string",
"description": "\nName of the Dockerfile to use (default: \"$PATH/Dockerfile\").",
"description": "\nName of the Dockerfile to use (defaults to \"${context}/Dockerfile\").",
"default": "Dockerfile"
},
"manifests": {
Expand Down Expand Up @@ -2198,7 +2198,7 @@
},
"context": {
"type": "string",
"description": "\nContexts to use while building the image. If omitted, an empty context\nis used. If more than one value is specified, they should be of the\nform \"name=value\"."
"description": "\nPath to use for build context. If omitted, an empty context is used."
},
"exports": {
"type": "array",
Expand All @@ -2209,7 +2209,7 @@
},
"file": {
"type": "string",
"description": "\nName of the Dockerfile to use (default: \"$PATH/Dockerfile\").",
"description": "\nName of the Dockerfile to use (defaults to \"${context}/Dockerfile\").",
"default": "Dockerfile"
},
"platforms": {
Expand Down
12 changes: 4 additions & 8 deletions sdk/dotnet/Buildx/Image.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 8 additions & 16 deletions sdk/go/docker/buildx/image.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions sdk/java/src/main/java/com/pulumi/docker/buildx/Image.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 8 additions & 16 deletions sdk/java/src/main/java/com/pulumi/docker/buildx/ImageArgs.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions sdk/nodejs/buildx/image.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 8 additions & 16 deletions sdk/python/pulumi_docker/buildx/image.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a11791

Please sign in to comment.