Skip to content

Commit

Permalink
[nightly] Update dependencies from dotnet/dotnet-monitor/9.0 (#5906)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot authored Sep 24, 2024
1 parent f525f3c commit ba4f059
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions manifest.versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,19 @@
"monitor-ext-s3storage|8.1|linux|x64|sha": "c65292b46128fc1c6ef499100aa63e7de75b47769b7eed3ce4505ab384c89184af24e2642457aa0fcc713c44d9171cd1d8b6adfb84845dcfd2ef6cb87a5d9216",
"monitor-ext-s3storage|8.1|linux|arm64|sha": "ef128032e10dc6fc1d388441bf7d08938b3d5df7d1b57347a1b4bd6c3cafd6bea77e9ed5e14c859678f93059944df82a19a811a3924c56b0623d307c6df50356",

"monitor|9.0|build-version": "9.0.0-rc.2.24468.4",
"monitor|9.0|build-version": "9.0.0-rc.2.24473.3",
"monitor|9.0|product-version": "9.0.0-rc.2",
"monitor|9.0|fixed-tag": "$(monitor|9.0|product-version)",
"monitor|9.0|minor-tag": "9.0",
"monitor|9|major-tag": "9",
"monitor|9.0|base-url|main": "$(base-url|public|preview|main)",
"monitor|9.0|base-url|nightly": "$(base-url|public|preview|nightly)",
"monitor-base|9.0|linux|x64|sha": "54b80bd30d570707ce7cc6adca445286ea0af61a3b28e1ca7a95df92d6dc92d00edd8b0614271d8b6035f5d1a35b0b328ca0bc147ae0adccc3acd607b728e1f9",
"monitor-base|9.0|linux|arm64|sha": "0224142f129677500bb530db012e4e5750d6d15b1df3485d291872392fc0a81944667f7bfe04089c3b94ccc997f91941b66c422ff251bf630bfaed8d8c3bdb36",
"monitor-ext-azureblobstorage|9.0|linux|x64|sha": "f113c21e426d8a560c66fe53abe0502786c5c30e4f64fb928552ea5d150d0b2f20cffa9183b78780e3633364bd7ea4361b13addbdfda14bf83a342572f8e1850",
"monitor-ext-azureblobstorage|9.0|linux|arm64|sha": "cdd4e9108a1c919590eef0abde67b964c263003cf3f808f49205ba09d3e21fbdcfb8a5248be61c81c9372f31e36ade8e565c343775d56e2ec65adc2049926941",
"monitor-ext-s3storage|9.0|linux|x64|sha": "af2e9cfdaf40dbe53f4e10fabe376cd27ae9540056e373cf45c8387ce72380ba789c416bb56ff363bbc941bf069388f1a3ceddb85ae5a973568af393245a1fa2",
"monitor-ext-s3storage|9.0|linux|arm64|sha": "414d3795d7d44434e3dae61aea72f9c7be720ee1d2e8383e4af30ff8a0fb6190913c3332afe79e67b0d19c4bce8b375a84636c87622d24f3f020f223a5f178c1",
"monitor-base|9.0|linux|x64|sha": "1332c3a79fe5e647d2306ab27deeffce7eb84043cc58f6f2bf855d92fd36acb9c716aa4863721e81c78c2ab48646b88bb75d2088fd9c37db028a37a82ebe9b92",
"monitor-base|9.0|linux|arm64|sha": "8abe6f0ceecb8976ed664d23ebd96c96fc9a743ff3cb32341d523565db22f9570b0f20e3a656824c7fc7b07dea5dda6d11d20e67c9432129ce931262d0a589c6",
"monitor-ext-azureblobstorage|9.0|linux|x64|sha": "9766c87171e2e954dab037163ddf513858dcaf412ed253bc280b901244f8fa105e8dc23498392d88ac8d30148864fc51748f283f0c09c93084c6cf3378e43e89",
"monitor-ext-azureblobstorage|9.0|linux|arm64|sha": "4441efc39dba99e0d37b2bf63ee74e7ca7eb3c3d788393bc346a19c17adbe13845fb8ed2395cdf0f0b2fe1230749212fce43f4370387fd9d82f126fc02bddb78",
"monitor-ext-s3storage|9.0|linux|x64|sha": "73dfd8b0f26574f87fd455240269f8cfb951694992a39f1efa8aa27d12d6ca1caf92e3eeffc0dd199db6869e9c4cba024506eca6af2f4935ad5d28404f275322",
"monitor-ext-s3storage|9.0|linux|arm64|sha": "9123631c37868ae2ddb48ab29f097d4e4c9b58bd5351355632ce5cf698f5b590a852bf87cdc6221f35d70d30dc5df09adf2d268edb41a6cccf28c8de3a6f48cc",

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

Expand Down
4 changes: 2 additions & 2 deletions src/monitor-base/9.0/azurelinux-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 Base
RUN dotnet_monitor_version=9.0.0-rc.2.24468.4 \
RUN dotnet_monitor_version=9.0.0-rc.2.24473.3 \
&& curl -fSL --output dotnet-monitor-base.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-x64.tar.gz \
&& dotnet_monitor_base_sha512='54b80bd30d570707ce7cc6adca445286ea0af61a3b28e1ca7a95df92d6dc92d00edd8b0614271d8b6035f5d1a35b0b328ca0bc147ae0adccc3acd607b728e1f9' \
&& dotnet_monitor_base_sha512='1332c3a79fe5e647d2306ab27deeffce7eb84043cc58f6f2bf855d92fd36acb9c716aa4863721e81c78c2ab48646b88bb75d2088fd9c37db028a37a82ebe9b92' \
&& echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \
&& mkdir -p /app \
&& tar -oxzf dotnet-monitor-base.tar.gz -C /app \
Expand Down
4 changes: 2 additions & 2 deletions src/monitor-base/9.0/azurelinux-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 Base
RUN dotnet_monitor_version=9.0.0-rc.2.24468.4 \
RUN dotnet_monitor_version=9.0.0-rc.2.24473.3 \
&& curl -fSL --output dotnet-monitor-base.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-arm64.tar.gz \
&& dotnet_monitor_base_sha512='0224142f129677500bb530db012e4e5750d6d15b1df3485d291872392fc0a81944667f7bfe04089c3b94ccc997f91941b66c422ff251bf630bfaed8d8c3bdb36' \
&& dotnet_monitor_base_sha512='8abe6f0ceecb8976ed664d23ebd96c96fc9a743ff3cb32341d523565db22f9570b0f20e3a656824c7fc7b07dea5dda6d11d20e67c9432129ce931262d0a589c6' \
&& echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \
&& mkdir -p /app \
&& tar -oxzf dotnet-monitor-base.tar.gz -C /app \
Expand Down
6 changes: 3 additions & 3 deletions src/monitor/9.0/azurelinux-distroless/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve .NET Monitor extensions
RUN dotnet_monitor_extension_version=9.0.0-rc.2.24468.4 \
RUN dotnet_monitor_extension_version=9.0.0-rc.2.24473.3 \
&& curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-x64.tar.gz \
&& dotnet_monitor_extension_sha512='f113c21e426d8a560c66fe53abe0502786c5c30e4f64fb928552ea5d150d0b2f20cffa9183b78780e3633364bd7ea4361b13addbdfda14bf83a342572f8e1850' \
&& dotnet_monitor_extension_sha512='9766c87171e2e954dab037163ddf513858dcaf412ed253bc280b901244f8fa105e8dc23498392d88ac8d30148864fc51748f283f0c09c93084c6cf3378e43e89' \
&& echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \
\
&& curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-x64.tar.gz \
&& dotnet_monitor_extension_sha512='af2e9cfdaf40dbe53f4e10fabe376cd27ae9540056e373cf45c8387ce72380ba789c416bb56ff363bbc941bf069388f1a3ceddb85ae5a973568af393245a1fa2' \
&& dotnet_monitor_extension_sha512='73dfd8b0f26574f87fd455240269f8cfb951694992a39f1efa8aa27d12d6ca1caf92e3eeffc0dd199db6869e9c4cba024506eca6af2f4935ad5d28404f275322' \
&& echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \
\
&& mkdir -p /app \
Expand Down
6 changes: 3 additions & 3 deletions src/monitor/9.0/azurelinux-distroless/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ RUN tdnf install -y \
&& tdnf clean all

# Retrieve .NET Monitor extensions
RUN dotnet_monitor_extension_version=9.0.0-rc.2.24468.4 \
RUN dotnet_monitor_extension_version=9.0.0-rc.2.24473.3 \
&& curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \
&& dotnet_monitor_extension_sha512='cdd4e9108a1c919590eef0abde67b964c263003cf3f808f49205ba09d3e21fbdcfb8a5248be61c81c9372f31e36ade8e565c343775d56e2ec65adc2049926941' \
&& dotnet_monitor_extension_sha512='4441efc39dba99e0d37b2bf63ee74e7ca7eb3c3d788393bc346a19c17adbe13845fb8ed2395cdf0f0b2fe1230749212fce43f4370387fd9d82f126fc02bddb78' \
&& echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \
\
&& curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://dotnetbuilds.azureedge.net/public/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \
&& dotnet_monitor_extension_sha512='414d3795d7d44434e3dae61aea72f9c7be720ee1d2e8383e4af30ff8a0fb6190913c3332afe79e67b0d19c4bce8b375a84636c87622d24f3f020f223a5f178c1' \
&& dotnet_monitor_extension_sha512='9123631c37868ae2ddb48ab29f097d4e4c9b58bd5351355632ce5cf698f5b590a852bf87cdc6221f35d70d30dc5df09adf2d268edb41a6cccf28c8de3a6f48cc' \
&& echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \
\
&& mkdir -p /app \
Expand Down

0 comments on commit ba4f059

Please sign in to comment.