Zoker
CCoder.com
•Created by Zoker on 2/5/2025 in #help
How to use coder_parameter to force_rebuild docker images?
Hi there,
I saw this in the docs:
(source: https://coder.com/docs/@v2.19.0/admin/templates/extending-templates/parameters#ephemeral-parameters)
How I want to add this feature to my current template.
I guess I need to use the
force_rebuild
somewhere in order to really force the rebuild of the image, right?
Probably in the triggers here:
Would this work? Thanks!18 replies
CCoder.com
•Created by Zoker on 4/22/2024 in #help
Error when updating code-server to 4.23.1 within coder
I upgraded code-server from 4.23.0 to 4.23.1 within my coder.com instance (using this module: https://registry.coder.com/modules/code-server).
When I now start my workspaces, I get this error:
When I downgrade again to 4.23.0 everything works fine.
2 replies
CCoder.com
•Created by Zoker on 3/6/2024 in #help
What is the best way to keep installed system packages?
I use ubuntu as my base docker image. In a lot of workspaces I install additional system packages via apt.
When I use codespaces and install packages there, they stay on even after a restart.
What is the best way to keep them?
One way would be to use the personalized file right? Any other/better way without user interference?
7 replies