Skip to content

Commit

Permalink
[nightly] Update dependencies from dotnet/dotnet-monitor/8.1 (#5912)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-docker-bot authored Sep 25, 2024
1 parent 4da830b commit bbf29c9
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.24467.5",
"monitor|8.1|build-version": "8.1.0-alpha.1.24474.7",
"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": "502538b5b5d715c3b6c6dd1134f2c43f4b010b4b592df3361889de6757bc0d7470adf5088a9d951e9b32374663792f104498865b756b683ce22469fc7eb499c0",
"monitor-base|8.1|linux|arm64|sha": "95011c0b9bfcf87969c6e12291c6fcc57108ac1e410aea9f86fc38db93e2b4b2eb7fa18b54987ba841f65c73955585a27f10debd6a0955b4a14c9764d955abf3",
"monitor-ext-azureblobstorage|8.1|linux|x64|sha": "2b0c1bcdcf6fcac1794082511f87abf51d6d7f51c4cc25cac720c075cac0497d0db35024d55a6efe5e55a3ae399624a5c14cdfdc8476860a084e40de29fdfdd3",
"monitor-ext-azureblobstorage|8.1|linux|arm64|sha": "3613168139a377271ab43827ff1b42bed985c866ecb861b7fef9158afafaf0c121001b0d04982bcb6ae88ae3c5ace2cb5cd990817fb7c6086dc00fae8484d66a",
"monitor-ext-s3storage|8.1|linux|x64|sha": "c65292b46128fc1c6ef499100aa63e7de75b47769b7eed3ce4505ab384c89184af24e2642457aa0fcc713c44d9171cd1d8b6adfb84845dcfd2ef6cb87a5d9216",
"monitor-ext-s3storage|8.1|linux|arm64|sha": "ef128032e10dc6fc1d388441bf7d08938b3d5df7d1b57347a1b4bd6c3cafd6bea77e9ed5e14c859678f93059944df82a19a811a3924c56b0623d307c6df50356",
"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|9.0|build-version": "9.0.0-rc.2.24474.6",
"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.24467.5 \
RUN dotnet_monitor_version=8.1.0-alpha.1.24474.7 \
&& 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='502538b5b5d715c3b6c6dd1134f2c43f4b010b4b592df3361889de6757bc0d7470adf5088a9d951e9b32374663792f104498865b756b683ce22469fc7eb499c0' \
&& dotnet_monitor_base_sha512='78c375954526227e18507b6d1c25e373a3ce4eb8b67d5b1c9cfce6b1d1ffdfa2db4fcb467d2a4fdfc8292b61f87a423b30421f06a752a7b7cd7ef4a0dd5a5ad3' \
&& 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.24467.5 \
RUN dotnet_monitor_version=8.1.0-alpha.1.24474.7 \
&& 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='95011c0b9bfcf87969c6e12291c6fcc57108ac1e410aea9f86fc38db93e2b4b2eb7fa18b54987ba841f65c73955585a27f10debd6a0955b4a14c9764d955abf3' \
&& dotnet_monitor_base_sha512='2bb9ddb7b2be1e5facc13ca68a1378e82d9a8f93a706eecdeabfea50ed78c6eb7b76741c4eece1c28e3e78bd759c122e57960c01783c40d35a2c94d7b5a891ab' \
&& 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.24467.5 \
RUN dotnet_monitor_version=8.1.0-alpha.1.24474.7 \
&& 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='502538b5b5d715c3b6c6dd1134f2c43f4b010b4b592df3361889de6757bc0d7470adf5088a9d951e9b32374663792f104498865b756b683ce22469fc7eb499c0' \
&& dotnet_monitor_base_sha512='78c375954526227e18507b6d1c25e373a3ce4eb8b67d5b1c9cfce6b1d1ffdfa2db4fcb467d2a4fdfc8292b61f87a423b30421f06a752a7b7cd7ef4a0dd5a5ad3' \
&& 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.24467.5 \
RUN dotnet_monitor_version=8.1.0-alpha.1.24474.7 \
&& 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='95011c0b9bfcf87969c6e12291c6fcc57108ac1e410aea9f86fc38db93e2b4b2eb7fa18b54987ba841f65c73955585a27f10debd6a0955b4a14c9764d955abf3' \
&& dotnet_monitor_base_sha512='2bb9ddb7b2be1e5facc13ca68a1378e82d9a8f93a706eecdeabfea50ed78c6eb7b76741c4eece1c28e3e78bd759c122e57960c01783c40d35a2c94d7b5a891ab' \
&& 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.24467.5 \
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24474.7 \
&& 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='2b0c1bcdcf6fcac1794082511f87abf51d6d7f51c4cc25cac720c075cac0497d0db35024d55a6efe5e55a3ae399624a5c14cdfdc8476860a084e40de29fdfdd3' \
&& dotnet_monitor_extension_sha512='61b9074ab2be04e96c296a376bb540d7d06829e5b016397470193e635af77c16dc92f09adbe73d3575c6ccb6bff44351c371fab0f3d469eb7486c2eb1e66e6ce' \
&& 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='c65292b46128fc1c6ef499100aa63e7de75b47769b7eed3ce4505ab384c89184af24e2642457aa0fcc713c44d9171cd1d8b6adfb84845dcfd2ef6cb87a5d9216' \
&& dotnet_monitor_extension_sha512='4bb8f3678ca9e8525b9dae9811c9737003d72e9c795f743634f1e0ebbce5662c2b59b3aa1c3675eb2d11476f4c6db74511603ffac7020c79b470c70e31481768' \
&& 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.24467.5 \
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24474.7 \
&& 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='3613168139a377271ab43827ff1b42bed985c866ecb861b7fef9158afafaf0c121001b0d04982bcb6ae88ae3c5ace2cb5cd990817fb7c6086dc00fae8484d66a' \
&& dotnet_monitor_extension_sha512='106924003cd311dc02a5ce942b8739382c7d1fe9e9ae1b4e122de0d46f7382d7f1c6351c171946186dae515d1e4704dca63cf88bdf05ea28bedbc6a4fbae7fad' \
&& 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='ef128032e10dc6fc1d388441bf7d08938b3d5df7d1b57347a1b4bd6c3cafd6bea77e9ed5e14c859678f93059944df82a19a811a3924c56b0623d307c6df50356' \
&& dotnet_monitor_extension_sha512='168e988a1849da41b8c8ef8b746c711428b6c8c02811a4b9c750d719602bffed4dd0a97b8a066888fccfefccedb61de106f715484580f2bbb4a30f3f2aa6ab0d' \
&& 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.24467.5 \
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24474.7 \
&& 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='2b0c1bcdcf6fcac1794082511f87abf51d6d7f51c4cc25cac720c075cac0497d0db35024d55a6efe5e55a3ae399624a5c14cdfdc8476860a084e40de29fdfdd3' \
&& dotnet_monitor_extension_sha512='61b9074ab2be04e96c296a376bb540d7d06829e5b016397470193e635af77c16dc92f09adbe73d3575c6ccb6bff44351c371fab0f3d469eb7486c2eb1e66e6ce' \
&& 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='c65292b46128fc1c6ef499100aa63e7de75b47769b7eed3ce4505ab384c89184af24e2642457aa0fcc713c44d9171cd1d8b6adfb84845dcfd2ef6cb87a5d9216' \
&& dotnet_monitor_extension_sha512='4bb8f3678ca9e8525b9dae9811c9737003d72e9c795f743634f1e0ebbce5662c2b59b3aa1c3675eb2d11476f4c6db74511603ffac7020c79b470c70e31481768' \
&& 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.24467.5 \
RUN dotnet_monitor_extension_version=8.1.0-alpha.1.24474.7 \
&& 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='3613168139a377271ab43827ff1b42bed985c866ecb861b7fef9158afafaf0c121001b0d04982bcb6ae88ae3c5ace2cb5cd990817fb7c6086dc00fae8484d66a' \
&& dotnet_monitor_extension_sha512='106924003cd311dc02a5ce942b8739382c7d1fe9e9ae1b4e122de0d46f7382d7f1c6351c171946186dae515d1e4704dca63cf88bdf05ea28bedbc6a4fbae7fad' \
&& 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='ef128032e10dc6fc1d388441bf7d08938b3d5df7d1b57347a1b4bd6c3cafd6bea77e9ed5e14c859678f93059944df82a19a811a3924c56b0623d307c6df50356' \
&& dotnet_monitor_extension_sha512='168e988a1849da41b8c8ef8b746c711428b6c8c02811a4b9c750d719602bffed4dd0a97b8a066888fccfefccedb61de106f715484580f2bbb4a30f3f2aa6ab0d' \
&& echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \
\
&& mkdir -p /app \
Expand Down

0 comments on commit bbf29c9

Please sign in to comment.