-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Gitpod - add extensions + custom image to get quarkus CLI + contributing.md #25452
Gitpod - add extensions + custom image to get quarkus CLI + contributing.md #25452
Conversation
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.
Not familiar with GitPod but I added a couple of suggestions.
aafc55c
to
fd71e2d
Compare
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.
I spotted a few minor things. Sorry for not spotting them the first time.
Can you adjust and squash your commits?
ea33aad
to
308a4a8
Compare
Thanks for your review and help @gsmet 🙏 |
308a4a8
to
8201c4c
Compare
Hi @gastaldi, I was hesitant to add this button 😅 Tried to add this one under badges in the README.md file but wasn't sure if this was the right place. And in the contributor file, there is so much information so 🤷♂️ but I could add this one |
FROM gitpod/workspace-java-11 | ||
|
||
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && \ | ||
sdk install java 11.0.9.j9-adpt && \ |
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.
why use j9 here and not adoptium which we use everywhere else ?
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.
oh ! I didn't see that. After reading the project, I didn't find the image to use. Where I can find it please ?
Hi,
Using GitPod, I've just changed few small things :
What do you think about these changes ?