File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
monitor-base/10.0/azurelinux-distroless
monitor/10.0/azurelinux-distroless Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 165165 "monitor-ext-s3storage|9.0|linux|x64|sha" : " 8fa19f1b002fa3d91571f960d7bb803a38bb81d237f5a44677726ca3b0d65e8231c9bbe1494c84a6998ac1c4dd138290e138eabd36fdf409da311736741d91d4" ,
166166 "monitor-ext-s3storage|9.0|linux|arm64|sha" : " 60dfe12e76badb3530a0ad0d9b8d58ea059883774f1a671c2702ae35ce2e3212ad9e3acb1134df448a9c7bcfdd264293584b74f02283b57e4a98d0ff0279ac4a" ,
167167
168- "monitor|10.0|build-version" : " 10.0.0 " ,
169- "monitor|10.0|product-version" : " 10.0.0 " ,
168+ "monitor|10.0|build-version" : " 10.0.1 " ,
169+ "monitor|10.0|product-version" : " 10.0.1 " ,
170170 "monitor|10.0|fixed-tag" : " $(monitor|10.0|product-version)" ,
171171 "monitor|10.0|minor-tag" : " 10.0" ,
172172 "monitor|10.0|base-url|main" : " $(base-url|public|maintenance|main)" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN tdnf install -y \
1010 && tdnf clean all
1111
1212# Retrieve .NET Monitor Base
13- RUN dotnet_monitor_version=10.0.0 \
13+ RUN dotnet_monitor_version=10.0.1 \
1414 && curl --fail --show-error --location \
1515 --remote-name https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-x64.tar.gz \
1616 --remote-name https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-x64.tar.gz.sha512 \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN tdnf install -y \
1010 && tdnf clean all
1111
1212# Retrieve .NET Monitor Base
13- RUN dotnet_monitor_version=10.0.0 \
13+ RUN dotnet_monitor_version=10.0.1 \
1414 && curl --fail --show-error --location \
1515 --remote-name https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-arm64.tar.gz \
1616 --remote-name https://builds.dotnet.microsoft.com/dotnet/diagnostics/monitor/$dotnet_monitor_version/dotnet-monitor-base-$dotnet_monitor_version-linux-arm64.tar.gz.sha512 \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN tdnf install -y \
1010 && tdnf clean all
1111
1212# Retrieve .NET Monitor extensions
13- RUN dotnet_monitor_extension_version=10.0.0 \
13+ RUN dotnet_monitor_extension_version=10.0.1 \
1414 && curl --fail --show-error --location \
1515 --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 \
1616 --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 \
@@ -29,6 +29,6 @@ RUN dotnet_monitor_extension_version=10.0.0 \
2929
3030
3131# .NET Monitor image
32- FROM $REPO:10.0.0 -amd64
32+ FROM $REPO:10.0.1 -amd64
3333
3434COPY --from=installer ["/app" , "/app" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN tdnf install -y \
1010 && tdnf clean all
1111
1212# Retrieve .NET Monitor extensions
13- RUN dotnet_monitor_extension_version=10.0.0 \
13+ RUN dotnet_monitor_extension_version=10.0.1 \
1414 && curl --fail --show-error --location \
1515 --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 \
1616 --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 \
@@ -29,6 +29,6 @@ RUN dotnet_monitor_extension_version=10.0.0 \
2929
3030
3131# .NET Monitor image
32- FROM $REPO:10.0.0 -arm64v8
32+ FROM $REPO:10.0.1 -arm64v8
3333
3434COPY --from=installer ["/app" , "/app" ]
You can’t perform that action at this time.
0 commit comments