-
Notifications
You must be signed in to change notification settings - Fork 67
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
Code Server update to version 4.92.2 #723
Code Server update to version 4.92.2 #723
Conversation
Skipping CI for Draft Pull Request. |
- Fix codeserver extension typo - Update Code Server to version 4.92.2 - Add instructions to run Code Server containers and how to update extensions - Minor change in extensions README instructions - Update extensions and add instructions on how to update extensions in the repository
a506384
to
002fd53
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harshad16 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override ci/prow/codeserver-notebook-e2e-tests |
@harshad16: Overrode contexts on behalf of harshad16: ci/prow/codeserver-notebook-e2e-tests, ci/prow/images In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -0,0 +1,20 @@ | |||
# codeserver-ubi9-python-3.11 |
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.
Nitpick:
codeserver-ubi9-python-3.9
Good job this PR @daniellutz, thanks! |
This PR aims to update code-server and some extensions.
Jira:
Image tags:
podman pull quay.io/opendatahub/workbench-images:codeserver-ubi9-python-3.9-pr-723
podman pull quay.io/opendatahub/workbench-images:codeserver-ubi9-python-3.11-pr-723
Description
This PR aims to update, not only code-server itself, but also the builtin extensions to provide support for Python and Jupyter.
The following components have been updated:
v4.22.0
tov4.92.2
2024.2.1
to2024.14.1
2024.2.0
to2024.8.0
2023.9.100
to2024.7.0
1.0.17
to1.0.19
0.1.8
to0.1.9
0.1.5
to0.1.6
How Has This Been Tested?
This has been locally tested, which consisted on running the CodeServer image locally with the following commands:
This way the image could easily be built and tested, without pushing any images to our quay repository yet.
Now you can run with Podman:
From logs, we can see that the extensions have been enabled in code-server
When opening now code-server via http://0.0.0.0:8787/, you can try to run a snippet in Python, as follows:
Merge criteria: