-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe Data Studios template image versioning #309
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -30,6 +30,18 @@ Currently, Data Studios only supports AWS Batch compute environments that **do n | |||
|
||||
Data Studios provides four container image templates: JupyterLab, RStudio Server, Visual Studio Code, and Xpra. The image templates install a very limited number of packages when the session container is built. You can install additional packages as needed during a session. | ||||
|
||||
The image template names include the version of the included analysis application and the Seqera image template version itself. The Seqera version string is of the following format: | ||||
|
||||
```ignore title="Image template version" | ||||
<tool_version>-<seqera_version>-[u-<update_version>] | ||||
``` | ||||
|
||||
The following version strings apply: | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know if this suggestion comes through but I would leave out the introductory sentence. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @justinegeffen, just a hanging list under the example? |
||||
|
||||
- `<tool_version>`: Analysis application version, such as `4.2.5` for JupyterLab | ||||
- `<seqera_version>`: Seqera template image version, such as `0.7.0` | ||||
- `<update_version`: Seqera template image update version for instances where a breaking change is introduced | ||||
|
||||
You can also create your own container image templates. For more information, see [Custom environments][custom-envs]. | ||||
|
||||
**JupyterLab 4.2.5** | ||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.