Skip to content

Commit 7cf01d8

Browse files
authored
Updates for August servicing
2 parents 2aeeffa + 3db1863 commit 7cf01d8

File tree

246 files changed

+1738
-1194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+1738
-1194
lines changed
File renamed without changes.

README.aspnet.md

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

README.monitor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ See the [documentation](https://go.microsoft.com/fwlink/?linkid=2158052) for how
4343
## Linux amd64 Tags
4444
Tags | Dockerfile | OS Version
4545
-----------| -------------| -------------
46-
6.2.1-alpine-amd64, 6.2-alpine-amd64, 6-alpine-amd64, 6.2.1-alpine, 6.2-alpine, 6-alpine, 6.2.1, 6.2, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/amd64/Dockerfile) | Alpine 3.16
47-
6.1.3-alpine-amd64, 6.1-alpine-amd64, 6.1.3-alpine, 6.1-alpine, 6.1.3, 6.1 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.1/alpine/amd64/Dockerfile) | Alpine 3.16
46+
6.2.2-alpine-amd64, 6.2-alpine-amd64, 6-alpine-amd64, 6.2.2-alpine, 6.2-alpine, 6-alpine, 6.2.2, 6.2, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/amd64/Dockerfile) | Alpine 3.16
47+
6.1.4-alpine-amd64, 6.1-alpine-amd64, 6.1.4-alpine, 6.1-alpine, 6.1.4, 6.1 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.1/alpine/amd64/Dockerfile) | Alpine 3.16
4848

4949
##### .NET Monitor Preview Tags
5050
Tags | Dockerfile | OS Version
5151
-----------| -------------| -------------
52-
7.0.0-preview.6-alpine-amd64, 7.0-alpine-amd64, 7-alpine-amd64, 7.0.0-preview.6-alpine, 7.0-alpine, 7-alpine, 7.0.0-preview.6, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile) | Alpine 3.16
52+
7.0.0-preview.7-alpine-amd64, 7.0-alpine-amd64, 7-alpine-amd64, 7.0.0-preview.7-alpine, 7.0-alpine, 7-alpine, 7.0.0-preview.7, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile) | Alpine 3.16
5353

5454
## Linux arm64 Tags
5555
Tags | Dockerfile | OS Version
5656
-----------| -------------| -------------
57-
6.2.1-alpine-arm64v8, 6.2-alpine-arm64v8, 6.2.1-alpine, 6.2-alpine, 6-alpine, 6.2.1, 6.2, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/arm64v8/Dockerfile) | Alpine 3.16
57+
6.2.2-alpine-arm64v8, 6.2-alpine-arm64v8, 6.2.2-alpine, 6.2-alpine, 6-alpine, 6.2.2, 6.2, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/arm64v8/Dockerfile) | Alpine 3.16
5858

5959
##### .NET Monitor Preview Tags
6060
Tags | Dockerfile | OS Version
6161
-----------| -------------| -------------
62-
7.0.0-preview.6-alpine-arm64v8, 7.0-alpine-arm64v8, 7-alpine-arm64v8, 7.0.0-preview.6-alpine, 7.0-alpine, 7-alpine, 7.0.0-preview.6, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile) | Alpine 3.16
62+
7.0.0-preview.7-alpine-arm64v8, 7.0-alpine-arm64v8, 7-alpine-arm64v8, 7.0.0-preview.7-alpine, 7.0-alpine, 7-alpine, 7.0.0-preview.7, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile) | Alpine 3.16
6363

6464
You can retrieve a list of all available tags for dotnet/monitor at https://mcr.microsoft.com/v2/dotnet/monitor/tags/list.
6565
<!--End of generated tags-->

README.runtime-deps.md

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

README.runtime.md

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

README.sdk.md

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

eng/Set-DotnetVersions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if ($versionSourceName) {
9797
}
9898

9999
$branch = & $PSScriptRoot/Get-Branch.ps1
100-
$updateDepsArgs += "--branch=$branch"
100+
$updateDepsArgs += "--source-branch=$branch"
101101

102102
if ($PrintArgsVariableOnly) {
103103
Write-Host "##vso[task.setvariable variable=updateDepsArgs]$updateDepsArgs"

eng/dockerfile-templates/Dockerfile.windows.download-file

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@
66
url: URL to download
77
sha: Expected checksum of the downloaded file
88
sha-var-name: Name of variable that stores the checksum
9+
hash-algorithm: Algorithm type to use to get the checksum. Defaults to sha512 ^
10+
11+
set hashAlgorithm to when(ARGS["hash-algorithm"], ARGS["hash-algorithm"], "sha512")
912
}}Invoke-WebRequest -OutFile {{ARGS["out-file"]}} {{ARGS["url"]}}; `
1013
${{ARGS["sha-var-name"]}} = '{{ARGS["sha"]}}'; `
11-
if ((Get-FileHash {{ARGS["out-file"]}} -Algorithm sha512).Hash -ne ${{ARGS["sha-var-name"]}}) { `
14+
if ((Get-FileHash {{ARGS["out-file"]}} -Algorithm {{hashAlgorithm}}).Hash -ne ${{ARGS["sha-var-name"]}}) { `
1215
Write-Host 'CHECKSUM VERIFICATION FAILED!'; `
1316
exit 1; `
1417
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{{
2+
_ Appends a path to the PATH environment variable.
3+
ARGS:
4+
path: Path to append to the PATH environment variable ^
5+
6+
set isNanoServer to find(OS_VERSION, "nanoserver") >= 0
7+
}}{{ if isNanoServer:# In order to set system PATH, ContainerAdministrator must be used
8+
USER ContainerAdministrator
9+
}}RUN setx /M PATH "%PATH%;{{ARGS["path"]}}"{{ if isNanoServer:
10+
USER ContainerUser}}

eng/dockerfile-templates/monitor/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
Otherwise, use the account that is associated with the current branch. ^
1818
set urlBranch to when(find(monitorVersion, "-") >= 0 || buildVersion != monitorVersion, VARIABLES["branch"], "main") ^
1919
_ Use the $DOTNET_MONITOR_VERSION variable for the version folder if the build and product versions are the same. ^
20-
set versionFolder to when(buildVersion != monitorVersion, buildVersion, '$DOTNET_MONITOR_VERSION')
20+
set versionFolder to when(buildVersion != monitorVersion, buildVersion, '$DOTNET_MONITOR_VERSION') ^
21+
set supportsEndpointDeletion to monitorMajorMinor != "6.1"
2122
}}ARG ASPNET_REPO=mcr.microsoft.com/dotnet/aspnet
2223
ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
2324

@@ -64,7 +65,9 @@ ENV \
6465
COMPlus_EnableDiagnostics=0 \
6566
# Default Filter
6667
DefaultProcess__Filters__0__Key=ProcessId \
67-
DefaultProcess__Filters__0__Value=1 \
68+
DefaultProcess__Filters__0__Value=1 \{{if supportsEndpointDeletion:
69+
# Remove Unix Domain Socket before starting diagnostic port server
70+
DiagnosticPort__DeleteEndpointOnStartup=true \}}
6871
# Logging: JSON format so that analytic platforms can get discrete entry information
6972
Logging__Console__FormatterName=json \
7073
# Logging: Use round-trip date/time format without timezone information (always logged in UTC)

0 commit comments

Comments
 (0)