imazen / imageflow

High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
https://docs.imageflow.io/
GNU Affero General Public License v3.0
4.14k stars 140 forks source link

No NativeRuntime compatible with net5.0 sdk docker images #577

Closed andreasmwestberg closed 3 years ago

andreasmwestberg commented 3 years ago

https://hub.docker.com/_/microsoft-dotnet-sdk

lilith commented 3 years ago

I'm confused - we have examples on .net50 sdk docker images

https://github.com/imazen/imageflow-dotnet-server/blob/main/examples/Imageflow.Server.ExampleDocker/Dockerfile

On Wed, Feb 10, 2021, 5:04 AM andreasmwestberg notifications@github.com wrote:

https://hub.docker.com/_/microsoft-dotnet-sdk

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/imazen/imageflow/issues/577, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA2LH5XGH43ZU44RM6V7FLS6JY5ZANCNFSM4XM2QAXA .

andreasmwestberg commented 3 years ago

sorry I think I put this issue in the wrong repository, I'm referring to imageflow-dotnet

lilith commented 3 years ago

Those packages are actually generated by this repository, so it's fine.

I'm just confused why https://www.nuget.org/packages/Imageflow.NativeRuntime.ubuntu_16_04-x86_64/1.5.5-rc59 doesn't work for you. It should be compatible with all reasonably recent linux distros that include glibc.

andreasmwestberg commented 3 years ago

I've tested all net5 images which didn't work for me, but now that you mentioned that I went back to check and I noticed I had forgotten that for the last layer in the docker file I'd switched to an alpine based image to keep the size down, which doesn't use glibc

my fault, user error