DRAFT: Build studios compatible images - #629
Closed
pinin4fjords wants to merge 8 commits into
Closed
pinin4fjords wants to merge 8 commits into
pinin4fjords wants to merge 8 commits into
Conversation
✅ Deploy Preview for nextflow-training ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
pinin4fjords
marked this pull request as draft
July 7, 2025 17:42
- Switch to cr.seqera.io/public/data-studio-vscode base image
- Change workspace path from /workspace to /workspaces (Codespaces convention)
- Add comprehensive VS Code settings for dark mode, auto-open terminal, and training directory
- Pre-install nf-core extension pack for immediate availability
- Patch init script to open VS Code in training directory by default
- Add conservative JVM tuning to prevent Nextflow core dumps
- Improve setup script with better Nextflow initialization and timing
- Use heredoc syntax for cleaner settings.json formatting
- Add proper variable usage with ${workspaceFolder} for terminal directory
| @@ -0,0 +1,58 @@ | |||
|
|
|||
| ARG CONNECT_CLIENT_VERSION="0.8-rc" | |||
There was a problem hiding this comment.
future improvement: the latest CONNECT_CLIENT_VERSION could be extracted from the release information in the repo https://github.com/seqeralabs/studio-templates. As we are still finalizing versioning of the connect and cliejt templates, this is something that can be added later
Collaborator
Author
|
Thanks @endre-seqera ! |
t0randr
approved these changes
Jul 30, 2025
Member
|
No longer needed now that we have Git integration in Studios. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just mocking up how we might configure this to build for Studios. Works with DinD, test with cr.seqera.io/scidev/nextflow-training-studios