Skip to content

Commit 7c13f93

Browse files
committed
Updates for .NET Monitor 7.0 servicing
1 parent cdc7983 commit 7c13f93

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

README.monitor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ See the [documentation](https://go.microsoft.com/fwlink/?linkid=2158052) for how
4545
## Linux amd64 Tags
4646
Tags | Dockerfile | OS Version
4747
-----------| -------------| -------------
48-
7.0.0-alpine-amd64, 7.0-alpine-amd64, 7-alpine-amd64, 7.0.0-alpine, 7.0-alpine, 7-alpine, 7.0.0, 7.0, 7, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile) | Alpine 3.17
48+
7.0.1-alpine-amd64, 7.0-alpine-amd64, 7-alpine-amd64, 7.0.1-alpine, 7.0-alpine, 7-alpine, 7.0.1, 7.0, 7, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile) | Alpine 3.17
4949
6.3.1-alpine-amd64, 6.3-alpine-amd64, 6-alpine-amd64, 6.3.1-alpine, 6.3-alpine, 6-alpine, 6.3.1, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.17
5050
6.2.2-alpine-amd64, 6.2-alpine-amd64, 6.2.2-alpine, 6.2-alpine, 6.2.2, 6.2 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/amd64/Dockerfile) | Alpine 3.16
5151

5252
## Linux arm64 Tags
5353
Tags | Dockerfile | OS Version
5454
-----------| -------------| -------------
55-
7.0.0-alpine-arm64v8, 7.0-alpine-arm64v8, 7-alpine-arm64v8, 7.0.0-alpine, 7.0-alpine, 7-alpine, 7.0.0, 7.0, 7, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile) | Alpine 3.17
55+
7.0.1-alpine-arm64v8, 7.0-alpine-arm64v8, 7-alpine-arm64v8, 7.0.1-alpine, 7.0-alpine, 7-alpine, 7.0.1, 7.0, 7, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile) | Alpine 3.17
5656
6.3.1-alpine-arm64v8, 6.3-alpine-arm64v8, 6-alpine-arm64v8, 6.3.1-alpine, 6.3-alpine, 6-alpine, 6.3.1, 6.3, 6 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.17
5757
6.2.2-alpine-arm64v8, 6.2-alpine-arm64v8, 6.2.2-alpine, 6.2-alpine, 6.2.2, 6.2 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.2/alpine/arm64v8/Dockerfile) | Alpine 3.16
5858

manifest.versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@
9191
"monitor|6.3|product-version": "6.3.1",
9292
"monitor|6.3|sha": "52e3ec332662ae33611229098e4ad9383708e7ac53e0e678330fd1d437615b0c4f2cdf71ecc17ed147499c1c9e6099d3a15634c6b65ea3fbef541684c1809e71",
9393

94-
"monitor|7.0|build-version": "7.0.0",
95-
"monitor|7.0|product-version": "7.0.0",
96-
"monitor|7.0|sha": "5d87229a5e83dee1768d9129c064c9e1823902dd25bf25f90b0d6ff71616b15a4ea76215ab6ba2505cb91b150e2d6cef09e722a05dde91f6208a14fd32d55aa2",
94+
"monitor|7.0|build-version": "7.0.1",
95+
"monitor|7.0|product-version": "7.0.1",
96+
"monitor|7.0|sha": "c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03",
9797

9898
"netstandard-targeting-pack-2.1.0|linux-rpm|x64|sha": "fab41a86b9182b276992795247868c093890c6b3d5739376374a302430229624944998e054de0ff99bddd9459fc9543636df1ebd5392db069ae953ac17ea2880",
9999

src/monitor/7.0/alpine/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:7.0.101-alpine3.17-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0
8+
ENV DOTNET_MONITOR_VERSION=7.0.1
99
RUN wget -O dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='5d87229a5e83dee1768d9129c064c9e1823902dd25bf25f90b0d6ff71616b15a4ea76215ab6ba2505cb91b150e2d6cef09e722a05dde91f6208a14fd32d55aa2' \
10+
&& dotnetmonitor_sha512='c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
1313
# To reduce image size, remove all non-net7.0 TFMs

