File tree 4 files changed +4
-10
lines changed
4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 5
5
"osVersion" : " Mariner 2.0 ARM 64v7" ,
6
6
"SkipGssNtlmSspTests" : true ,
7
7
"ShortDistroName" : " mariner" ,
8
- "Base64EncodePackageUrl" : true ,
9
- "UseAcr" : false ,
10
8
"shortTags" : [
11
9
{"Tag" : " 2.0-arm64" }
12
10
],
15
13
"Arm32" : true
16
14
},
17
15
"EndOfLife" : " 2023-12-14" ,
18
- "DistributionState" : " Validating " ,
16
+ "DistributionState" : " Validated " ,
19
17
"UseInCi" : false ,
20
18
"Architecture" : " arm64"
21
19
}
Original file line number Diff line number Diff line change 5
5
"osVersion" : " Mariner 2.0 ARM 64v7" ,
6
6
"SkipGssNtlmSspTests" : true ,
7
7
"ShortDistroName" : " mariner" ,
8
- "Base64EncodePackageUrl" : true ,
9
- "UseAcr" : false ,
10
8
"shortTags" : [
11
9
{"Tag" : " 2.0-arm64" }
12
10
],
15
13
"Arm32" : true
16
14
},
17
15
"EndOfLife" : " 2023-12-14" ,
18
- "DistributionState" : " Validating " ,
16
+ "DistributionState" : " Validated " ,
19
17
"UseInCi" : false ,
20
18
"Architecture" : " arm64"
21
19
}
Original file line number Diff line number Diff line change 5
5
"osVersion" : " Mariner 2.0 ARM 64v7" ,
6
6
"SkipGssNtlmSspTests" : true ,
7
7
"ShortDistroName" : " mariner" ,
8
- "Base64EncodePackageUrl" : true ,
9
- "UseAcr" : false ,
10
8
"shortTags" : [
11
9
{"Tag" : " 2.0-arm64" }
12
10
],
15
13
"Arm32" : true
16
14
},
17
15
"EndOfLife" : " 2023-12-14" ,
18
- "DistributionState" : " Validating " ,
16
+ "DistributionState" : " Validated " ,
19
17
"UseInCi" : false ,
20
18
"Architecture" : " arm64"
21
19
}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ FROM setup-tdnf-repa AS installer-env
33
33
cd /installTmp \
34
34
&& wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh \
35
35
&& 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
37
37
38
38
RUN echo ${PS_PACKAGE_URL}
39
39
You can’t perform that action at this time.
0 commit comments