Page MenuHomec4science

Reproducible
Updated 2,612 Days AgoPublic

Version 2 of 4: You are viewing an older version of this document, as it appeared on Feb 1 2017, 10:28.
WARNING: This is a beta feature

We're using Docker containers to build project code on Jenkins. It allows building procedures to use lightweight linux environment, well suited for reproducible builds. Docker containers have a change history that makes it easy to link to a particular build, roll back and ship software. Images are built using dependencies, and thus are easy to upgrade system wide and application wide without impacting final software so much.

Build with docker

  • Jenkins automatically spawns a fresh container for you, based on our jenkins-1 image
  • You can commit your image if the build is successfull and thus examine it and ship it at a particular release with the software stack that built it
  • You can provide a custom image yourself from an external repository, every GNU/Linux distribution are supported
  • Contact us if you want to add your own Docker image

Commit successfull builds

What others do

Last Author
aubort
Last Edited
Feb 1 2017, 10:28

Event Timeline

admin moved this document from Restricted Phriction Wiki DocumentFeb 20 2016, 13:46
aubort changed the visibility from "All Users" to "Public (No Login Required)".Jun 7 2016, 12:46
aubort changed the edit policy from "c4science (Project)" to "Restricted Project (Project)".Dec 16 2016, 16:50
aubort edited the content of this document. (Show Details)Feb 1 2017, 10:28
aubort added a project: c4science.
aubort edited the content of this document. (Show Details)Jan 12 2018, 11:21
aubort edited the content of this document. (Show Details)Apr 3 2018, 12:44