Skip to content

Commit

Permalink
Switch to alpine 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
omajid committed Feb 14, 2023
1 parent 26bde77 commit e13a2f8
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:

# The following parameters aren't expected to be passed in rather they are used for encapsulation
# -----------------------------------------------------------------------------------------------
alpine315Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.15-20230201170331-8b7d579
alpine317Container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17-20230214152931-7f13c75
centOSStream8Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab
centOSStream9Container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9-20220107135047-4cd394c
debian11Arm64Container: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-arm64v8-20220812185233-b286fae
Expand All @@ -36,23 +36,23 @@ jobs:
excludeSdkContentTests: true
installerBuildResourceId: ${{ parameters.installerBuildResourceId }}
matrix:
CentOSStream8-Online:
Alpine317-Offline:
_BootstrapPrep: true
_Container: ${{ parameters.centOSStream8Container }}
_Container: ${{ parameters.alpine317Container }}
_EnablePoison: false
_ExcludeOmniSharpTests: true
_RunOnline: true
_RunOnline: false
_WithPreviousSDK: false
CentOSStream8-Offline:
CentOSStream8-Online:
_BootstrapPrep: true
_Container: ${{ parameters.centOSStream8Container }}
_EnablePoison: false
_ExcludeOmniSharpTests: true
_RunOnline: false
_RunOnline: true
_WithPreviousSDK: false
Alpine315-Offline:
CentOSStream8-Offline:
_BootstrapPrep: true
_Container: ${{ parameters.alpine315Container }}
_Container: ${{ parameters.centOSStream8Container }}
_EnablePoison: false
_ExcludeOmniSharpTests: true
_RunOnline: false
Expand Down

0 comments on commit e13a2f8

Please sign in to comment.