{"id":13464906,"url":"https://github.com/minishift/minishift-b2d-iso","last_synced_at":"2025-04-26T17:31:08.940Z","repository":{"id":54399117,"uuid":"77663706","full_name":"minishift/minishift-b2d-iso","owner":"minishift","description":"ISO based on Boot2Docker for Minishift","archived":false,"fork":false,"pushed_at":"2018-09-21T12:38:27.000Z","size":58,"stargazers_count":9,"open_issues_count":12,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-04T16:41:47.562Z","etag":null,"topics":["boot2docker","docker","iso","minishift"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minishift.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}},"created_at":"2016-12-30T05:48:12.000Z","updated_at":"2024-03-31T15:55:20.000Z","dependencies_parsed_at":"2022-08-13T14:30:51.363Z","dependency_job_id":null,"html_url":"https://github.com/minishift/minishift-b2d-iso","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minishift%2Fminishift-b2d-iso","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minishift%2Fminishift-b2d-iso/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minishift%2Fminishift-b2d-iso/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minishift%2Fminishift-b2d-iso/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minishift","download_url":"https://codeload.github.com/minishift/minishift-b2d-iso/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251025697,"owners_count":21524843,"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":["boot2docker","docker","iso","minishift"],"created_at":"2024-07-31T14:00:52.560Z","updated_at":"2025-04-26T17:31:08.706Z","avatar_url":"https://github.com/minishift.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Minishift Boot2Docker ISO\nThis repository contains all required instructions and code to build an ISO based on [Boot2Docker](https://github.com/boot2docker/boot2docker) to use with [minishift](https://github.com/minishift/minishift).\n\n----\n\n\u003c!-- MarkdownTOC --\u003e\n\n- [Building the minishift-b2d ISO](#building-the-b2d-iso)\n    - [Prerequisites](#prerequisites)\n    - [Building the ISO](#building-the-iso)\n    - [Using the ISO](#using-the-iso)\n- [Tests](#tests)\n- [Releasing the minishift-b2d ISO](#releasing-the-b2d-iso)\n    - [Prerequisites](#release-prerequisites)\n    - [Releasing the ISO](#releasing-the-iso)\n- [CI Setup](#ci-setup)\n- [History](#history)\n- [Community](#community)\n\n\u003c!-- /MarkdownTOC --\u003e\n\n[![Build Status](https://ci.centos.org/buildStatus/icon?job=minishift-b2d-iso)](https://ci.centos.org/job/minishift-b2d-iso/)\n\n----\n\n\u003ca name=\"building-the-b2d-iso\"\u003e\u003c/a\u003e\n## Building the minishift-b2d ISO\n\nThe minishift-b2d.iso is built via a Dockerfile.\n\n\u003ca name=\"prerequisites\"\u003e\u003c/a\u003e\n### Prerequisites\n\n* A running docker daemon.\n\n\u003ca name=\"building-the-iso\"\u003e\u003c/a\u003e\n### Building the ISO\n\n```\n$ git clone https://github.com/minishift/minishift-b2d-iso.git\n$ cd minishift-b2d-iso\n$ make\n```\n- The ISO should be present in `minishift-b2d-iso/build` directory after the successful run of `make`.\n\n\u003ca name=\"using-the-iso\"\u003e\u003c/a\u003e\n### Using the ISO\n- The ISO can be used with [minishift](https://github.com/minishift/minishift) with the help of `--iso-url` i.e. `--iso-url=file:///$PATHTOISO`.\n\n\u003ca name=\"tests\"\u003e\u003c/a\u003e\n## Tests\n\nTests are written as Python scripts under `tests` directory and run through [Avocado](avocado-framework.readthedocs.io) framework. Ensure you have _Avocado_ installed by following [Avocado instllation guide](http://avocado-framework.readthedocs.io/en/44.0/GetStartedGuide.html#installing-avocado) before running any tests.\n\nBuild ISO:\n```\n$ make\n```\n\nRun the tests:\n```\n$ make test\n```\n\nIf you want to see the logs generated by test, run the test as:\n```\n$ SHOW_LOG=--show-job-log make test\n```\n\n\u003ca name=\"releasing-the-b2d-iso\"\u003e\u003c/a\u003e\n## Releasing the minishift-b2d ISO\n\n\u003ca name=\"release-prerequisites\"\u003e\u003c/a\u003e\n### Prerequisites\n\n- Working installation of [Go](https://en.wikipedia.org/wiki/Go_(programming_language)) with `GOPATH` properly set.\n- A running docker daemon.\n\n\u003ca name=\"releasing-the-iso\"\u003e\u003c/a\u003e\n### Releasing the ISO\n\n- Assemble all the meaningful changes since the last release to create release notes.\n- Bump the `VERSION` variable in the Makefile.\n- Make sure to have a [Github personal access token](https://help.github.com/articles/creating-an-access-token-for-command-line-use) defined in your environment as `GITHUB_ACCESS_TOKEN`.\n- Run following command to release the ISO:\n\n```\n$ make release\n```\n\n\u003ca name=\"ci-setup\"\u003e\u003c/a\u003e\n## CI Setup\n\n`minishift-b2d-iso` uses [CentOS CI](https://ci.centos.org/) as CI build server.\nIt builds incoming pull requests and any push to master along with archiving the build artifacts.\nYou can find the CentOS CI jenkins master job [here](https://ci.centos.org/job/minishift-b2d-iso/) and the pull request job [here](https://ci.centos.org/job/minishift-b2d-iso-pr/).\n\nOn a successful pull request build, the build artifacts can be found at\n[artifacts.ci.centos.org/minishift/minishift-b2d-iso/pr/\\\u003cPR ID\\\u003e](http://artifacts.ci.centos.org/minishift/minishift-b2d-iso/pr/).\n\nOn a successful master build, the build artifacts can be found at\n[artifacts.ci.centos.org/minishift/minishift-b2d-iso/master/\\\u003cBUILD ID\\\u003e](http://artifacts.ci.centos.org/minishift/minishift-b2d-iso/master/).\n\nFor more information about CentOS CI, check out its [Wiki](https://wiki.centos.org/QaWiki/CI) to\nknow more about CentOS CI.\n\n\u003ca name=\"history\"\u003e\u003c/a\u003e\n## History\n\n- This repository is created by exracting the `iso` directory of [Minishift](https://github.com/minishift/minishift) project.\n\n\u003ca name=\"community\"\u003e\u003c/a\u003e\n## Community\n\nYou can reach the Minishift community by:\n\n- Signing up to our [mailing list](https://lists.minishift.io/admin/lists/minishift.lists.minishift.io)\n\n- Joining the `#minishift` channel on [Freenode IRC](https://freenode.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminishift%2Fminishift-b2d-iso","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminishift%2Fminishift-b2d-iso","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminishift%2Fminishift-b2d-iso/lists"}