Build devcontainer from hostPath and not git repo - Coder in k8s
Hello, I supposed that this is highly unusual and it's not going to be possible but: we have a NFS storage mounted to every k8s node which is then passed as a
hostPath
to pods. Users have .devcontainer
in .gitignore
becuase everyone uses different config and devs don't want to use one, universal devcontainer per project. Is it possible to build and open devcontainer from a given path to envbuilder instead of a git repository?3 Replies
<#1303353696372916305>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Interesting. Can you create an issue at https://github.com/coder/envbuilder?
This is the backend Coder uses to build devcontainer images.
GitHub
GitHub - coder/envbuilder: Build development environments from a Do...
Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly. - coder/envbuilder