Skip to content

Commit

Permalink
[nightly] Update dependencies from dotnet/dotnet-monitor/8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot committed Mar 22, 2023
1 parent 6b200b1 commit 6935843
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions manifest.versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"monitor|7.1|linux|arm64|sha": "9fff11644bb77361bd6ec15186a1d6cbdf4a370641d10c9cc8f8a35b778f6da6cd53885f570bf88c0b7107320b8ae50e0d6d6f8a801cb16b0c83c3d3b2a2749b",
"monitor|7.1|product-version": "7.1.1",

"monitor|8.0|build-version": "8.0.0-preview.3.23166.11",
"monitor|8.0|linux|x64|sha": "44af8b6efda9647abd871b3a078b319fb1d7e056c59662cc0ab9680d3f001f8975487aeafcc84718446559cdceffd9057c41df03a97c7d80b1b61b92c9eca790",
"monitor|8.0|linux|arm64|sha": "47ae3a38e6610f804a4f0b3b010e85da79cd47ae28a66789ffe5a811f05e69e9d74313d457b11600c2e10518f1951029cd4bc51787b10dd068da20dfccc8eb74",
"monitor|8.0|build-version": "8.0.0-preview.3.23171.6",
"monitor|8.0|linux|x64|sha": "51c6cc218cbe093b71a9f793b40151508e2e0da51b827677fbefbb8369e92d97ce758ed1bed4bcac9d9b68aacb29d72fa416aff5f8e6b086849bfc3206e6bf1c",
"monitor|8.0|linux|arm64|sha": "d7374e415db99437792cf86b536b2a555c10c3e5d7310cfb686f39d0e85e54cbc11c169fad75a5d4248b2814012cabae4603a701bba74935e9e5df28be8b4e76",
"monitor|8.0|product-version": "8.0.0-preview.3",

"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 @@ -10,9 +10,9 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve .NET Monitor
RUN dotnet_monitor_version=8.0.0-preview.3.23166.11 \
RUN dotnet_monitor_version=8.0.0-preview.3.23171.6 \
&& curl -fSL --output dotnet-monitor.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-x64.tar.gz \
&& dotnet_monitor_sha512='44af8b6efda9647abd871b3a078b319fb1d7e056c59662cc0ab9680d3f001f8975487aeafcc84718446559cdceffd9057c41df03a97c7d80b1b61b92c9eca790' \
&& dotnet_monitor_sha512='51c6cc218cbe093b71a9f793b40151508e2e0da51b827677fbefbb8369e92d97ce758ed1bed4bcac9d9b68aacb29d72fa416aff5f8e6b086849bfc3206e6bf1c' \
&& echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \
&& mkdir -p /app \
&& tar -oxzf dotnet-monitor.tar.gz -C /app \
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 @@ -10,9 +10,9 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve .NET Monitor
RUN dotnet_monitor_version=8.0.0-preview.3.23166.11 \
RUN dotnet_monitor_version=8.0.0-preview.3.23171.6 \
&& curl -fSL --output dotnet-monitor.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-arm64.tar.gz \
&& dotnet_monitor_sha512='47ae3a38e6610f804a4f0b3b010e85da79cd47ae28a66789ffe5a811f05e69e9d74313d457b11600c2e10518f1951029cd4bc51787b10dd068da20dfccc8eb74' \
&& dotnet_monitor_sha512='d7374e415db99437792cf86b536b2a555c10c3e5d7310cfb686f39d0e85e54cbc11c169fad75a5d4248b2814012cabae4603a701bba74935e9e5df28be8b4e76' \
&& echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \
&& mkdir -p /app \
&& tar -oxzf dotnet-monitor.tar.gz -C /app \
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 @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet
FROM amd64/buildpack-deps:jammy-curl AS installer

# Retrieve .NET Monitor
RUN dotnet_monitor_version=8.0.0-preview.3.23166.11 \
RUN dotnet_monitor_version=8.0.0-preview.3.23171.6 \
&& curl -fSL --output dotnet-monitor.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-x64.tar.gz \
&& dotnet_monitor_sha512='44af8b6efda9647abd871b3a078b319fb1d7e056c59662cc0ab9680d3f001f8975487aeafcc84718446559cdceffd9057c41df03a97c7d80b1b61b92c9eca790' \
&& dotnet_monitor_sha512='51c6cc218cbe093b71a9f793b40151508e2e0da51b827677fbefbb8369e92d97ce758ed1bed4bcac9d9b68aacb29d72fa416aff5f8e6b086849bfc3206e6bf1c' \
&& echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \
&& mkdir -p /app \
&& tar -oxzf dotnet-monitor.tar.gz -C /app \
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 @@ -4,9 +4,9 @@ ARG REPO=mcr.microsoft.com/dotnet/aspnet
FROM arm64v8/buildpack-deps:jammy-curl AS installer

# Retrieve .NET Monitor
RUN dotnet_monitor_version=8.0.0-preview.3.23166.11 \
RUN dotnet_monitor_version=8.0.0-preview.3.23171.6 \
&& curl -fSL --output dotnet-monitor.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-$dotnet_monitor_version-linux-arm64.tar.gz \
&& dotnet_monitor_sha512='47ae3a38e6610f804a4f0b3b010e85da79cd47ae28a66789ffe5a811f05e69e9d74313d457b11600c2e10518f1951029cd4bc51787b10dd068da20dfccc8eb74' \
&& dotnet_monitor_sha512='d7374e415db99437792cf86b536b2a555c10c3e5d7310cfb686f39d0e85e54cbc11c169fad75a5d4248b2814012cabae4603a701bba74935e9e5df28be8b4e76' \
&& echo "$dotnet_monitor_sha512 dotnet-monitor.tar.gz" | sha512sum -c - \
&& mkdir -p /app \
&& tar -oxzf dotnet-monitor.tar.gz -C /app \
Expand Down

0 comments on commit 6935843

Please sign in to comment.