You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suddenly, without any changes, Gitpod workspace doesn`t find the ruby executable anymore. It worked for months and since last week, stopped working.
Steps to reproduce
# .gitpod.Dockerfile
FROM gitpod/workspace-full:2022-09-11-15-11-40
USER gitpod
# Install Ruby version 2.6.1 and set it as default
RUN echo "gem: --no-document" >> ~/.gemrc
RUN echo "rvm_gems_path=/home/gitpod/.rvm" > ~/.rvmrc
RUN bash -lc "rvm install ruby-2.6.1 && \
rvm use ruby-2.6.1 --default && \
gem update --system 3.3.26"
RUN echo "rvm_gems_path=/workspace/.rvm" > ~/.rvmrc
Bug description
Suddenly, without any changes, Gitpod workspace doesn`t find the ruby executable anymore. It worked for months and since last week, stopped working.
Steps to reproduce
I get the error when trying to excute bundler:
/workspace/.rvm/ruby-2.6.1/bin/bundle: 6: exec: /workspace/.rvm/ruby-2.6.1/bin/ruby: not found
Workspace affected
All workspaces in my private repo
Expected behavior
ruby executable should be found. It exists on
/home/gitpod/.rvm/ruby-2.6.1/bin
, but doesn't at/workspace/.rvm/ruby-2.6.1/bin
Example repository
No response
Anything else?
No response
Front conversations
The text was updated successfully, but these errors were encountered: