You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add an image tag with the OS version or name? Something like codercom/enterprise-base:ubuntu-24.04 or codercom/enterprise-base:ubuntu-noble. This can prevent the image from suddenly changing, with workspaces no longer starting.
For example, it happend to me that few days ago a workspace was working fine in the morning, but in the afternoon, when I did a Coder demo in my company, the workspace didn't started because the image bumped from 22.04 to 24.04 and the pip installation method didn't work anymore. I fixed the issue on the fly, but it can lead to unexpected issues.
The text was updated successfully, but these errors were encountered:
Would it be possible to add an image tag with the OS version or name? Something like
codercom/enterprise-base:ubuntu-24.04
orcodercom/enterprise-base:ubuntu-noble
. This can prevent the image from suddenly changing, with workspaces no longer starting.For example, it happend to me that few days ago a workspace was working fine in the morning, but in the afternoon, when I did a Coder demo in my company, the workspace didn't started because the image bumped from 22.04 to 24.04 and the
pip
installation method didn't work anymore. I fixed the issue on the fly, but it can lead to unexpected issues.The text was updated successfully, but these errors were encountered: