Skip to content

Commit cdc7983

Browse files
committed
Updates for .NET Monitor 6.3 servicing
1 parent a17c4b0 commit cdc7983

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
@@ -46,14 +46,14 @@ See the [documentation](https://go.microsoft.com/fwlink/?linkid=2158052) for how
4646
Tags | Dockerfile | OS Version
4747
-----------| -------------| -------------
4848
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
49-
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 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/amd64/Dockerfile) | Alpine 3.17
49+
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
-----------| -------------| -------------
5555
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
56-
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 | [Dockerfile](https://github.com/dotnet/dotnet-docker/blob/main/src/monitor/6.3/alpine/arm64v8/Dockerfile) | Alpine 3.17
56+
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

5959
You can retrieve a list of all available tags for dotnet/monitor at https://mcr.microsoft.com/v2/dotnet/monitor/tags/list.

manifest.versions.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@
8787
"monitor|6.2|product-version": "6.2.2",
8888
"monitor|6.2|sha": "5d5df17e81ed66e644dc7323e89caee10f7eadbf62a28e0443e9fe12df1c5283fce2ebf6bc4dc2e5004c3c9e044101fc131ff293f382f15a32c91a6e159619d7",
8989

90-
"monitor|6.3|build-version": "6.3.0",
91-
"monitor|6.3|product-version": "6.3.0",
92-
"monitor|6.3|sha": "d31780f4adab2ce7e4073d4dc3570cca80ae4d2e4f73a714bb485a8e3ed3601deec6eb6612731854e7da00f2b5e28593e7055ef457568ac8dc60f60807390a25",
90+
"monitor|6.3|build-version": "6.3.1",
91+
"monitor|6.3|product-version": "6.3.1",
92+
"monitor|6.3|sha": "52e3ec332662ae33611229098e4ad9383708e7ac53e0e678330fd1d437615b0c4f2cdf71ecc17ed147499c1c9e6099d3a15634c6b65ea3fbef541684c1809e71",
9393

9494
"monitor|7.0|build-version": "7.0.0",
9595
"monitor|7.0|product-version": "7.0.0",

src/monitor/6.3/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:6.0.404-alpine3.17-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=6.3.0
8+
ENV DOTNET_MONITOR_VERSION=6.3.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='d31780f4adab2ce7e4073d4dc3570cca80ae4d2e4f73a714bb485a8e3ed3601deec6eb6612731854e7da00f2b5e28593e7055ef457568ac8dc60f60807390a25' \
10+
&& dotnetmonitor_sha512='52e3ec332662ae33611229098e4ad9383708e7ac53e0e678330fd1d437615b0c4f2cdf71ecc17ed147499c1c9e6099d3a15634c6b65ea3fbef541684c1809e71' \
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 net6.0 --no-cache \
1313
# To reduce image size, remove all non-net6.0 TFMs

src/monitor/6.3/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:6.0.404-alpine3.17-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=6.3.0
8+
ENV DOTNET_MONITOR_VERSION=6.3.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='d31780f4adab2ce7e4073d4dc3570cca80ae4d2e4f73a714bb485a8e3ed3601deec6eb6612731854e7da00f2b5e28593e7055ef457568ac8dc60f60807390a25' \
10+
&& dotnetmonitor_sha512='52e3ec332662ae33611229098e4ad9383708e7ac53e0e678330fd1d437615b0c4f2cdf71ecc17ed147499c1c9e6099d3a15634c6b65ea3fbef541684c1809e71' \
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 net6.0 --no-cache \
1313
# To reduce image size, remove all non-net6.0 TFMs

src/monitor/6.3/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:6.0.404-cbl-mariner2.0-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=6.3.0
8+
ENV DOTNET_MONITOR_VERSION=6.3.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='d31780f4adab2ce7e4073d4dc3570cca80ae4d2e4f73a714bb485a8e3ed3601deec6eb6612731854e7da00f2b5e28593e7055ef457568ac8dc60f60807390a25' \
10+
&& dotnetmonitor_sha512='52e3ec332662ae33611229098e4ad9383708e7ac53e0e678330fd1d437615b0c4f2cdf71ecc17ed147499c1c9e6099d3a15634c6b65ea3fbef541684c1809e71' \
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 net6.0 --no-cache \
1313
# To reduce image size, remove all non-net6.0 TFMs

src/monitor/6.3/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:6.0.404-cbl-mariner2.0-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=6.3.0
8+
ENV DOTNET_MONITOR_VERSION=6.3.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='d31780f4adab2ce7e4073d4dc3570cca80ae4d2e4f73a714bb485a8e3ed3601deec6eb6612731854e7da00f2b5e28593e7055ef457568ac8dc60f60807390a25' \
10+
&& dotnetmonitor_sha512='52e3ec332662ae33611229098e4ad9383708e7ac53e0e678330fd1d437615b0c4f2cdf71ecc17ed147499c1c9e6099d3a15634c6b65ea3fbef541684c1809e71' \
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 net6.0 --no-cache \
1313
# To reduce image size, remove all non-net6.0 TFMs

src/monitor/6.3/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:6.0.404-cbl-mariner2.0-amd64 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=6.3.0
8+
ENV DOTNET_MONITOR_VERSION=6.3.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='d31780f4adab2ce7e4073d4dc3570cca80ae4d2e4f73a714bb485a8e3ed3601deec6eb6612731854e7da00f2b5e28593e7055ef457568ac8dc60f60807390a25' \
10+
&& dotnetmonitor_sha512='52e3ec332662ae33611229098e4ad9383708e7ac53e0e678330fd1d437615b0c4f2cdf71ecc17ed147499c1c9e6099d3a15634c6b65ea3fbef541684c1809e71' \
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 net6.0 --no-cache \
1313
# To reduce image size, remove all non-net6.0 TFMs

src/monitor/6.3/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:6.0.404-cbl-mariner2.0-arm64v8 AS installer
66

77
# Install .NET Monitor
8-
ENV DOTNET_MONITOR_VERSION=6.3.0
8+
ENV DOTNET_MONITOR_VERSION=6.3.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='d31780f4adab2ce7e4073d4dc3570cca80ae4d2e4f73a714bb485a8e3ed3601deec6eb6612731854e7da00f2b5e28593e7055ef457568ac8dc60f60807390a25' \
10+
&& dotnetmonitor_sha512='52e3ec332662ae33611229098e4ad9383708e7ac53e0e678330fd1d437615b0c4f2cdf71ecc17ed147499c1c9e6099d3a15634c6b65ea3fbef541684c1809e71' \
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 net6.0 --no-cache \
1313
# To reduce image size, remove all non-net6.0 TFMs

0 commit comments

Comments
 (0)