Help figuring out why my workspace is not being created, and getting it to.
GROUP_ADD field, along with patching in any other changes I might want by using sed. All that would be necessary is running ./setup and you have a compose file and are ready to just run docker compose up -d and go to localhost:7080.The next repo is my templates repo. There I currently just put the template that I am struggling with. The first step in this whole "cluster bootstrapping" process would be to get a workspace in coder using this very template I am speaking of to develop my custom node OS using Elemental by Rancher (SUSE) for full container-based, customizable, and updatable image. Since my cluster will be loosely connected over WAN and the networking will just generally not be in very "datacenter-like" areas; what most would consider "the edge", I will need to bake lots of special things related to custom networking into this image, so having a workshop to do so that can be simply pulled as a set of repos and containers would be incredibly helpful, and something I would have wished to have (so I'm making it).
I wanted to have my workspace simulate my cluster before I deploy, and to do so, I thought that using Containerlab inside via devcontainer would be a good strategy, and using envbox for the docker engine too.
My template can be found here: https://github.com/Brickmaster1/coder-templates/blob/main/templates/envbuilderbox-docker/main.tf
The main issue right now is that it seems fine when you just look at the workspace logs that Coder's UI provides, but if you go into the container and simply
ls /workspaces, it's completely empty. My workspace is never created from the devcontainer.json, even though I specify the repo url to be https://github.com/Brickmaster1/clusterlab.git.