-
Notifications
You must be signed in to change notification settings - Fork 5
docs: add instructions for setting Studio version label to custom studio images #1068
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
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
|
Thanks, @georgi-seqera! This PR is for the Cloud docs only. From what I understand, it'll be best to backport it to all the Enterprise docs? |
Well, actually, if I think about it more, probably not. Needed just for the Enterprise 25.3 docs from which point we'll be using the new label on the studio inside Platform logic. Reason I was thinking of backporting to all Enterprise docs, is because the extra step is totally backwards compatible and anyone building custom studios based off of older Enterprise docs would have an easier and smoother transition when they upgrade to 25.3 (their studios would just work with no issue, whereas otherwise they'll likely have to rebuild some of them). But realistically it's not essential and could be misleading even so I retract my idea and we should just add it to relevant 25.3 docs. |
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Updated the last updated date and added requirements for custom images in Studios. Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
📝 Documentation Review Summary
Review powered by Claude Code editorial agents To apply suggestions:
|
Summary:
Updating instructions for custom studio creation steps to include adding a image label
io.seqera.connect.versionto identify the connect-client version used based on image label metadata.Note: This change is not tied to any release as it is purely widely supported Docker functionality and hence can be applied to docs at any time and even can be applied to older enteprise version documentation.
Context:
Certain studio functionalities require the Seqera Platform to know the version of the connect-client used at the point of configuring and launching the studio.
To do this effectively, all custom built studio images must have a io.seqera.connect.version label with the connect-client version used going forward.
While the absence of the label will not block a studio being started (and will work as before), it might not support all new functionalities (e.g. ssh connectivity).
Related updates: