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.
Would it be possible to add an image tag with the OS version or name? Something like
codercom/enterprise-base:ubuntu-24.04orcodercom/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
pipinstallation method didn't work anymore. I fixed the issue on the fly, but it can lead to unexpected issues.