Skip to content

Commit

Permalink
.NET Monitor 8.1 test updates and regenerate Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft committed Feb 7, 2025
1 parent c19ecd7 commit 1498c9c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dotnet_monitor_version=8.1.0 \


# .NET Monitor Base image
FROM $REPO:8.0.12-cbl-mariner2.0-distroless-amd64
FROM $REPO:8.0.13-cbl-mariner2.0-distroless-amd64

WORKDIR /app
COPY --from=installer /app .
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN dotnet_monitor_version=8.1.0 \


# .NET Monitor Base image
FROM $REPO:8.0.12-cbl-mariner2.0-distroless-arm64v8
FROM $REPO:8.0.13-cbl-mariner2.0-distroless-arm64v8

WORKDIR /app
COPY --from=installer /app .
Expand Down
2 changes: 1 addition & 1 deletion src/monitor-base/8.1/ubuntu-chiseled/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN dotnet_monitor_version=8.1.0 \


# .NET Monitor Base image
FROM $REPO:8.0.12-jammy-chiseled-amd64
FROM $REPO:8.0.13-jammy-chiseled-amd64

WORKDIR /app
COPY --from=installer /app .
Expand Down
2 changes: 1 addition & 1 deletion src/monitor-base/8.1/ubuntu-chiseled/arm64v8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN dotnet_monitor_version=8.1.0 \


# .NET Monitor Base image
FROM $REPO:8.0.12-jammy-chiseled-arm64v8
FROM $REPO:8.0.13-jammy-chiseled-arm64v8

WORKDIR /app
COPY --from=installer /app .
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/Microsoft.DotNet.Docker.Tests/TestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ public static class TestData
new ProductImageData { Version = V8_0, VersionFamily = V8_0, OS = OS.Mariner20Distroless, OSTag = OS.MarinerDistroless, Arch = Arch.Arm64, SupportedImageRepos = DotNetImageRepo.Monitor },
new ProductImageData { Version = V8_1, VersionFamily = V8_0, OS = OS.JammyChiseled, OSTag = OS.UbuntuChiseled, Arch = Arch.Amd64, SupportedImageRepos = DotNetImageRepo.Monitor },
new ProductImageData { Version = V8_1, VersionFamily = V8_0, OS = OS.JammyChiseled, OSTag = OS.UbuntuChiseled, Arch = Arch.Arm64, SupportedImageRepos = DotNetImageRepo.Monitor },
new ProductImageData { Version = V8_1, VersionFamily = V8_0, OS = OS.Mariner20Distroless, OSTag = OS.MarinerDistroless, Arch = Arch.Amd64, SupportedImageRepos = DotNetImageRepo.Monitor },
new ProductImageData { Version = V8_1, VersionFamily = V8_0, OS = OS.Mariner20Distroless, OSTag = OS.MarinerDistroless, Arch = Arch.Arm64, SupportedImageRepos = DotNetImageRepo.Monitor },
new ProductImageData { Version = V9_0, VersionFamily = V9_0, OS = OS.AzureLinux30Distroless, OSTag = "", Arch = Arch.Amd64, SupportedImageRepos = DotNetImageRepo.Monitor },
new ProductImageData { Version = V9_0, VersionFamily = V9_0, OS = OS.AzureLinux30Distroless, OSTag = "", Arch = Arch.Arm64, SupportedImageRepos = DotNetImageRepo.Monitor }
};
Expand Down

0 comments on commit 1498c9c

Please sign in to comment.