Skip to content

Profiling is not working on Alpine on 8.0.100-rc.1.23455.8 #93122

@jakubch1

Description

@jakubch1

Upgrading from 8.0.100-preview.7.23376.3 to 8.0.100-rc.1.23455.8 is causing .NET profiling not working on Alpine OS (it is working correctly on ubuntu, windows and macOS). Is there any new dependency that should be installed? We are currently using:

FROM node:current-alpine3.17

RUN apk add --no-cache --virtual .pipeline-deps readline linux-pam \
  && apk add bash sudo shadow \
  && apk add icu-libs krb5-libs libgcc libgdiplus libintl libssl1.1 libstdc++ zlib git wget libxml2 zip \
  && apk del .pipeline-deps

LABEL "com.azure.dev.pipelines.agent.handler.node.path"="/usr/local/bin/node"

CMD [ "node" ]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions