bagetter / BaGetter

A lightweight NuGet and symbol server
https://www.bagetter.com
MIT License
166 stars 38 forks source link

Docker ARM support #140

Closed seriouz closed 1 month ago

seriouz commented 1 month ago

I've looked into building ARM based Docker Images and this is the solution that worked on my private repo. I tried the Docker image on my Raspberry Pi and it worked fine there.

This solves issue https://github.com/bagetter/BaGetter/issues/134

seriouz commented 1 month ago

Can the current image be used on windows containers too? Would be nice to add windows to the build targets too then to keep those users happy. With docker desktop I could just switch to windows containers, but I'm not sure how to do that with podman yet so I can't test it right now.

I don't know. Do you mean Windows Docker Container? I am not sure how to do this the correct way. Would need to figure this out and test this. I would suggest to do this in another release.

Regenhardt commented 1 month ago

Can the current image be used on windows containers too? Would be nice to add windows to the build targets too then to keep those users happy. With docker desktop I could just switch to windows containers, but I'm not sure how to do that with podman yet so I can't test it right now.

I don't know. Do you mean Windows Docker Container? I am not sure how to do this the correct way. Would need to figure this out and test this. I would suggest to do this in another release.

If you have docker for windows, you can just right-click the symbol and "Switch to Windows containers". Then run the image to see if everything works.