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

Upgrade latest Alpine to 3.21 for VMR builds #45415

Merged
merged 3 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions eng/pipelines/templates/variables/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ variables:
- name: alpineLatestContainerName
value: alpineLatestContainer
- name: alpineLatestContainerImage
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64

- name: alpinePreviousContainerName
value: alpinePreviousContainer
- name: alpinePreviousContainerImage
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
value: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode

- name: centOSStreamContainerName
value: centOSStreamContainer
Expand Down Expand Up @@ -100,9 +100,9 @@ variables:
- name: almaLinuxName
value: AlmaLinux8
- name: alpineLatestName
value: Alpine320
value: Alpine321
- name: alpinePreviousName
value: Alpine319
value: Alpine320
- name: centOSStreamName
value: CentOSStream9
- name: fedoraName
Expand All @@ -119,9 +119,9 @@ variables:
- name: linuxMuslArm64Rid
value: linux-musl-arm64
- name: alpineLatestX64Rid
value: alpine.3.20-x64
value: alpine.3.21-x64
- name: alpinePreviousX64Rid
value: alpine.3.19-x64
value: alpine.3.20-x64
- name: centOSStreamX64Rid
value: centos.9-x64
- name: fedoraX64Rid
Expand Down
4 changes: 2 additions & 2 deletions src/SourceBuild/content/eng/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ extends:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-source-build
options: --privileged
alpineLatestContainer:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-amd64
options: --privileged
alpinePreviousContainer:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.20-withnode
options: --privileged
centOSStreamContainer:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
Expand Down
Loading