Missing yaml dependency in the newest docker image

Hello, after updating the docker image running on stack:
Android & Docker, on Ubuntu 16.04 - Deprecated: Will be removed on 2021.08.27 to Android & Docker, on Ubuntu 20.04 yesterday, our builds started to fail.
After going through the log, I’ve found that the new image is missing yaml dependency which we use in our release notes scraper in fastlane step.

FastlaneCore::Interface::FastlaneShellError: [!] Exit status of command 'bash /bitrise/src/scripts/scrape_release_notes.sh' was 1 instead of 0.
Traceback (most recent call last):
  File "/bitrise/src/scripts/scrape_release_notes.py", line 3, in <module>
import yaml
ImportError: No module named yaml

Could you please add that dependency to your image?

Hello there @StanislavSvediroh :wave:

Accordgin to our system reports, both stacks have yaml included as a dependency:

Android & Docker, on Ubuntu 16.04 - Deprecated: bitrise.io/linux-docker-android.log at master · bitrise-io/bitrise.io · GitHub

*Android & Docker, on Ubuntu 20.04:*bitrise.io/linux-docker-android-20.04.log at master · bitrise-io/bitrise.io · GitHub

I think the issue is of a different nature, as this error seems to be spread wider than Bitrise, you can check these threads related to the issue you see:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.