Skip to content

gbraad-redhat/minishift-b2d-iso

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Minishift Boot2Docker ISO This repository contains all required instructions and code to build an ISO based on Boot2Docker to use with minishift.


Build Status


Building the minishift-b2d ISO

The minishift-b2d.iso is built via a Dockerfile.

Prerequisites

  • A running docker daemon.

Building the ISO

$ git clone https://github.com/minishift/minishift-b2d-iso.git
$ cd minishift-b2d-iso
$ make
  • The ISO should be present in minishift-b2d-iso/build directory after the successful run of make.

Using the ISO

  • The ISO can be used with minishift with the help of --iso-url i.e. --iso-url=file:///$PATHTOISO.

Tests

Tests are written as Python scripts under tests directory and run through Avocado framework. Ensure you have Avocado installed by following Avocado instllation guide before running any tests.

Build ISO:

$ make

Run the tests:

$ make test

If you want to see the logs generated by test, run the test as:

$ SHOW_LOG=--show-job-log make test

##History

  • This repository is created by exracting the iso directory of Minishift project.

Packages

No packages published

Languages

  • Shell 46.0%
  • Python 38.3%
  • Makefile 15.7%