[nightly] Update dependencies from dotnet/dotnet-monitor/7.0 (#4019)
This commit is contained in:
Родитель
1f6c5d1efe
Коммит
cfe0752900
|
@ -95,9 +95,9 @@
|
|||
"monitor|6.2|product-version": "6.2.2",
|
||||
"monitor|6.2|sha": "5d5df17e81ed66e644dc7323e89caee10f7eadbf62a28e0443e9fe12df1c5283fce2ebf6bc4dc2e5004c3c9e044101fc131ff293f382f15a32c91a6e159619d7",
|
||||
|
||||
"monitor|7.0|build-version": "7.0.0-preview.8.22418.3",
|
||||
"monitor|7.0|build-version": "7.0.0-preview.8.22420.3",
|
||||
"monitor|7.0|product-version": "7.0.0-preview.8",
|
||||
"monitor|7.0|sha": "147ca93277f505d79e9197f24cdba52aa68231d5b7d73b5ded28997bac9a069cf7095e8687ea2107caabaa241ca8b36af73147c5b8ba00ca23b9be5cdf36abc9",
|
||||
"monitor|7.0|sha": "7833f49074b09bcfab652e8306179cf68178726def87d437690ae9f9bf9bbef3d2f21ea8f01b05ba8300174c359498c077b690a910a0da10ec2e79cd561f979a",
|
||||
|
||||
"netstandard-targeting-pack-2.1.0|linux-rpm|x64|sha": "fab41a86b9182b276992795247868c093890c6b3d5739376374a302430229624944998e054de0ff99bddd9459fc9543636df1ebd5392db069ae953ac17ea2880",
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
|
|||
FROM $SDK_REPO:7.0.100-preview.7-alpine3.16-amd64 AS installer
|
||||
|
||||
# Install .NET Monitor
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22418.3
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22420.3
|
||||
RUN wget -O dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
|
||||
&& dotnetmonitor_sha512='147ca93277f505d79e9197f24cdba52aa68231d5b7d73b5ded28997bac9a069cf7095e8687ea2107caabaa241ca8b36af73147c5b8ba00ca23b9be5cdf36abc9' \
|
||||
&& dotnetmonitor_sha512='7833f49074b09bcfab652e8306179cf68178726def87d437690ae9f9bf9bbef3d2f21ea8f01b05ba8300174c359498c077b690a910a0da10ec2e79cd561f979a' \
|
||||
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
|
||||
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
|
||||
# To reduce image size, remove all non-net7.0 TFMs
|
||||
|
|
|
@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
|
|||
FROM $SDK_REPO:7.0.100-preview.7-alpine3.16-arm64v8 AS installer
|
||||
|
||||
# Install .NET Monitor
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22418.3
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22420.3
|
||||
RUN wget -O dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
|
||||
&& dotnetmonitor_sha512='147ca93277f505d79e9197f24cdba52aa68231d5b7d73b5ded28997bac9a069cf7095e8687ea2107caabaa241ca8b36af73147c5b8ba00ca23b9be5cdf36abc9' \
|
||||
&& dotnetmonitor_sha512='7833f49074b09bcfab652e8306179cf68178726def87d437690ae9f9bf9bbef3d2f21ea8f01b05ba8300174c359498c077b690a910a0da10ec2e79cd561f979a' \
|
||||
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
|
||||
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
|
||||
# To reduce image size, remove all non-net7.0 TFMs
|
||||
|
|
|
@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
|
|||
FROM $SDK_REPO:7.0.100-preview.7-cbl-mariner2.0-amd64 AS installer
|
||||
|
||||
# Install .NET Monitor
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22418.3
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22420.3
|
||||
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 \
|
||||
&& dotnetmonitor_sha512='147ca93277f505d79e9197f24cdba52aa68231d5b7d73b5ded28997bac9a069cf7095e8687ea2107caabaa241ca8b36af73147c5b8ba00ca23b9be5cdf36abc9' \
|
||||
&& dotnetmonitor_sha512='7833f49074b09bcfab652e8306179cf68178726def87d437690ae9f9bf9bbef3d2f21ea8f01b05ba8300174c359498c077b690a910a0da10ec2e79cd561f979a' \
|
||||
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
|
||||
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
|
||||
# To reduce image size, remove all non-net7.0 TFMs
|
||||
|
|
|
@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
|
|||
FROM $SDK_REPO:7.0.100-preview.7-cbl-mariner2.0-arm64v8 AS installer
|
||||
|
||||
# Install .NET Monitor
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22418.3
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22420.3
|
||||
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 \
|
||||
&& dotnetmonitor_sha512='147ca93277f505d79e9197f24cdba52aa68231d5b7d73b5ded28997bac9a069cf7095e8687ea2107caabaa241ca8b36af73147c5b8ba00ca23b9be5cdf36abc9' \
|
||||
&& dotnetmonitor_sha512='7833f49074b09bcfab652e8306179cf68178726def87d437690ae9f9bf9bbef3d2f21ea8f01b05ba8300174c359498c077b690a910a0da10ec2e79cd561f979a' \
|
||||
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
|
||||
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
|
||||
# To reduce image size, remove all non-net7.0 TFMs
|
||||
|
|
|
@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
|
|||
FROM $SDK_REPO:7.0.100-preview.7-cbl-mariner2.0-amd64 AS installer
|
||||
|
||||
# Install .NET Monitor
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22418.3
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22420.3
|
||||
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 \
|
||||
&& dotnetmonitor_sha512='147ca93277f505d79e9197f24cdba52aa68231d5b7d73b5ded28997bac9a069cf7095e8687ea2107caabaa241ca8b36af73147c5b8ba00ca23b9be5cdf36abc9' \
|
||||
&& dotnetmonitor_sha512='7833f49074b09bcfab652e8306179cf68178726def87d437690ae9f9bf9bbef3d2f21ea8f01b05ba8300174c359498c077b690a910a0da10ec2e79cd561f979a' \
|
||||
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
|
||||
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
|
||||
# To reduce image size, remove all non-net7.0 TFMs
|
||||
|
|
|
@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
|
|||
FROM $SDK_REPO:7.0.100-preview.7-cbl-mariner2.0-arm64v8 AS installer
|
||||
|
||||
# Install .NET Monitor
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22418.3
|
||||
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22420.3
|
||||
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 \
|
||||
&& dotnetmonitor_sha512='147ca93277f505d79e9197f24cdba52aa68231d5b7d73b5ded28997bac9a069cf7095e8687ea2107caabaa241ca8b36af73147c5b8ba00ca23b9be5cdf36abc9' \
|
||||
&& dotnetmonitor_sha512='7833f49074b09bcfab652e8306179cf68178726def87d437690ae9f9bf9bbef3d2f21ea8f01b05ba8300174c359498c077b690a910a0da10ec2e79cd561f979a' \
|
||||
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
|
||||
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
|
||||
# To reduce image size, remove all non-net7.0 TFMs
|
||||
|
|
Загрузка…
Ссылка в новой задаче