- 
                Notifications
    You must be signed in to change notification settings 
- Fork 218
Closed
Labels
Milestone
Description
Given that gitpod classic is going away beginning of March and the new gitpod also supports the devcontainer.json specification, we should probably start a project to migrate fully over to devcontainer.json
We should also migrate any links and references we use to "Open in Gitpod" over to "Open in Codespaces" as new gitpod will have no free tier at all while Codespaces will be maintaining its free tier allowance.
Here's a list of suggested tasks:
-  Rename nf_core/gitpod/gitpod.Dockerfiletonf_core/devcontainer/devcontainer.Dockerfile
-  Switch base image in devcontainer.Dockerfilefrom gitpod base to codespaces base (or maybe Seqera containers base)
-  Delete nf_core/pipeline-template/.gitpod.yml
-  Change the docker image that we publish via CI from nfcore/gitpodto nfcore/devcontainer`
-  Remove "remoteUser": "gitpod",from devcontainer.json.