Hi everyone, I'm currently experiencing an issue w...
# general
b
Hi everyone, I'm currently experiencing an issue with the latest version of Pulumi's Automation API that was recently updated. (For reference, this issue does not occur with versions
"@pulumi/aws": "^6.72.0"
and
"@pulumi/pulumi": "^3.156.0"
.) The problem is as follows: an Image that is declared via
docker-build
disappears from the stack. Along with the Image, the related resources are also removed from the stack. I suspect this may be related to the recent failure in the Pulumi Docker CI pipeline: https://github.com/pulumi/pulumi-docker/actions/runs/14235835423/job/39894965635 Is anyone else experiencing the same issue? Does anyone know when this might be resolved?
e
I think the pipeline failures are due to a GCP change, not the CLI.
Do you know the newest versions of the CLI where it does work?
b
Sorry for confusing. i think this problem may occurs because of the relative path using in my code for find dockerfile. This may like with Zach's one. Is there any changes with relative path for find dockerfile with docker-build in recent versions?
And i don't know about CLI. i'm currently using automation API for it
e
I don't know of any changes around paths. The CLI version should match the automation API version iirc.
b
CLI version doesn't matter. because my code works at CI with dependency install. however thanks for answer!