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

Migrate off of EOL Alpine 3.17 container image #7787

Open
mthalman opened this issue Jan 7, 2025 · 1 comment
Open

Migrate off of EOL Alpine 3.17 container image #7787

mthalman opened this issue Jan 7, 2025 · 1 comment

Comments

@mthalman
Copy link
Member

mthalman commented Jan 7, 2025

Alpine 3.17 is EOL: dotnet/core#9571

The following references should be updated to target a supported Alpine version:

<HelixAvailableTargetQueue Include="ubuntu.2204.armarch$(QueueSuffix)@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17-helix-arm64v8"
Condition="'$(HelixArchitecture)' == 'arm64'">
<TestRunName>Alpine 3.17 $(HelixArchitecture) $(HelixConfiguration)</TestRunName>
</HelixAvailableTargetQueue>
<!-- linux-musl-x64 -->
<HelixAvailableTargetQueue Include="ubuntu.2204.amd64$(QueueSuffix)@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64"
Condition="'$(HelixArchitecture)' == 'x64'">
<TestRunName>Alpine 3.17 $(HelixArchitecture) $(HelixConfiguration)</TestRunName>
</HelixAvailableTargetQueue>

Copy link
Contributor

github-actions bot commented Jan 7, 2025

Welcome to dotnet-monitor!

Thanks for creating your first issue; let us know what you think of dotnet-monitor by filling out our survey.

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

No branches or pull requests

1 participant