Android & Docker on Ubuntu 20.04 Stack has been updated!

Notable changes on Android & Docker:

  • Update Gradle to 7.5
  • Update aapt2 and bundle tool
  • Update ruby gems to fix security vulnerabilities
  • Add android SDK 33
  • cmdline tools version updated to 8512546
  • CMDLINE_TOOLS_SDK_REL_PATH. updated to 7.0
  • Upgrade GO version to 1.17.12
  • Upgrade Ruby version to 2.7.6
  • Update docker and docker-compose
  • Update packer to 1.8.2
  • Update Terraform to 0.12.31
  • Upgrade packages with apt to fix vulnerabilities
  • Pre-Install yamllint

To select these Stacks you just have to open your app on [bitrise.io](https://www.bitrise.io), go to the Workflow tab (Workflow Editor), and on the Stack tab select the Android & Docker on Ubuntu 20.04 or Android & Docker on Ubuntu 20.04 option and your next build will start on the corresponding stack.

Note: you can now select separate stacks for separate workflows! Read more at: https://blog.bitrise.io/per-workflow-stack-selection-is-here.

You can find the system reports here:

If you’d like to add additional tools to be pre-installed you can find the instructions on GitHub, for both the Linux and for the macOS stacks.Information about Stack types & update schedules can be found here: [discuss.bitrise.io/t/281.](How are the bitrise.io stacks updated and with what frequency? What's the stack deprecation / removal policy?](How are the bitrise.io stacks updated and with what frequency? What's the stack deprecation / removal policy?)._)

Happy Building! :rocket::purple_heart:

This update seems to have broken part of our build that uses Fastlane, which in turn uses Ruby.
The issue we ran into looks similar to what was reported here.
We were also able to work around this issue by following one of the suggested solutions within that issue.

In summary, it seems like one of the updates to Ruby picked up an update to etc (1.1.0 → 1.3.0) and that is what caused the error we were seeing.

1 Like

This topic was automatically closed after 90 days. New replies are no longer allowed.