Skip to content

Commit 730947d

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 730947d

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
@@ -50,14 +50,14 @@ jobs:
5050
_ExcludeOmniSharpTests: true
5151
_RunOnline: false
5252
_WithPreviousSDK: false
53-
Alpine315-Offline:
54-
_BootstrapPrep: true
55-
_Container: ${{ parameters.alpine315Container }}
56-
_EnablePoison: false
57-
_ExcludeOmniSharpTests: true
58-
_RunOnline: false
59-
_WithPreviousSDK: false
6053
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
54+
Alpine317-Offline:
55+
_BootstrapPrep: true
56+
_Container: ${{ parameters.alpine317Container }}
57+
_EnablePoison: false
58+
_ExcludeOmniSharpTests: true
59+
_RunOnline: false
60+
_WithPreviousSDK: false
6161
CentOSStream8-WithPreviousSDK:
6262
_BootstrapPrep: false
6363
_Container: ${{ parameters.centOSStream8Container }}

0 commit comments

Comments
 (0)