Skip to content

Commit

Permalink
[nightly] Update dependencies from dotnet/dotnet-monitor/8.0 (#4263)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot authored Dec 14, 2022
1 parent 3be42a9 commit 7399ba6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions manifest.versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
"monitor|7.0|product-version": "7.0.1",
"monitor|7.0|sha": "c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03",

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

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

Expand Down
4 changes: 2 additions & 2 deletions src/monitor/8.0/cbl-mariner-distroless/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
FROM $SDK_REPO:8.0.100-alpha.1-cbl-mariner2.0-amd64 AS installer

# Install .NET Monitor
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22606.5
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22613.7
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='7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9' \
&& dotnetmonitor_sha512='2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c' \
&& 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 net8.0 --no-cache \
# To reduce image size, remove all non-net8.0 TFMs
Expand Down
4 changes: 2 additions & 2 deletions src/monitor/8.0/cbl-mariner-distroless/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
FROM $SDK_REPO:8.0.100-alpha.1-cbl-mariner2.0-arm64v8 AS installer

# Install .NET Monitor
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22606.5
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22613.7
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='7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9' \
&& dotnetmonitor_sha512='2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c' \
&& 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 net8.0 --no-cache \
# To reduce image size, remove all non-net8.0 TFMs
Expand Down
4 changes: 2 additions & 2 deletions src/monitor/8.0/ubuntu-chiseled/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
FROM $SDK_REPO:8.0.100-alpha.1-jammy-amd64 AS installer

# Install .NET Monitor
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22606.5
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22613.7
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='7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9' \
&& dotnetmonitor_sha512='2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c' \
&& 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 net8.0 --no-cache \
# To reduce image size, remove all non-net8.0 TFMs
Expand Down
4 changes: 2 additions & 2 deletions src/monitor/8.0/ubuntu-chiseled/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
FROM $SDK_REPO:8.0.100-alpha.1-jammy-arm64v8 AS installer

# Install .NET Monitor
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22606.5
ENV DOTNET_MONITOR_VERSION=8.0.0-alpha.1.22613.7
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='7d0ebc07ec62072fd43bdcf0b7abac54eb0bb9793798518b9f3f958cc8ac78a878fc0910c9585535f865447b306f3d3948cc9f4ff7c524f4108ca42344c5bac9' \
&& dotnetmonitor_sha512='2fc9559d7d0dbf1ca358caaa839da628f394c7acb1ea81618e760e6ef09fa8999d9da2e1486f34943996581d10e9cf44537ad9b2dbeebf40f9513c2285e8989c' \
&& 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 net8.0 --no-cache \
# To reduce image size, remove all non-net8.0 TFMs
Expand Down

0 comments on commit 7399ba6

Please sign in to comment.