Hello, I noticed some of our deployments are faili...
# pulumi-deployments
b
Hello, I noticed some of our deployments are failing- we're seeing that the image was updated from
Pulling container image "pulumi/pulumi:3.115.2"
to
Downloaded newer image for pulumi/pulumi:3.116.0
And with this new image we're noticing failures with this message:
Copy code
The virtual environment was not created successfully because ensurepip is not available.  On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. 

    apt-get install python3-venv 

You may need to use sudo with that command.  After installing the python3-venv package, recreate your virtual environment.
The failing command is:
Copy code
Failing command: ['/deployment/{PATH}/venv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']
Is there something on our end we can do to specify the older image? Or is this a known bug?
We're setting our executer image to a specific tag and testing now.
But we liked the rolling updates! 😭
l
I'm seeing the same error in my org. I filed https://github.com/pulumi/pulumi-cloud-requests/issues/389.
b
I've been told they're aware of the issue. Not sure of an ETA or fix.
r
Fix coming, it's currently rolling out! We're pinning to 3.115.2 in deployments until we can resolve the issue in the docker image where this is originating.
b
🫶
Thanks @red-match-15116!