pulumi / pulumi-java

Java support for Pulumi
Apache License 2.0
69 stars 21 forks source link

Build failing with `error: malformed HTML` #1408

Closed iwahbe closed 2 months ago

iwahbe commented 2 months ago

What happened?

/home/runner/work/pulumi-docker/pulumi-docker/sdk/java/src/main/java/com/pulumi/docker/Image.java:290: error: malformed HTML
     * The manifest digest of an image pushed to a registry, of the format repository{@literal @}<algorithm&gt;:&lt;hash&gt;, e.g. `username/demo-image{@literal @}sha256:a6ae6dd8d39c5bb02320e41abf00cd4cb35905fec540e37d306c878be8d38bd3`.
                                                                                                 ^

Example

This was discovered when testing pulumi-terraform-bridge v3.89.0-candidate on docker:

https://github.com/pulumi/pulumi-docker/actions/runs/10307662375/job/28533381889

I have confirmed that this issue is not present on 0.12.0.

Output of pulumi about

NA

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

justinvp commented 2 months ago

@lunaris, possibly due to https://github.com/pulumi/pulumi-java/pull/1397?