Skip to content

Commit

Permalink
[nightly] Update dependencies from dotnet/dotnet-monitor/8.1 (#5929)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot authored Sep 30, 2024
1 parent d1984a5 commit a8ca051
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions manifest.versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,18 @@
"monitor-ext-s3storage|8.0|linux|x64|sha": "e282162778e52a978a4c9a9859b321f1f99c930a1bdc6e7094dc47259fe70db5eb0ffb08bed2735d60608dc7349cc79005e35a5c4899f2a4d5632c68a8c914bd",
"monitor-ext-s3storage|8.0|linux|arm64|sha": "aafa848ae9022ffbcf29bff781b95747e59acd0a950b8b3d6ae9cc699365891e8b2e00c6d22d912ebac2308f8a61074e1b802c92db308bb6004d8e610d4d93df",

"monitor|8.1|build-version": "8.1.0-alpha.1.24474.7",
"monitor|8.1|build-version": "8.1.0-alpha.1.24479.1",
"monitor|8.1|product-version": "8.1.0-alpha.1",
"monitor|8.1|fixed-tag": "$(monitor|8.1|product-version)",
"monitor|8.1|minor-tag": "8.1-preview",
"monitor|8.1|base-url|main": "$(base-url|public|preview|main)",
"monitor|8.1|base-url|nightly": "$(base-url|public|preview|nightly)",
"monitor-base|8.1|linux|x64|sha": "78c375954526227e18507b6d1c25e373a3ce4eb8b67d5b1c9cfce6b1d1ffdfa2db4fcb467d2a4fdfc8292b61f87a423b30421f06a752a7b7cd7ef4a0dd5a5ad3",
"monitor-base|8.1|linux|arm64|sha": "2bb9ddb7b2be1e5facc13ca68a1378e82d9a8f93a706eecdeabfea50ed78c6eb7b76741c4eece1c28e3e78bd759c122e57960c01783c40d35a2c94d7b5a891ab",
"monitor-ext-azureblobstorage|8.1|linux|x64|sha": "61b9074ab2be04e96c296a376bb540d7d06829e5b016397470193e635af77c16dc92f09adbe73d3575c6ccb6bff44351c371fab0f3d469eb7486c2eb1e66e6ce",
"monitor-ext-azureblobstorage|8.1|linux|arm64|sha": "106924003cd311dc02a5ce942b8739382c7d1fe9e9ae1b4e122de0d46f7382d7f1c6351c171946186dae515d1e4704dca63cf88bdf05ea28bedbc6a4fbae7fad",
"monitor-ext-s3storage|8.1|linux|x64|sha": "4bb8f3678ca9e8525b9dae9811c9737003d72e9c795f743634f1e0ebbce5662c2b59b3aa1c3675eb2d11476f4c6db74511603ffac7020c79b470c70e31481768",
"monitor-ext-s3storage|8.1|linux|arm64|sha": "168e988a1849da41b8c8ef8b746c711428b6c8c02811a4b9c750d719602bffed4dd0a97b8a066888fccfefccedb61de106f715484580f2bbb4a30f3f2aa6ab0d",
"monitor-base|8.1|linux|x64|sha": "4169a8ab5fac5d81713744f75610b59955c34a728fd19c7011fd4b6f105700939b99816824f906bcd0935767f92f7c3ee6c95178d550e7867b80ac2438c3aa8f",
"monitor-base|8.1|linux|arm64|sha": "636229a1fc45688987ce59d83608ddaf63b441c570a1bb97c9fa4048c79a1b83e4ec327bfcbc0f6023841a68db1af3cc21d8032b274227aa479ecbaafbab41fb",
"monitor-ext-azureblobstorage|8.1|linux|x64|sha": "e30b67495bf850a78fbd448e901248bd8d37876c1a49b09fdac8d8f0e8f3800060aa4532f9cc75bfd531a8f0d9e8fcc4e067a79fc80701a2325cc7c42452cfaf",
"monitor-ext-azureblobstorage|8.1|linux|arm64|sha": "ff1d77f6e88e2af2ad3d176bd05ad9a46516002146b1252ed2cf0e732e453a950bce1beeb5ea1e7b5efabd6ed5f858e273776759deeb8ce81c9f414849f9ab6e",
"monitor-ext-s3storage|8.1|linux|x64|sha": "60bfdcbd73c080e39467907707ab2788ee9c30bc4339fcd99727dcc5f218c47574a5bd62b7f87e4f641afe5dcd51fa55bc7ba4794ccd465e02f13389e1c5e9e6",
"monitor-ext-s3storage|8.1|linux|arm64|sha": "c6138a1639e24a3acde76a6f38496acb5429a8dd595870f75252619e25c595af9906f7978572d75994e7f6a59295b76b9ceb480bb349e9056e36d3042a58c32c",

"monitor|9.0|build-version": "9.0.0-rc.2.24479.2",
"monitor|9.0|product-version": "9.0.0-rc.2",
Expand Down
4 changes: 2 additions & 2 deletions src/monitor-base/8.1/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 Base
RUN dotnet_monitor_version=8.1.0-alpha.1.24474.7 \
RUN dotnet_monitor_version=8.1.0-alpha.1.24479.1 \
&& 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='78c375954526227e18507b6d1c25e373a3ce4eb8b67d5b1c9cfce6b1d1ffdfa2db4fcb467d2a4fdfc8292b61f87a423b30421f06a752a7b7cd7ef4a0dd5a5ad3' \
&& dotnet_monitor_base_sha512='4169a8ab5fac5d81713744f75610b59955c34a728fd19c7011fd4b6f105700939b99816824f906bcd0935767f92f7c3ee6c95178d550e7867b80ac2438c3aa8f' \
&& 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
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=8.1.0-alpha.1.24474.7 \
RUN dotnet_monitor_version=8.1.0-alpha.1.24479.1 \
&& 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='2bb9ddb7b2be1e5facc13ca68a1378e82d9a8f93a706eecdeabfea50ed78c6eb7b76741c4eece1c28e3e78bd759c122e57960c01783c40d35a2c94d7b5a891ab' \
&& dotnet_monitor_base_sha512='636229a1fc45688987ce59d83608ddaf63b441c570a1bb97c9fa4048c79a1b83e4ec327bfcbc0f6023841a68db1af3cc21d8032b274227aa479ecbaafbab41fb' \
&& 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/8.1/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 Base
RUN dotnet_monitor_version=8.1.0-alpha.1.24474.7 \
RUN dotnet_monitor_version=8.1.0-alpha.1.24479.1 \
&& 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='78c375954526227e18507b6d1c25e373a3ce4eb8b67d5b1c9cfce6b1d1ffdfa2db4fcb467d2a4fdfc8292b61f87a423b30421f06a752a7b7cd7ef4a0dd5a5ad3' \
&& dotnet_monitor_base_sha512='4169a8ab5fac5d81713744f75610b59955c34a728fd19c7011fd4b6f105700939b99816824f906bcd0935767f92f7c3ee6c95178d550e7867b80ac2438c3aa8f' \
&& 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/8.1/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 Base
RUN dotnet_monitor_version=8.1.0-alpha.1.24474.7 \
RUN dotnet_monitor_version=8.1.0-alpha.1.24479.1 \
&& 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='2bb9ddb7b2be1e5facc13ca68a1378e82d9a8f93a706eecdeabfea50ed78c6eb7b76741c4eece1c28e3e78bd759c122e57960c01783c40d35a2c94d7b5a891ab' \
&& dotnet_monitor_base_sha512='636229a1fc45688987ce59d83608ddaf63b441c570a1bb97c9fa4048c79a1b83e4ec327bfcbc0f6023841a68db1af3cc21d8032b274227aa479ecbaafbab41fb' \
&& 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/8.1/cbl-mariner-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=8.1.0-alpha.1.24474.7 \
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24479.1 \
&& 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='61b9074ab2be04e96c296a376bb540d7d06829e5b016397470193e635af77c16dc92f09adbe73d3575c6ccb6bff44351c371fab0f3d469eb7486c2eb1e66e6ce' \
&& dotnet_monitor_extension_sha512='e30b67495bf850a78fbd448e901248bd8d37876c1a49b09fdac8d8f0e8f3800060aa4532f9cc75bfd531a8f0d9e8fcc4e067a79fc80701a2325cc7c42452cfaf' \
&& 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='4bb8f3678ca9e8525b9dae9811c9737003d72e9c795f743634f1e0ebbce5662c2b59b3aa1c3675eb2d11476f4c6db74511603ffac7020c79b470c70e31481768' \
&& dotnet_monitor_extension_sha512='60bfdcbd73c080e39467907707ab2788ee9c30bc4339fcd99727dcc5f218c47574a5bd62b7f87e4f641afe5dcd51fa55bc7ba4794ccd465e02f13389e1c5e9e6' \
&& 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/8.1/cbl-mariner-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=8.1.0-alpha.1.24474.7 \
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24479.1 \
&& 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='106924003cd311dc02a5ce942b8739382c7d1fe9e9ae1b4e122de0d46f7382d7f1c6351c171946186dae515d1e4704dca63cf88bdf05ea28bedbc6a4fbae7fad' \
&& dotnet_monitor_extension_sha512='ff1d77f6e88e2af2ad3d176bd05ad9a46516002146b1252ed2cf0e732e453a950bce1beeb5ea1e7b5efabd6ed5f858e273776759deeb8ce81c9f414849f9ab6e' \
&& 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='168e988a1849da41b8c8ef8b746c711428b6c8c02811a4b9c750d719602bffed4dd0a97b8a066888fccfefccedb61de106f715484580f2bbb4a30f3f2aa6ab0d' \
&& dotnet_monitor_extension_sha512='c6138a1639e24a3acde76a6f38496acb5429a8dd595870f75252619e25c595af9906f7978572d75994e7f6a59295b76b9ceb480bb349e9056e36d3042a58c32c' \
&& 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/8.1/ubuntu-chiseled/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ARG REPO=mcr.microsoft.com/dotnet/monitor/base
FROM amd64/buildpack-deps:jammy-curl AS installer

# Retrieve .NET Monitor extensions
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24474.7 \
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24479.1 \
&& 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='61b9074ab2be04e96c296a376bb540d7d06829e5b016397470193e635af77c16dc92f09adbe73d3575c6ccb6bff44351c371fab0f3d469eb7486c2eb1e66e6ce' \
&& dotnet_monitor_extension_sha512='e30b67495bf850a78fbd448e901248bd8d37876c1a49b09fdac8d8f0e8f3800060aa4532f9cc75bfd531a8f0d9e8fcc4e067a79fc80701a2325cc7c42452cfaf' \
&& 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='4bb8f3678ca9e8525b9dae9811c9737003d72e9c795f743634f1e0ebbce5662c2b59b3aa1c3675eb2d11476f4c6db74511603ffac7020c79b470c70e31481768' \
&& dotnet_monitor_extension_sha512='60bfdcbd73c080e39467907707ab2788ee9c30bc4339fcd99727dcc5f218c47574a5bd62b7f87e4f641afe5dcd51fa55bc7ba4794ccd465e02f13389e1c5e9e6' \
&& 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/8.1/ubuntu-chiseled/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ ARG REPO=mcr.microsoft.com/dotnet/monitor/base
FROM arm64v8/buildpack-deps:jammy-curl AS installer

# Retrieve .NET Monitor extensions
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24474.7 \
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24479.1 \
&& 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='106924003cd311dc02a5ce942b8739382c7d1fe9e9ae1b4e122de0d46f7382d7f1c6351c171946186dae515d1e4704dca63cf88bdf05ea28bedbc6a4fbae7fad' \
&& dotnet_monitor_extension_sha512='ff1d77f6e88e2af2ad3d176bd05ad9a46516002146b1252ed2cf0e732e453a950bce1beeb5ea1e7b5efabd6ed5f858e273776759deeb8ce81c9f414849f9ab6e' \
&& 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='168e988a1849da41b8c8ef8b746c711428b6c8c02811a4b9c750d719602bffed4dd0a97b8a066888fccfefccedb61de106f715484580f2bbb4a30f3f2aa6ab0d' \
&& dotnet_monitor_extension_sha512='c6138a1639e24a3acde76a6f38496acb5429a8dd595870f75252619e25c595af9906f7978572d75994e7f6a59295b76b9ceb480bb349e9056e36d3042a58c32c' \
&& echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \
\
&& mkdir -p /app \
Expand Down

0 comments on commit a8ca051

Please sign in to comment.