bpmct / v2-templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2-templates

Description

These are Coder v2 templates that have been customized for demonstrations

Last updated

8-23-22 mark@coder.com

  1. aws and azure templates can only run with users other than admin@coder.com (will be fixed in a future release)

8-20-22 mark@coder.com

  1. updated Coder Terraform provider to 0.4.9
  2. aws templates have temporary fix - use ubuntu user and do not create a user in the VM to resolve connecting stuck status Filed issue #3611

8-13-22 mark@coder.com

  1. bug: added mkdir -p ~/.ssh before ssh-keyscan and git clone
  2. updated kubernetes, docker and coder Terraform provider releases
  3. removed 2>&1 | tee <filename.log> logging since /tmp/coder-startup-script.log captures it now
  4. add a jupyter docker template that lets the user decide if they want Jupyter Notebook or Jupyter Lab
Goals
  1. Be able to demo a Kubernetes pod as a workspace
  2. Be able to add code-server (VS Code in a browser) in a workspace
  3. Be able to demonstrate JetBrains Gateway
  4. Show a workspace as a GCP VM, with dockerd inside
  5. Show JetBrains projector (JetBrains in a browser) in a workspace - IntelliJ, PyCharm, GoLand
  6. Show multiple JetBrains IDE projects with projector
  7. Show Eclipse IDE in a VNC workspace
  8. Be able to demonstrate data science tools like Jupyter Notebook, Jupyter Lab, Airflow, RStudio
  9. Be able to show code-server and JetBrains IDEs in workspaces running on a dockerd

About


Languages

Language:HCL 100.0%Language:Dockerfile 0.0%