Skip to content

android-37.0-jdk17-v2026.07.14 missing libstdc++ causes Azure DevOps container jobs to fail #42

Description

@vvjathavdekar

Using the image as an Azure DevOps container job fails during Initialize containers.

Azure injects its own Node runtime, which fails with:

/externals/node20_1/bin/node:
error while loading shared libraries:
libstdc++.so.6: cannot open shared object file

Investigation:

find / -name "libstdc++.so*"

returns nothing.

Installing:

apk add --no-cache libstdc++

installs:

/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.34

This suggests the published image does not include the libstdc++ runtime required by Azure DevOps' injected Node binary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions