enterprise-images
enterprise-images copied to clipboard
Example Docker images for use with Coder
* Remove unnecessary environment variables (GOROOT, GOPATH, GOBIN) since they have matching defaults * Install the latest stable version of Go at image build time
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...
from our tailscale guide: https://github.com/cdr/docs/pull/676/ open question: I usually add gpg keyring at build time in the Dockerfile. is it OK to have it as a file?
noVNC does not have a loading indicator, but adding a "Connect" button will indicate VNC is working as expected instead of a black screen.
- [ ] switch log out action to shut down workspace and show a zenity prompt. (log out exits the desktop environment) - [ ] switch to another desktop environment...
The Jupyter launcher in the Applications pane launches jupyter, not jupyterlab. The docker build file is installing jupyterlab. Jupyterlab is not included in the documented list of 'Applications' which don't...
I would like to pass down (dynamic) Secrets to my user workspaces. Is there a way to add custom environment variables when the workspace are created ? (or any other...