{"id":17329816,"url":"https://github.com/fgimenez/udf-in-a-box","last_synced_at":"2026-01-06T15:32:05.305Z","repository":{"id":151240295,"uuid":"46132653","full_name":"fgimenez/udf-in-a-box","owner":"fgimenez","description":null,"archived":false,"fork":false,"pushed_at":"2015-11-13T16:19:18.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T11:11:03.325Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/fgimenez.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":"2015-11-13T16:13:54.000Z","updated_at":"2015-11-13T16:13:54.000Z","dependencies_parsed_at":"2023-04-12T18:32:05.777Z","dependency_job_id":null,"html_url":"https://github.com/fgimenez/udf-in-a-box","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/fgimenez%2Fudf-in-a-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Fudf-in-a-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Fudf-in-a-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgimenez%2Fudf-in-a-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgimenez","download_url":"https://codeload.github.com/fgimenez/udf-in-a-box/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245791927,"owners_count":20672669,"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-10-15T14:49:31.383Z","updated_at":"2026-01-06T15:32:05.275Z","avatar_url":"https://github.com/fgimenez.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# UDF-in-a-box Docker container\n\nThis simple container lets you execute ubuntu-device-flash [1] to generate Ubuntu Core or Touch images inside a Docker container, so that you can get those images in any system that can run Docker.\n\nFor generating a Ubuntu Core image for the 15.04 release and stable channel the basic command is:\n\n```\ndocker run \\\n  --privileged=true \\\n  -v $PWD:/tmp/udf \\\n  -t fgimenez/udf-in-a-box \\\n  ubuntu-device-flash core 15.04 -o /tmp/udf/file.img --channel stable\n```\n\nand you end with the generated ```file.img``` in the current directory. If you want to use ```--developer-mode``` you should mount the ssh directory too:\n\n```\ndocker run \\\n  --privileged=true \\\n  -v ~/.ssh:/root/.ssh \\\n  -v $PWD:/tmp/udf \\\n  -t fgimenez/udf-in-a-box \\\n  ubuntu-device-flash core rolling -o /tmp/udf/file.img --channel edge --developer-mode\n```\n\n[1] http://manpages.ubuntu.com/manpages/wily/man1/ubuntu-device-flash.1.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgimenez%2Fudf-in-a-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgimenez%2Fudf-in-a-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgimenez%2Fudf-in-a-box/lists"}