File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 55 "osVersion" : " Mariner 2.0 ARM 64v7" ,
66 "SkipGssNtlmSspTests" : true ,
77 "ShortDistroName" : " mariner" ,
8- "Base64EncodePackageUrl" : true ,
9- "UseAcr" : false ,
108 "shortTags" : [
119 {"Tag" : " 2.0-arm64" }
1210 ],
1513 "Arm32" : true
1614 },
1715 "EndOfLife" : " 2023-12-14" ,
18- "DistributionState" : " Validating " ,
16+ "DistributionState" : " Validated " ,
1917 "UseInCi" : false ,
2018 "Architecture" : " arm64"
2119}
Original file line number Diff line number Diff line change 55 "osVersion" : " Mariner 2.0 ARM 64v7" ,
66 "SkipGssNtlmSspTests" : true ,
77 "ShortDistroName" : " mariner" ,
8- "Base64EncodePackageUrl" : true ,
9- "UseAcr" : false ,
108 "shortTags" : [
119 {"Tag" : " 2.0-arm64" }
1210 ],
1513 "Arm32" : true
1614 },
1715 "EndOfLife" : " 2023-12-14" ,
18- "DistributionState" : " Validating " ,
16+ "DistributionState" : " Validated " ,
1917 "UseInCi" : false ,
2018 "Architecture" : " arm64"
2119}
Original file line number Diff line number Diff line change 55 "osVersion" : " Mariner 2.0 ARM 64v7" ,
66 "SkipGssNtlmSspTests" : true ,
77 "ShortDistroName" : " mariner" ,
8- "Base64EncodePackageUrl" : true ,
9- "UseAcr" : false ,
108 "shortTags" : [
119 {"Tag" : " 2.0-arm64" }
1210 ],
1513 "Arm32" : true
1614 },
1715 "EndOfLife" : " 2023-12-14" ,
18- "DistributionState" : " Validating " ,
16+ "DistributionState" : " Validated " ,
1917 "UseInCi" : false ,
2018 "Architecture" : " arm64"
2119}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ FROM setup-tdnf-repa AS installer-env
3333 cd /installTmp \
3434 && wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh \
3535 && chmod +x ./dotnet-install.sh \
36- && ./dotnet-install.sh -Channel 8.0 -Quality preview -Runtime dotnet -InstallDir /usr/share/dotnet
36+ && ./dotnet-install.sh -Channel 8.0 -Quality ga -Runtime dotnet -InstallDir /usr/share/dotnet
3737
3838 RUN echo ${PS_PACKAGE_URL}
3939
You can’t perform that action at this time.
0 commit comments