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

Upgrade to Ubuntu 22.04 LTS #164

Merged
merged 2 commits into from
Dec 17, 2023
Merged

Upgrade to Ubuntu 22.04 LTS #164

merged 2 commits into from
Dec 17, 2023

Conversation

master-bob
Copy link
Contributor

Upgrade to use hopefully use a later version of ruby by default allowing for latest bundler to be used. Using 20.04 causes bundler to fail to install due to Ruby 2.7 being used instead of the required 3.0.

Upgrade to use hopefully use a later version of ruby by default allowing
for latest bundler to be used. Using 20.04 causes bundler to fail to
install due to Ruby 2.7 being used instead of the required 3.0.
@master-bob master-bob closed this Dec 17, 2023
@master-bob master-bob reopened this Dec 17, 2023
@master-bob
Copy link
Contributor Author

The Ruby error, pulled from this build, is:

 > [stage3 3/3] RUN echo "fastlane" &&     cd / &&     gem install bundler --quiet --no-document > /dev/null &&     mkdir -p /.fastlane &&     chmod 777 /.fastlane &&     bundle install --quiet &&     TEMP=$(bundler exec fastlane --version) &&     BUNDLER_VERSION=$(bundler --version | cut -d ' ' -f 3) &&     RAKE_VERSION=$(bundler exec rake --version | cut -d ' ' -f 3) &&     FASTLANE_VERSION=$(echo "$TEMP" | grep fastlane | tail -n 1 | tr -d 'fastlane\ ') &&     echo "BUNDLER_VERSION=$BUNDLER_VERSION" >> /tmp/.temp_version &&     echo "RAKE_VERSION=$RAKE_VERSION" >> /tmp/.temp_version &&     echo "FASTLANE_VERSION=$FASTLANE_VERSION" >> /tmp/.temp_version:
0.588 fastlane
23.43 ERROR:  Error installing bundler:
23.43 	The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
23.43 	bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.0.0.

@master-bob
Copy link
Contributor Author

Once this is accepted, I will reopen #162 and #163 based on 22.

@mingchen mingchen merged commit de2437e into mingchen:master Dec 17, 2023
2 checks passed
master-bob added a commit to master-bob/docker-android-build-box that referenced this pull request Dec 18, 2023
This should complete the doc changes as a result of mingchen#164.
master-bob added a commit to master-bob/docker-android-build-box that referenced this pull request Dec 18, 2023
This should complete the doc changes as a result of mingchen#164.
master-bob added a commit to master-bob/docker-android-build-box that referenced this pull request Feb 28, 2024
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

Successfully merging this pull request may close these issues.

2 participants