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
Last revision Both sides next revision
projects:dockerbuilderimage:index [2015-12-28 16:31]
kristoffer created
projects:dockerbuilderimage:index [2017-02-17 10:05]
kristoffer
Line 1: Line 1:
-====== Bitcraze Docker Builder Image ======+====== The toolbelt and Docker Builder Images ======
  
-We have created Docker image with all the tools needed to build the Bitcraze projects, In the imagewe 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 is utility to enable builds of software modules without installing toolchainsframeworks and so on. In some respects it is an alternative to the VMeven 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 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 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.
  
-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 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.
  
-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 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.txt · Last modified: 2021-06-24 16:16 by kimberly