Base Image
neildsouth opened this issue · 0 comments
neildsouth commented
Description
At the moment the base image used for the MIG docker image is mcr.microsoft.com/dotnet/aspnet:6.0-jammy (v22) this works fine, Our use case is a Dicom input/output plugin that makes use of Mongo encrypt client, because of an outstanding issue with this
https://jira.mongodb.org/browse/CSHARP-4363
it will not work with that base image and needs mcr.microsoft.com/dotnet/aspnet:6.0-focal as a base image.