mcserep/elte
Docker images for education purposes at ELTE FI.
710
Contains images for education purposes at ELTE FI (Eötvös Loránd University, Faculty of Informatics).
mcserep/elte:ubuntu-2004
An Ubuntu 20.04 OS with essential build tools (C/C++) and Ericsson CodeChecker added.
mcserep/elte:ubuntu-2004-qt5
Extends the mcserep/elte:ubuntu-2004
image with the Qt5 SDK.
Contains a build script to compile Qt projects. Usage:
/build.sh
script in that folder.mcserep/elte:dotnet-48
Windows Server, version 2019 OS with the following tools included:
Contains a build script to compile Visual Studio solutions (.NET Framework and .NET Core). Usage:
C:\build.ps1
script in that folder.mcserep/elte:dotnet-60-linux
Debian 11 Bullseye based image with the .NET 6 SDK (.NET CLI, .NET runtime, ASP.NET Core).
Contains a build script to compile Visual Studio solutions (only .NET Core supported). Usage:
/build.sh
script in that folder to build all solutions found;/execute.sh
script in that folder to run the first found executable project.Contains Roslynator.Dotnet.CLI
and the following Roslyn-based analyzers:
Microsoft.CodeAnalysis.NetAnalyzers
SonarAnalyzer.CSharp
Roslynator.Analyzers
mcserep/elte:dotnet-60-windows
Windows Server, version 2019 OS with the .NET SDK 6.0 included.
Contains a build script to compile Visual Studio solutions (only .NET Core supported). Usage:
C:\build.ps1
script in that folder to build all solutions found;C:\execute.ps1
script in that folder to run the first found executable project.Contains Roslynator.Dotnet.CLI
and the following Roslyn-based analyzers:
Microsoft.CodeAnalysis.NetAnalyzers
SonarAnalyzer.CSharp
Roslynator.Analyzers
mcserep/elte:dotnet-60
Multi-architecture image for mcserep/elte:dotnet-60-linux
and mcserep/elte:dotnet-60-windows
.
mcserep/elte:dotnet-60-maui
Extends the mcserep/elte:dotnet-60-windows
image with MAUI support and related tooling:
Contains a C:\build.ps1
build script to compile Visual Studio solutions.
mcserep/elte:workbook
An Ubuntu 24.10 based image capable of building HTML and PDF workbooks from Markdown.
Toolset:
docker pull mcserep/elte