src/monitor/7.0/alpine/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:7.0.101-alpine3.17-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0
8+
ENV DOTNET_MONITOR_VERSION=7.0.1
99
RUN wget -O dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='5d87229a5e83dee1768d9129c064c9e1823902dd25bf25f90b0d6ff71616b15a4ea76215ab6ba2505cb91b150e2d6cef09e722a05dde91f6208a14fd32d55aa2' \
10+
&& dotnetmonitor_sha512='c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
1313
# To reduce image size, remove all non-net7.0 TFMs

src/monitor/7.0/cbl-mariner-distroless/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:7.0.101-cbl-mariner2.0-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0
8+
ENV DOTNET_MONITOR_VERSION=7.0.1
99
RUN curl -fSL --output dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='5d87229a5e83dee1768d9129c064c9e1823902dd25bf25f90b0d6ff71616b15a4ea76215ab6ba2505cb91b150e2d6cef09e722a05dde91f6208a14fd32d55aa2' \
10+
&& dotnetmonitor_sha512='c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
1313
# To reduce image size, remove all non-net7.0 TFMs

src/monitor/7.0/cbl-mariner-distroless/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:7.0.101-cbl-mariner2.0-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0
8+
ENV DOTNET_MONITOR_VERSION=7.0.1
99
RUN curl -fSL --output dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='5d87229a5e83dee1768d9129c064c9e1823902dd25bf25f90b0d6ff71616b15a4ea76215ab6ba2505cb91b150e2d6cef09e722a05dde91f6208a14fd32d55aa2' \
10+
&& dotnetmonitor_sha512='c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
1313
# To reduce image size, remove all non-net7.0 TFMs

src/monitor/7.0/cbl-mariner/amd64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:7.0.101-cbl-mariner2.0-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0
8+
ENV DOTNET_MONITOR_VERSION=7.0.1
99
RUN curl -fSL --output dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='5d87229a5e83dee1768d9129c064c9e1823902dd25bf25f90b0d6ff71616b15a4ea76215ab6ba2505cb91b150e2d6cef09e722a05dde91f6208a14fd32d55aa2' \
10+
&& dotnetmonitor_sha512='c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
1313
# To reduce image size, remove all non-net7.0 TFMs

src/monitor/7.0/cbl-mariner/arm64v8/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ ARG SDK_REPO=mcr.microsoft.com/dotnet/sdk
55
FROM $SDK_REPO:7.0.101-cbl-mariner2.0-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0
8+
ENV DOTNET_MONITOR_VERSION=7.0.1
99
RUN curl -fSL --output dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg https://dotnetcli.azureedge.net/dotnet/diagnostics/monitor/$DOTNET_MONITOR_VERSION/dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg \
10-
&& dotnetmonitor_sha512='5d87229a5e83dee1768d9129c064c9e1823902dd25bf25f90b0d6ff71616b15a4ea76215ab6ba2505cb91b150e2d6cef09e722a05dde91f6208a14fd32d55aa2' \
10+
&& dotnetmonitor_sha512='c316a859eb8d024c765b024bfb4a92b6aedfb5cc02d0751f73e826e2bc20f2ab5c1ed8c4d6b481b6b757fc58d35423668f9087f9d4cfb1acd7ab8dced1412c03' \
1111
&& echo "$dotnetmonitor_sha512 dotnet-monitor.$DOTNET_MONITOR_VERSION.nupkg" | sha512sum -c - \
1212
&& dotnet tool install dotnet-monitor --tool-path /app --add-source / --version $DOTNET_MONITOR_VERSION --framework net7.0 --no-cache \
1313
# To reduce image size, remove all non-net7.0 TFMs

0 commit comments

Comments
 (0)