Skip to content

Commit 6a084ee

Browse files
lbussellCopilot
andcommitted
Update dotnet-monitor 10.0 to 10.0.1
Update dotnet-monitor 10.0 to use public URLs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 15df02a commit 6a084ee

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

manifest.versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
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)",

src/monitor-base/10.0/azurelinux-distroless/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

src/monitor-base/10.0/azurelinux-distroless/arm64v8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

src/monitor/10.0/azurelinux-distroless/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3434
COPY --from=installer ["/app", "/app"]

src/monitor/10.0/azurelinux-distroless/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3434
COPY --from=installer ["/app", "/app"]

0 commit comments

Comments
 (0)