User Tools

Site Tools


projects:dockerbuilderimage:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:dockerbuilderimage:index [2015-12-28 16:31]
kristoffer created
projects:dockerbuilderimage:index [2021-06-24 16:16] (current)
kimberly
Line 1: Line 1:
-====== Bitcraze Docker Builder Image ======+<WRAP center round important 60%> 
 +This page has deprecated and moved to the new documentation framework of the main Bitcraze website. Please go to [[https://www.bitcraze.io/]]. 
 +</WRAP>
  
-We have created a Docker image with all the tools needed to build the Bitcraze projects, In the image, we have installed compilers for the processors that are used in our hardware as well as python for the python client. The goal is to make it easy to build Bitcraze code without having to install various tools with the complexity of supporting multiple operating systems.+====== The toolbelt and Docker Builder Images ======
  
-The builder image is used when building the project on our CI server at [[https://travis-ci.org/bitcraze|travis]], why it can be considered the official build environment.+The toolbelt is a utility to enable builds of software modules without installing toolchains, frameworks and so on. In some respects it is an alternative to the VM, even though it is not as complete. The toolbelt requires close to no installation and uses [[https://www.docker.com/|docker]] to create the build environments that are needed. As opposed to the VM it also enables you to use your regular development environments and tools, and the files you are working on are stored in your normal file system. The toolbelt only kicks in when you run tests or build code.
  
-The image is available at [[https://hub.docker.com/r/bitcraze/builder/|Docker Hub]] and the source code can be found on [[https://github.com/bitcraze/docker-builder|github]].+The docker images that are used when building modules are called builders and contain all the tools needed to build the Bitcraze projects, In the images, we have installed compilers for the processors that are used in our hardware as well as python for the python clientThe goal is to make it easy to build Bitcraze code without having to install various tools with the complexity of supporting multiple operating systems.
  
-Documentation on how to use the image is available in the [[https://github.com/bitcraze/docker-builder/blob/master/src/README.md|source code]] and on [[https://hub.docker.com/r/bitcraze/builder/|Docker Hub]].+The builder images are also used when building the project on our CI server at [[https://travis-ci.org/bitcraze|travis]], why it can be considered the official build environment. To understand how the images are used on travis, take a look in the .travis.yml file in the root of projects. 
 + 
 +The source code can be found on [[https://github.com/bitcraze/toolbelt|github bitcraze/toolbelt]].  
 +===== Installation and usage ===== 
 + 
 +Instructions on how to install and use the toolbelt are available in the [[https://github.com/bitcraze/toolbelt|readme.md file of the repository]].
  
  
projects/dockerbuilderimage/index.1451316718.txt.gz · Last modified: 2015-12-28 16:31 by kristoffer