Skip to content
Snippets Groups Projects
  1. Nov 12, 2017
  2. Nov 10, 2017
  3. Nov 09, 2017
  4. Nov 08, 2017
  5. Nov 06, 2017
  6. Nov 02, 2017
  7. Oct 23, 2017
  8. Oct 18, 2017
  9. Oct 17, 2017
  10. Oct 04, 2017
    • boklm's avatar
      Bug 23585: fix build with runc version 1.0.0~rc2 · 8c4c05dd
      boklm authored
      Some distributions are packaging runc version 1.0.0~rc2, which seems to
      be half between runc 0.1.1 and runc 1.0.0.
      
      This version requires the same command line parameters as version 1.0.0,
      however it requires a config.json in the same format as 0.1.1.
      
      The output from `runc --version` on 1.0.0~rc2 is:
      runc version spec: 1.0.0-rc2-dev
      
      So we add a var/runc_spec100 function which is true when the runc
      version spec is exactly 1.0.0 (as returned by runc stable 1.0.x
      releases), and use it in projects/common/runc-config.json.
  11. Oct 03, 2017
  12. Oct 02, 2017
Loading