-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add Claude Code for Gitpod and Gitpod Classic #20892
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
Conversation
maven 3.9.9 is no longer available Bump java to have parity with workspace-images
|
RUN curl -fsSL "https://get.sdkman.io" | bash \ | ||
&& bash -c ". /root/.sdkman/bin/sdkman-init.sh \ | ||
&& sed -i 's/sdkman_selfupdate_enable=true/sdkman_selfupdate_enable=false/g' /root/.sdkman/etc/config \ | ||
&& sed -i 's/sdkman_selfupdate_feature=true/sdkman_selfupdate_feature=false/g' /root/.sdkman/etc/config \ | ||
&& sdk install java ${JAVA_VERSION} \ | ||
&& sdk default java ${JAVA_VERSION} \ | ||
&& sdk install gradle \ | ||
&& sdk install maven \ | ||
&& sdk install maven 3.9.10 \ |
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.
devcontainer image build failed otherwise
@@ -293,15 +293,15 @@ RUN mkdir -p ~/.terraform \ | |||
&& printf "terraform -install-autocomplete 2> /dev/null\n" >>~/.bashrc | |||
|
|||
## Java | |||
ENV JAVA_VERSION=11.0.23.fx-zulu | |||
ENV JAVA_VERSION=11.0.27.fx-zulu |
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.
Bump to have parity with workspace-images
Description
Add support for Claude Code in this repo for Gitpod Classic and Gitpod.
Related Issue(s)
n/a
How to test
claude
, run it once, that'll generate a configuration file at~/.claude.json
/root/.claude.json
Test results
Documentation
Preview status
gitpod:summary
Build Options
Build
Run the build with werft instead of GHA
Run Leeway with
--dont-test
Publish
Installer
Add desired feature flags to the end of the line above, space separated
Preview Environment / Integration Tests
If enabled this will build
install/preview
If enabled this will create the environment on GCE infra
Saves cost. Untick this only if you're really sure you need a non-preemtible machine.
Valid options are
all
,workspace
,webapp
,ide
,jetbrains
,vscode
,ssh
. If enabled,with-preview
andwith-large-vm
will be enabled./hold