Skip to content

Commit e905d5c

Browse files
committed
.NET Monitor 7.0 RC 1 updates
1 parent eac94f5 commit e905d5c

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-preview.8-alpine-amd64, 7.0-alpine-amd64, 7-alpine-amd64, 7.0.0-preview.8-alpine, 7.0-alpine, 7-alpine, 7.0.0-preview.8, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile) | Alpine 3.16
48+
7.0.0-rc.1-alpine-amd64, 7.0-alpine-amd64, 7-alpine-amd64, 7.0.0-rc.1-alpine, 7.0-alpine, 7-alpine, 7.0.0-rc.1, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/amd64/Dockerfile) | Alpine 3.16
4949
6.3.0-alpine-amd64, 6.3-alpine-amd64, 6-alpine-amd64, 6.3.0-alpine, 6.3-alpine, 6-alpine, 6.3.0, 6.3, 6, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.16
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-preview.8-alpine-arm64v8, 7.0-alpine-arm64v8, 7-alpine-arm64v8, 7.0.0-preview.8-alpine, 7.0-alpine, 7-alpine, 7.0.0-preview.8, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile) | Alpine 3.16
55+
7.0.0-rc.1-alpine-arm64v8, 7.0-alpine-arm64v8, 7-alpine-arm64v8, 7.0.0-rc.1-alpine, 7.0-alpine, 7-alpine, 7.0.0-rc.1, 7.0, 7 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/7.0/alpine/arm64v8/Dockerfile) | Alpine 3.16
5656
6.3.0-alpine-arm64v8, 6.3-alpine-arm64v8, 6-alpine-arm64v8, 6.3.0-alpine, 6.3-alpine, 6-alpine, 6.3.0, 6.3, 6, latest | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.16
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
@@ -95,9 +95,9 @@
9595
"monitor|6.3|product-version": "6.3.0",
9696
"monitor|6.3|sha": "d31780f4adab2ce7e4073d4dc3570cca80ae4d2e4f73a714bb485a8e3ed3601deec6eb6612731854e7da00f2b5e28593e7055ef457568ac8dc60f60807390a25",
9797

98-
"monitor|7.0|build-version": "7.0.0-preview.8.22457.4",
99-
"monitor|7.0|product-version": "7.0.0-preview.8",
100-
"monitor|7.0|sha": "525961b17612d42ee8e9f1a19e298b360e2945373a86d2ed2a769ab05e13d7be4c5cc8cb301257469be5a8baa9baeba657a5404abf8e82ba715eaf29d0f99cf2",
98+
"monitor|7.0|build-version": "7.0.0-rc.1.22479.8",
99+
"monitor|7.0|product-version": "7.0.0-rc.1",
100+
"monitor|7.0|sha": "f380573fc90385b3fa0d18cf0a662581553aa7f0e645484d09c7a1c3a6aff9b0e7def77e4bf56b8f9393b5fb6d91f47d785f3c298b9b7fd1f91669a762698503",
101101

102102
"netstandard-targeting-pack-2.1.0|linux-rpm|x64|sha": "fab41a86b9182b276992795247868c093890c6b3d5739376374a302430229624944998e054de0ff99bddd9459fc9543636df1ebd5392db069ae953ac17ea2880",
103103

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.100-rc.2-alpine3.16-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22457.4
8+
ENV DOTNET_MONITOR_VERSION=7.0.0-rc.1.22479.8
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='525961b17612d42ee8e9f1a19e298b360e2945373a86d2ed2a769ab05e13d7be4c5cc8cb301257469be5a8baa9baeba657a5404abf8e82ba715eaf29d0f99cf2' \
10+
&& dotnetmonitor_sha512='f380573fc90385b3fa0d18cf0a662581553aa7f0e645484d09c7a1c3a6aff9b0e7def77e4bf56b8f9393b5fb6d91f47d785f3c298b9b7fd1f91669a762698503' \
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.100-rc.2-alpine3.16-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22457.4
8+
ENV DOTNET_MONITOR_VERSION=7.0.0-rc.1.22479.8
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='525961b17612d42ee8e9f1a19e298b360e2945373a86d2ed2a769ab05e13d7be4c5cc8cb301257469be5a8baa9baeba657a5404abf8e82ba715eaf29d0f99cf2' \
10+
&& dotnetmonitor_sha512='f380573fc90385b3fa0d18cf0a662581553aa7f0e645484d09c7a1c3a6aff9b0e7def77e4bf56b8f9393b5fb6d91f47d785f3c298b9b7fd1f91669a762698503' \
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.100-rc.2-cbl-mariner2.0-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22457.4
8+
ENV DOTNET_MONITOR_VERSION=7.0.0-rc.1.22479.8
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='525961b17612d42ee8e9f1a19e298b360e2945373a86d2ed2a769ab05e13d7be4c5cc8cb301257469be5a8baa9baeba657a5404abf8e82ba715eaf29d0f99cf2' \
10+
&& dotnetmonitor_sha512='f380573fc90385b3fa0d18cf0a662581553aa7f0e645484d09c7a1c3a6aff9b0e7def77e4bf56b8f9393b5fb6d91f47d785f3c298b9b7fd1f91669a762698503' \
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.100-rc.2-cbl-mariner2.0-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22457.4
8+
ENV DOTNET_MONITOR_VERSION=7.0.0-rc.1.22479.8
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='525961b17612d42ee8e9f1a19e298b360e2945373a86d2ed2a769ab05e13d7be4c5cc8cb301257469be5a8baa9baeba657a5404abf8e82ba715eaf29d0f99cf2' \
10+
&& dotnetmonitor_sha512='f380573fc90385b3fa0d18cf0a662581553aa7f0e645484d09c7a1c3a6aff9b0e7def77e4bf56b8f9393b5fb6d91f47d785f3c298b9b7fd1f91669a762698503' \
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.100-rc.2-cbl-mariner2.0-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22457.4
8+
ENV DOTNET_MONITOR_VERSION=7.0.0-rc.1.22479.8
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='525961b17612d42ee8e9f1a19e298b360e2945373a86d2ed2a769ab05e13d7be4c5cc8cb301257469be5a8baa9baeba657a5404abf8e82ba715eaf29d0f99cf2' \
10+
&& dotnetmonitor_sha512='f380573fc90385b3fa0d18cf0a662581553aa7f0e645484d09c7a1c3a6aff9b0e7def77e4bf56b8f9393b5fb6d91f47d785f3c298b9b7fd1f91669a762698503' \
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.100-rc.2-cbl-mariner2.0-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=7.0.0-preview.8.22457.4
8+
ENV DOTNET_MONITOR_VERSION=7.0.0-rc.1.22479.8
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='525961b17612d42ee8e9f1a19e298b360e2945373a86d2ed2a769ab05e13d7be4c5cc8cb301257469be5a8baa9baeba657a5404abf8e82ba715eaf29d0f99cf2' \
10+
&& dotnetmonitor_sha512='f380573fc90385b3fa0d18cf0a662581553aa7f0e645484d09c7a1c3a6aff9b0e7def77e4bf56b8f9393b5fb6d91f47d785f3c298b9b7fd1f91669a762698503' \
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)