{"id":39467918,"url":"https://github.com/3mdeb/xen-docker","last_synced_at":"2026-01-18T04:51:54.329Z","repository":{"id":56468231,"uuid":"144213014","full_name":"3mdeb/xen-docker","owner":"3mdeb","description":"Compilation environment for Xen project","archived":false,"fork":false,"pushed_at":"2022-09-15T22:25:09.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2023-09-21T15:12:23.156Z","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/3mdeb.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}},"created_at":"2018-08-09T23:24:52.000Z","updated_at":"2022-07-01T13:33:33.000Z","dependencies_parsed_at":"2022-08-15T19:20:27.789Z","dependency_job_id":null,"html_url":"https://github.com/3mdeb/xen-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/3mdeb/xen-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fxen-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fxen-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fxen-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fxen-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3mdeb","download_url":"https://codeload.github.com/3mdeb/xen-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3mdeb%2Fxen-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28530358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-01-18T04:51:54.250Z","updated_at":"2026-01-18T04:51:54.322Z","avatar_url":"https://github.com/3mdeb.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Docker environment for Xen development\n======================================\n\nThis repository contains Dockerfile with all dependencies and tools required\nfor building Xen.\n\n## Building container\n\n```\ngit clone git@github.com:3mdeb/xen-docker.git\ncd xen-docker\ndocker build -t 3mdeb/xen-docker .\n```\n\n## Preparing build environment\n\nFirst clone Xen source:\n\n```\ngit clone git://xenbits.xen.org/xen.git\n```\n\nAdd xen git directory as a volume to docker container and run it:\n\n```\ncd xen\ndocker run --rm -it -v $PWD:/home/xen -w /home/xen 3mdeb/xen-docker /bin/bash\n```\n\n\u003e Note that xen source directory must be inside /home/xen in docker container\n\u003e as we also use .ccache as a volume in /home/xen.\n\n## Building Xen\n\n```\n(xen-docker)$ git checkout \u003cversion\u003e\n(xen-docker)$ ./configure --enable-githttp --enable-systemd\n# You can customize the config now if needed\n(xen-docker)$ make debball\n```\n\nResult will be placed in `$(XEN_SRC)/dist`. You will find there:\n\n* `install.sh` shell script which install Xen hypervisor on host machine\n* `install` directory containing Xen components and kernel\n* `xen-upstream-\u003cversion\u003e.deb`\n\n## Xen installation\n\nTo install Xen on host mashine simply run `install.sh` outside docker.\n\n\u003e Note: You need to have a Dom0 kernel for Xen on Your host\n\nTo install on a remote mashine use the `xen-upstream-\u003cversion\u003e.deb` package.\n\nXen kernel will be placed in `/boot` directory in gzip format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3mdeb%2Fxen-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3mdeb%2Fxen-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3mdeb%2Fxen-docker/lists"}