Skip to content

Commit db53f82

Browse files
Update meta.json for mariner2-arm64 (#791)
1 parent 53d9e2f commit db53f82

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

release/7-3/mariner2-arm64/meta.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
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
],
@@ -15,7 +13,7 @@
1513
"Arm32": true
1614
},
1715
"EndOfLife": "2023-12-14",
18-
"DistributionState": "Validating",
16+
"DistributionState": "Validated",
1917
"UseInCi": false,
2018
"Architecture": "arm64"
2119
}

release/7-4/mariner2-arm64/meta.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
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
],
@@ -15,7 +13,7 @@
1513
"Arm32": true
1614
},
1715
"EndOfLife": "2023-12-14",
18-
"DistributionState": "Validating",
16+
"DistributionState": "Validated",
1917
"UseInCi": false,
2018
"Architecture": "arm64"
2119
}

release/7-5/mariner2-arm64/meta.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
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
],
@@ -15,7 +13,7 @@
1513
"Arm32": true
1614
},
1715
"EndOfLife": "2023-12-14",
18-
"DistributionState": "Validating",
16+
"DistributionState": "Validated",
1917
"UseInCi": false,
2018
"Architecture": "arm64"
2119
}

release/7-5/mariner2/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)