You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds new Devcontainer Setup for use with Codespaces (#8983)
* Add devcontainer setup from nf-core/tools for testing. Move nf-test install to setup.sh
* Add the default user again at the end
* Move nf-test install to unprivileged location and add WORKDIR. Add pipefail. Remove copying unnecessary files.
* Move Dockerfile
* Remove docker-in-docker interfering with docker-outside-docker from parent image. Adapt Mounts to use host paths when starting sibling containers
* Fix arm profile
* Remove apptainer install
* Remove efforts for unprivileged user
* Use root user by default
* update welcome message. update prompt
* Remove explicitly setting NFT_WORKDIR
* Add nf-test as local feature
* Remove Dockerfile in favor of features
* Remove env vars
* Add apptainer as local feature
* Fix install
* Fix install script for apptainer by installing dependencies first
* Fix install script for apptainer by installing dependencies first
* Update local feature to have version, name, id
* ftr: new devcontainer config
* Remove redundant tools install
* Remove local features. Already installed in parent image
* Testing: Change to pulling image from controlled location for testing in codespaces. REVERT THIS
* fix: set executable bit flag to run setup.sh
* Change to final container image
* Bumpy hostRequirements to run in more powerful instance in Codespaces
* Switch to using dev tag of our nf-core/devcontainer
0 commit comments