Skip to content

Commit 7399ba6

Browse files
[nightly] Update dependencies from dotnet/dotnet-monitor/8.0 (#4263)
1 parent 3be42a9 commit 7399ba6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

manifest.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@
114114
"monitor|7.0|product-version": "7.0.1",
115115
"monitor|7.0|sha": "c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03",
116116

117-
"monitor|8.0|build-version": "8.0.0-alpha.1.22606.5",
117+
"monitor|8.0|build-version": "8.0.0-alpha.1.22613.7",
118118
"monitor|8.0|product-version": "8.0.0-alpha.1",
119-
"monitor|8.0|sha": "7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9",
119+
"monitor|8.0|sha": "2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c",
120120

121121
"netstandard-targeting-pack-2.1.0|linux-rpm|x64|sha": "fab41a86b9182b276992795247868c093890c6b3d5739376374a302430229624944998e054de0ff99bddd9459fc9543636df1ebd5392db069ae953ac17ea2880",
122122

src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:8.0.100-alpha.1-cbl-mariner2.0-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22606.5
8+
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22613.7
99
RUN curl -fSL --output dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9' \
10+
&& dotnetmonitor_sha512='2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net8.0 --no-cache \
1313
# To reduce image size, remove all non-net8.0 TFMs

src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:8.0.100-alpha.1-cbl-mariner2.0-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22606.5
8+
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22613.7
99
RUN curl -fSL --output dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9' \
10+
&& dotnetmonitor_sha512='2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net8.0 --no-cache \
1313
# To reduce image size, remove all non-net8.0 TFMs

src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:8.0.100-alpha.1-jammy-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22606.5
8+
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22613.7
99
RUN curl -fSL --output dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9' \
10+
&& dotnetmonitor_sha512='2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net8.0 --no-cache \
1313
# To reduce image size, remove all non-net8.0 TFMs

src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:8.0.100-alpha.1-jammy-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22606.5
8+
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22613.7
99
RUN curl -fSL --output dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9' \
10+
&& dotnetmonitor_sha512='2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net8.0 --no-cache \
1313
# To reduce image size, remove all non-net8.0 TFMs

0 commit comments

Comments
 (0)