File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN tdnf install -y \
1212# Retrieve .NET Monitor Base
1313RUN dotnet_monitor_version=8.1.1 \
1414 && curl -fSL --output dotnet-monitor-base.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-x64.tar.gz \
15- && dotnet_monitor_base_sha512='9f642e1e7f31ba392a25703aa4fe7153adee050dbf9347c3557cd010ad4098bca685a50fd31e990dd1e9dfc6603ecaeed11f609fb407a2e2446693b43cae22b3 ' \
15+ && dotnet_monitor_base_sha512='f62c2362a32f7e02562298c6231509b6a2e938669570403fc04a8b5ba4c90d4f87c806b05992f1a5a61dc100534fad2816742b8e0f08002f43464f0d379494a0 ' \
1616 && echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \
1717 && mkdir -p /app \
1818 && tar -oxzf dotnet-monitor-base.tar.gz -C /app \
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN tdnf install -y \
1212# Retrieve .NET Monitor Base
1313RUN dotnet_monitor_version=8.1.1 \
1414 && curl -fSL --output dotnet-monitor-base.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-arm64.tar.gz \
15- && dotnet_monitor_base_sha512='a0d3f59f3984db06db724daab1b5a4ba8237f07bf71a282ab5df5ba7a8b87bc5193ddfbc9a586480a2f3900e6a8b954534c5730aa07bca7e9ec32ed59503a462 ' \
15+ && dotnet_monitor_base_sha512='b41db3c12fa66c20afb6dbd57b2468f0106010091d01393071b3263095ec5cd58cdec58a87c67554dacbfde20c9ad3a34d9cdc22a4ce0a126ebba6e19bb03ef6 ' \
1616 && echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \
1717 && mkdir -p /app \
1818 && tar -oxzf dotnet-monitor-base.tar.gz -C /app \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM amd64/buildpack-deps:jammy-curl AS installer
66# Retrieve .NET Monitor Base
77RUN dotnet_monitor_version=8.1.1 \
88 && curl -fSL --output dotnet-monitor-base.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-x64.tar.gz \
9- && dotnet_monitor_base_sha512='9f642e1e7f31ba392a25703aa4fe7153adee050dbf9347c3557cd010ad4098bca685a50fd31e990dd1e9dfc6603ecaeed11f609fb407a2e2446693b43cae22b3 ' \
9+ && dotnet_monitor_base_sha512='f62c2362a32f7e02562298c6231509b6a2e938669570403fc04a8b5ba4c90d4f87c806b05992f1a5a61dc100534fad2816742b8e0f08002f43464f0d379494a0 ' \
1010 && echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \
1111 && mkdir -p /app \
1212 && tar -oxzf dotnet-monitor-base.tar.gz -C /app \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ FROM arm64v8/buildpack-deps:jammy-curl AS installer
66# Retrieve .NET Monitor Base
77RUN dotnet_monitor_version=8.1.1 \
88 && curl -fSL --output dotnet-monitor-base.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-arm64.tar.gz \
9- && dotnet_monitor_base_sha512='a0d3f59f3984db06db724daab1b5a4ba8237f07bf71a282ab5df5ba7a8b87bc5193ddfbc9a586480a2f3900e6a8b954534c5730aa07bca7e9ec32ed59503a462 ' \
9+ && dotnet_monitor_base_sha512='b41db3c12fa66c20afb6dbd57b2468f0106010091d01393071b3263095ec5cd58cdec58a87c67554dacbfde20c9ad3a34d9cdc22a4ce0a126ebba6e19bb03ef6 ' \
1010 && echo "$dotnet_monitor_base_sha512 dotnet-monitor-base.tar.gz" | sha512sum -c - \
1111 && mkdir -p /app \
1212 && tar -oxzf dotnet-monitor-base.tar.gz -C /app \
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ RUN tdnf install -y \
1212# Retrieve .NET Monitor extensions
1313RUN dotnet_monitor_extension_version=8.1.1 \
1414 && curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-x64.tar.gz \
15- && dotnet_monitor_extension_sha512='68a6b0bea0865d07db667317f00141b0bd3aae8d7cf96c3a72fa2224aea2886ac29cfbbd62580071effa991494415442a1699c531739d37e345dc9f1935fd4ef ' \
15+ && dotnet_monitor_extension_sha512='072f71d2127a3302cd91677373d6e4b96af56a0b031b1215199e07657e6fc1965eed015fc8b8485d41735bd417d20d4d5007269ef5da022bcdda46551aa6388c ' \
1616 && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \
1717 \
1818 && curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-x64.tar.gz \
19- && dotnet_monitor_extension_sha512='60721bbea6eef369bd971d8767a59db75b6cae39328d3dbd5090a5f44dfa10c236978dff6bdeb67fcc918d314c5df60958aa8e80cadd379ad039318cf77a0d7c ' \
19+ && dotnet_monitor_extension_sha512='a23c9f60273cf24d1d2f5b0b676894741bf7e12977fcf62dc1ba81ca2469b24112b306d7da5d208c69974f19eb6a682d85bbc85db39e932cd09b3a295d87e168 ' \
2020 && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \
2121 \
2222 && mkdir -p /app \
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ RUN tdnf install -y \
1212# Retrieve .NET Monitor extensions
1313RUN dotnet_monitor_extension_version=8.1.1 \
1414 && curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \
15- && dotnet_monitor_extension_sha512='9215e6565acb7ba17ef82c839ef3295ff7192834d3fe19001d24b748acdee2214b9e6878fb0e0c73c8b7f32650b51cf4c1e971d6efc50af774a79e2fc0a9b15f ' \
15+ && dotnet_monitor_extension_sha512='4011e41fdf1a08c2dcbc1ce2b20be10a126e7e2789f8e558bcc87d3a41f34e7c6481128775c51004d02608dcb1915db38119699f31f72ac718ab0f0b1159afb7 ' \
1616 && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \
1717 \
1818 && curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \
19- && dotnet_monitor_extension_sha512='24adc98d3e53b0dbc5ebf6bad136d03ddefb6df48541bdeeb9bca565c05be9bc7084988435443da61454a43cba7611d0452cf10442483ded09e0040e4b4617a3 ' \
19+ && dotnet_monitor_extension_sha512='7da5d082f890b2c36e636f365153ad6229fb1da7c284c6c345fd0168ff6dae6729b5d92c901bf5954b619fc7184de58302be0f094ecdf0492442174e2a3107ab ' \
2020 && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \
2121 \
2222 && mkdir -p /app \
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ FROM amd64/buildpack-deps:jammy-curl AS installer
66# Retrieve .NET Monitor extensions
77RUN dotnet_monitor_extension_version=8.1.1 \
88 && curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-x64.tar.gz \
9- && dotnet_monitor_extension_sha512='68a6b0bea0865d07db667317f00141b0bd3aae8d7cf96c3a72fa2224aea2886ac29cfbbd62580071effa991494415442a1699c531739d37e345dc9f1935fd4ef ' \
9+ && dotnet_monitor_extension_sha512='072f71d2127a3302cd91677373d6e4b96af56a0b031b1215199e07657e6fc1965eed015fc8b8485d41735bd417d20d4d5007269ef5da022bcdda46551aa6388c ' \
1010 && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \
1111 \
1212 && curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-x64.tar.gz \
13- && dotnet_monitor_extension_sha512='60721bbea6eef369bd971d8767a59db75b6cae39328d3dbd5090a5f44dfa10c236978dff6bdeb67fcc918d314c5df60958aa8e80cadd379ad039318cf77a0d7c ' \
13+ && dotnet_monitor_extension_sha512='a23c9f60273cf24d1d2f5b0b676894741bf7e12977fcf62dc1ba81ca2469b24112b306d7da5d208c69974f19eb6a682d85bbc85db39e932cd09b3a295d87e168 ' \
1414 && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \
1515 \
1616 && mkdir -p /app \
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ FROM arm64v8/buildpack-deps:jammy-curl AS installer
66# Retrieve .NET Monitor extensions
77RUN dotnet_monitor_extension_version=8.1.1 \
88 && curl -fSL --output dotnet-monitor-egress-azureblobstorage.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-azureblobstorage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \
9- && dotnet_monitor_extension_sha512='9215e6565acb7ba17ef82c839ef3295ff7192834d3fe19001d24b748acdee2214b9e6878fb0e0c73c8b7f32650b51cf4c1e971d6efc50af774a79e2fc0a9b15f ' \
9+ && dotnet_monitor_extension_sha512='4011e41fdf1a08c2dcbc1ce2b20be10a126e7e2789f8e558bcc87d3a41f34e7c6481128775c51004d02608dcb1915db38119699f31f72ac718ab0f0b1159afb7 ' \
1010 && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-azureblobstorage.tar.gz" | sha512sum -c - \
1111 \
1212 && curl -fSL --output dotnet-monitor-egress-s3storage.tar.gz https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_extension_version/dotnet-monitor-egress-s3storage-$dotnet_monitor_extension_version-linux-arm64.tar.gz \
13- && dotnet_monitor_extension_sha512='24adc98d3e53b0dbc5ebf6bad136d03ddefb6df48541bdeeb9bca565c05be9bc7084988435443da61454a43cba7611d0452cf10442483ded09e0040e4b4617a3 ' \
13+ && dotnet_monitor_extension_sha512='7da5d082f890b2c36e636f365153ad6229fb1da7c284c6c345fd0168ff6dae6729b5d92c901bf5954b619fc7184de58302be0f094ecdf0492442174e2a3107ab ' \
1414 && echo "$dotnet_monitor_extension_sha512 dotnet-monitor-egress-s3storage.tar.gz" | sha512sum -c - \
1515 \
1616 && mkdir -p /app \
You can’t perform that action at this time.
0 commit comments