Skip to content

Commit 48c05fe

Browse files
committed
Switch to alpine 3.17
It's the release that most closely matches the .NET 7.0 lifetime.
1 parent 9b4d0a0 commit 48c05fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99

1010
# The following parameters aren't expected to be passed in rather they are used for encapsulation
1111
# -----------------------------------------------------------------------------------------------
12-
alpine315Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20230201170331-8b7d579
12+
alpine317Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17-20230214152931-7f13c75
1313
centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab
1414
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
1515
debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae
@@ -36,23 +36,23 @@ jobs:
3636
excludeSdkContentTests: true
3737
installerBuildResourceId: ${{ parameters.installerBuildResourceId }}
3838
matrix:
39-
CentOSStream8-Online:
39+
Alpine317-Offline:
4040
_BootstrapPrep: true
41-
_Container: ${{ parameters.centOSStream8Container }}
41+
_Container: ${{ parameters.alpine317Container }}
4242
_EnablePoison: false
4343
_ExcludeOmniSharpTests: true
44-
_RunOnline: true
44+
_RunOnline: false
4545
_WithPreviousSDK: false
46-
CentOSStream8-Offline:
46+
CentOSStream8-Online:
4747
_BootstrapPrep: true
4848
_Container: ${{ parameters.centOSStream8Container }}
4949
_EnablePoison: false
5050
_ExcludeOmniSharpTests: true
51-
_RunOnline: false
51+
_RunOnline: true
5252
_WithPreviousSDK: false
53-
Alpine315-Offline:
53+
CentOSStream8-Offline:
5454
_BootstrapPrep: true
55-
_Container: ${{ parameters.alpine315Container }}
55+
_Container: ${{ parameters.centOSStream8Container }}
5656
_EnablePoison: false
5757
_ExcludeOmniSharpTests: true
5858
_RunOnline: false

0 commit comments

Comments
 (0)