Open
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.Dockerfile
tonf_core/devcontainer/devcontainer.Dockerfile
- Switch base image in
devcontainer.Dockerfile
from 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/gitpod
to nfcore/devcontainer` - Remove
"remoteUser": "gitpod",
from devcontainer.json.