docker
docker copied to clipboard
Docker images, for the Docker container system
Hello, It will be nice to have an Alpine Linux based docker image. -> lower sizes Keep the good work. :)
EDIT: See also: https://github.com/mono/mono/issues/21515 I tried to compile a trivial program then process it using LLVM aot. The error looks like this: https://github.com/mono/mono/issues/18779 and this: https://github.com/xamarin/xamarin-macios/pull/7833 The non-llvm version of...
Hi, am srinivasa working as a devops engineer am created simple docker file for my application i need to change some configuration of that application through dockerfile is there any...
I am trying to build a visual studio project and I keep getting this error MSB4019: The imported project "/Microsoft.Cpp.Default.props" was not found. Confirm that the expression in the Import...
Im trying to dockerize my Gtk# application on macOS. Works perfectly with msbuild and mono, but not with docker: This is the code of the Program.cs: ``` using System; using...
## Steps to reproduce the issue I'd like to be able to build my project targeting .NET Framework (Mono) and .NET Core. ## Expected behavior A docker image exists with...
my application has been built using mcr.microsoft.com/dotnet/core docker image. Now we are planning to use mono instead of dotnet to make it cross platform compatible. It would be great if...
**ISSUE** Because of the age of the image, many packages are outdated and bring critical vulnerabilities into the image. **How to reproduce** Build any of the mono:6, 6.12, 6.12.0, 6.12.0.182,...
Debian 10 reaches end of life on June 30th. I rely on mono for CI/CD and integrate static code analysis within the docker build. Many scan tools require openjdk17 or...