{"id":19943209,"url":"https://github.com/root-project/root-ci-images","last_synced_at":"2025-03-01T13:25:01.353Z","repository":{"id":71189859,"uuid":"598632294","full_name":"root-project/root-ci-images","owner":"root-project","description":"Images for the ROOT continuous integration system","archived":false,"fork":false,"pushed_at":"2025-02-14T12:04:30.000Z","size":173,"stargazers_count":4,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-14T13:23:43.530Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/root-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-07T14:04:59.000Z","updated_at":"2025-02-14T12:03:21.000Z","dependencies_parsed_at":"2024-05-13T01:26:59.311Z","dependency_job_id":"da0ae2a5-385c-48c9-a6a5-bca92808d1a4","html_url":"https://github.com/root-project/root-ci-images","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/root-project%2Froot-ci-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root-project%2Froot-ci-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root-project%2Froot-ci-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/root-project%2Froot-ci-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/root-project","download_url":"https://codeload.github.com/root-project/root-ci-images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241369734,"owners_count":19951798,"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":"2024-11-13T00:15:47.943Z","updated_at":"2025-03-01T13:25:01.303Z","avatar_url":"https://github.com/root-project.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker images that are ready to build ROOT\n\nThese docker images contain the dependencies needed to build [root](https://root.cern/) from source.\n\nThey also ensure that `cmake` will run a cmake with version \u003e=3.16. The cmake arguments for building root are set to the environment variable `OPTIONS`.\n\nThese are used by ROOT's Github Actions based continuous integration system - so you can trust them :-)\n\n## Install, build and run ROOT manually within an image\n\nTo install ROOT, pull the source code from the github repository and build it with cmake:\n```sh\ncd /tmp/\n\ngit clone -b $BRANCH --single-branch --depth 1 https://github.com/root-project/root.git\n\nmkdir -p /tmp/build\ncd /tmp/build\n\ncmake /tmp/root/ $OPTIONS\n\ncmake --build . --target install -- -j$(nproc)\n```\n\nTo run it, just invoke `root`!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froot-project%2Froot-ci-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froot-project%2Froot-ci-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froot-project%2Froot-ci-images/lists"}