Regenerate SDKs

This commit is contained in:
Bryce Lampe
2024-04-25 09:58:30 -07:00
parent 13fb5b6158
commit 9d35ccefac
7 changed files with 125 additions and 47 deletions

View File

@@ -225,6 +225,7 @@ import javax.annotation.Nullable;
* .platforms(
* "plan9/amd64",
* "plan9/386")
* .push(false)
* .build());
*
* }
@@ -313,6 +314,7 @@ import javax.annotation.Nullable;
* .context(BuildContextArgs.builder()
* .location("app")
* .build())
* .push(false)
* .build());
*
* }
@@ -350,6 +352,7 @@ import javax.annotation.Nullable;
* .location("app")
* .build())
* .exec(true)
* .push(false)
* .build());
*
* }
@@ -383,6 +386,7 @@ import javax.annotation.Nullable;
* .context(BuildContextArgs.builder()
* .location("app")
* .build())
* .push(false)
* .build());
*
* }
@@ -415,6 +419,7 @@ import javax.annotation.Nullable;
* .context(BuildContextArgs.builder()
* .location("app")
* .build())
* .push(false)
* .target("build-me")
* .build());
*
@@ -449,6 +454,7 @@ import javax.annotation.Nullable;
* .location("app")
* .named(Map.of("golang:latest", Map.of("location", "docker-image://golang@sha256:b8e62cf593cdaff36efd90aa3a37de268e6781a2e68c6610940c48f7cdf36984")))
* .build())
* .push(false)
* .build());
*
* }
@@ -481,6 +487,7 @@ import javax.annotation.Nullable;
* .context(BuildContextArgs.builder()
* .location("https://raw.githubusercontent.com/pulumi/pulumi-docker/api-types/provider/testdata/Dockerfile")
* .build())
* .push(false)
* .build());
*
* }
@@ -520,6 +527,7 @@ import javax.annotation.Nullable;
* COPY hello.c ./
* """)
* .build())
* .push(false)
* .build());
*
* }
@@ -556,6 +564,7 @@ import javax.annotation.Nullable;
* .dockerfile(DockerfileArgs.builder()
* .location("app/Dockerfile")
* .build())
* .push(false)
* .build());
*
* }
@@ -595,6 +604,7 @@ import javax.annotation.Nullable;
* .tar(true)
* .build())
* .build())
* .push(false)
* .build());
*
* }