Skip to content
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 integration not working #1672

Open
vanam opened this issue Aug 26, 2024 · 0 comments
Open

Gitpod integration not working #1672

vanam opened this issue Aug 26, 2024 · 0 comments

Comments

@vanam
Copy link

vanam commented Aug 26, 2024

Hi,
I came across this project and wanted to give it a try using Gitpod. There are several issues with integration:

  1. Wrong ruby version (3.3.1 -> 3.3.4). This has an easy fix in gitpod.Dockerfile
- RUN _ruby_version=ruby-3.3.1 \
+ RUN _ruby_version=ruby-3.3.4 \
  1. Wrong yarn version (1.22.22 -> 4.2.2). For this I had to manually uninstall yarn and let the setup script install the correct one. This needs to be moved to gitpod.Dockerfile

  2. Wrong postgres version (12 -> 14). Gitpod uses version 12 in its gitpod/workspace-postgres image.
    I guess the solution is to use image workspace-base and install correct version on your own like in https://github.com/gitpod-io/workspace-images/blob/main/chunks/tool-postgresql/Dockerfile

Hope this report helps a bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant