{"id":28169194,"url":"https://github.com/mcserep/docker-elte","last_synced_at":"2025-05-15T16:16:10.882Z","repository":{"id":143661379,"uuid":"298981718","full_name":"mcserep/docker-elte","owner":"mcserep","description":"Docker images for education purposes at ELTE FI.","archived":false,"fork":false,"pushed_at":"2025-02-11T09:15:21.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T10:22:45.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/mcserep/elte","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcserep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-27T07:54:35.000Z","updated_at":"2025-02-11T09:15:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ef4d5f7-7634-4b5b-a6c7-e89a8c93e7f8","html_url":"https://github.com/mcserep/docker-elte","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcserep%2Fdocker-elte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcserep%2Fdocker-elte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcserep%2Fdocker-elte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcserep%2Fdocker-elte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcserep","download_url":"https://codeload.github.com/mcserep/docker-elte/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374544,"owners_count":22060614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-15T16:16:09.544Z","updated_at":"2025-05-15T16:16:10.858Z","avatar_url":"https://github.com/mcserep.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-elte\n\nContains images for education purposes at ELTE FI (Eötvös Loránd University, Faculty of Informatics).\n\n## Available images\n\n### `mcserep/elte:ubuntu-2004`\nAn Ubuntu 20.04 OS with essential build tools (C/C++) and [Ericsson CodeChecker](https://codechecker.readthedocs.io/) added.\n\n### `mcserep/elte:ubuntu-2004-qt5`\nExtends the `mcserep/elte:ubuntu-2004` image with the Qt5 SDK.\n\nContains a build script to compile Qt projects. Usage:\n - copy the Qt projects into the container in a preferred folder;\n - execute the `/build.sh` script in that folder.\n\n### `mcserep/elte:dotnet-48`\nWindows Server, version 2019 OS with the following tools included:\n - .NET Framework 4.8 SDK\n - .NET 6.0 SDK\n - Visual Studio Build Tools\n - Visual Studio Test Agent\n - NuGet CLI\n\nContains a build script to compile Visual Studio solutions (.NET Framework and .NET Core). Usage:\n - copy the Visual Studio solutions into the container in a preferred folder;\n - execute the `C:\\build.ps1` script in that folder.\n\n### `mcserep/elte:dotnet-60-linux`\nDebian 11 Bullseye based image with the .NET 6 SDK (.NET CLI, .NET runtime, ASP.NET Core).\n\nContains a build script to compile Visual Studio solutions (only .NET Core supported). Usage:\n- copy the Visual Studio solutions into the container in a preferred folder;\n- execute the `/build.sh` script in that folder to build all solutions found;\n- execute the `/execute.sh` script in that folder to run the first found executable project.\n\n Contains `Roslynator.Dotnet.CLI` and the following Roslyn-based analyzers:\n - `Microsoft.CodeAnalysis.NetAnalyzers`\n - `SonarAnalyzer.CSharp`\n - `Roslynator.Analyzers`\n\n### `mcserep/elte:dotnet-60-windows`\nWindows Server, version 2019 OS with the .NET SDK 6.0 included.\n\nContains a build script to compile Visual Studio solutions (only .NET Core supported). Usage:\n - copy the Visual Studio solutions into the container in a preferred folder;\n - execute the `C:\\build.ps1` script in that folder to build all solutions found;\n - execute the `C:\\execute.ps1` script in that folder to run the first found executable project.\n\n Contains `Roslynator.Dotnet.CLI` and the following Roslyn-based analyzers:\n - `Microsoft.CodeAnalysis.NetAnalyzers`\n - `SonarAnalyzer.CSharp`\n - `Roslynator.Analyzers`\n\n### `mcserep/elte:dotnet-60`\nMulti-architecture image for `mcserep/elte:dotnet-60-linux` and `mcserep/elte:dotnet-60-windows`.\n\n### `mcserep/elte:dotnet-60-maui`\nExtends the `mcserep/elte:dotnet-60-windows` image with MAUI support and related tooling:\n - MAUI workload for .NET (for Windows, Android, iOS, macOS, tvOS)\n - Android SDK (API 31 \u0026 API 33)\n - Java SDK (OpenJDK 8 \u0026 OpenJDK 11)\n\nContains a `C:\\build.ps1` build script to compile Visual Studio solutions.\n\n### `mcserep/elte:workbook`\nAn Ubuntu 24.10 based image capable of building HTML and PDF workbooks from Markdown.  \nToolset:\n - [Pandoc](https://pandoc.org/)\n   - [Diagram Generator](https://github.com/pandoc-ext/diagram)\n - [wkhtmltopdf](https://wkhtmltopdf.org/)\n - [PlantUML](https://plantuml.com/)\n - [Graphviz](https://graphviz.org/)\n - [GNU Make](https://www.gnu.org/software/make/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcserep%2Fdocker-elte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcserep%2Fdocker-elte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcserep%2Fdocker-elte/lists"}