Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Use choosables for languages. Upload a recording of log output.
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Mar 7, 2023
1 parent eeb1cd9 commit ab0a89d
Showing 1 changed file with 15 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The enhanced functionality and performance provided by the [Docker BuildKit](htt
## Rich Docker build logs inside Pulumi IaC

Filtered docker logs during build and push will now be displayed in the Info box on pulumi up.
<!-- Add more about docker build logs and a small gif of output -->
[![asciicast](https://asciinema.org/a/I8Xzmfme56ZP4uD6uo2U4i2wr.svg)](https://asciinema.org/a/I8Xzmfme56ZP4uD6uo2U4i2wr)

### Pulumi YAML and Pulumi Java support

Expand Down Expand Up @@ -97,24 +97,35 @@ These are being implemented as top-level fields; currently available are:

#### Language specific package type updates

**Dotnet:**
{{< chooser language "typescript,python,csharp,go" >}}

{{% choosable language csharp %}}

```csharp
Docker.ImageRegistryDocker.Inputs.RegistryArgs
Docker.DockerBuildDocker.Inputs.DockerBuildArgs
```

**Go:**
{{% /choosable %}}

{{% choosable language go %}}

```go
docker.ImageRegistry → docker.Registry
```

**Python:**
{{% /choosable %}}

{{% choosable language python %}}

```python
DockerBuild → DockerBuildArgs
ImageRegistry → RegistryArgs
```

{{% /choosable %}}

{{< /chooser >}}
{{< /chooser >}}

The Docker Provider Image Resource has everything you need to build, run, and push Docker images for any container registry. Build your next image now!

0 comments on commit ab0a89d

Please sign in to comment.