{"id":22549880,"url":"https://github.com/openmodelica/build-deps","last_synced_at":"2026-03-03T00:40:04.332Z","repository":{"id":185824886,"uuid":"674148815","full_name":"OpenModelica/build-deps","owner":"OpenModelica","description":"OpenModelica build-deps Docker Image","archived":false,"fork":false,"pushed_at":"2026-02-03T07:35:23.000Z","size":42,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T05:51:03.344Z","etag":null,"topics":["docker-image","openmodelica"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/openmodelica/build-deps/general","language":"Dockerfile","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/OpenModelica.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-03T08:51:30.000Z","updated_at":"2026-02-03T07:35:26.000Z","dependencies_parsed_at":"2024-08-09T10:23:16.336Z","dependency_job_id":null,"html_url":"https://github.com/OpenModelica/build-deps","commit_stats":null,"previous_names":["anheuermann/build-deps","openmodelica/build-deps"],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/OpenModelica/build-deps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fbuild-deps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fbuild-deps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fbuild-deps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fbuild-deps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenModelica","download_url":"https://codeload.github.com/OpenModelica/build-deps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenModelica%2Fbuild-deps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30027654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T00:31:48.536Z","status":"ssl_error","status_checked_at":"2026-03-03T00:30:56.176Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker-image","openmodelica"],"created_at":"2024-12-07T16:10:17.097Z","updated_at":"2026-03-03T00:40:04.311Z","avatar_url":"https://github.com/OpenModelica.png","language":"Dockerfile","readme":"# OpenModelica build-deps Docker Image\n\n[![Build Docker Image](https://github.com/OpenModelica/build-deps/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/OpenModelica/build-deps/actions/workflows/build.yml)\n[![Publish Docker Image](https://github.com/OpenModelica/build-deps/actions/workflows/publish.yml/badge.svg)](https://github.com/OpenModelica/build-deps/actions/workflows/publish.yml)\n\nThe Docker images used to build and deploy\n[OpenModelica](https://github.com/OpenModelica/OpenModelica) with\n[Jenkins](https://test.openmodelica.org/jenkins/).\n\n## Structure of the Repository\n\nEach minor version of the Dockerfile corresponds to a OpenModelica minor version\nand has its own branch. Each branch has tags for each patch version.\n\nWhen creating a release form a tag the\n[workflow](./.github/workflows/publish.yml) will publish the Docker image to\n[GitHub Container registry](https://github.com/OpenModelica/openmodelica-build-deps/pkgs/container/build-deps).\n\n### Ubuntu based Images\n\n- 24.04 Noble: [releases/v1.26](https://github.com/OpenModelica/build-deps/tree/releases/v1.26)\n- 22.04 Jammy:\n  - [releases/v1.22](https://github.com/OpenModelica/build-deps/tree/releases/v1.22)\n  - [releases/v1.22-qtwebengine](https://github.com/OpenModelica/build-deps/tree/releases/v1.22-qtwebengine)\n  - [releases/v1.24-qt5qt6](https://github.com/OpenModelica/build-deps/tree/releases/v1.22-qtwebengine)\n- 20.04 Focal: [releases/v1.21](https://github.com/OpenModelica/build-deps/tree/releases/v1.21)\n- 18.04 Bionic + cmake: [releases/v1.16-cmake](https://github.com/OpenModelica/build-deps/tree/releases/v1.16-cmake)\n- 18.04 Bionic: [releases/v1.16](https://github.com/OpenModelica/build-deps/tree/releases/v1.16)\n\n### Debian based Images\n\n- 12 Bookworm\n- 11 Bullseye\n\n### CentOS based Images\n\n- CentOS7\n\n## Build\n\n```bash\nexport TAG=v1.26.0\ndocker build --pull --no-cache --tag build-deps:$TAG .\n```\n\n## Upload\n\nThe [publish.yml](./.github/workflows/publish.yml) workflow will build, sign and\nupload the Docker image to\n[GitHub Container registry](https://github.com/OpenModelica/openmodelica-build-deps/pkgs/container/build-deps)\nfor each release.\n\n## License\n\nThe original Dockerfile was taken from\n[OpenModelica/OpenModelicaBuildScripts](https://github.com/OpenModelica/OpenModelicaBuildScripts).\nSee [LICENSE.md](./LICENSE.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmodelica%2Fbuild-deps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmodelica%2Fbuild-deps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmodelica%2Fbuild-deps/lists"}