ernoaapa / eliot

Open source system for managing containerized applications in IoT device
https://docs.eliot.run
Apache License 2.0
269 stars 20 forks source link

Updated containerd to v1.0.2 with fix "Fix pull-multi-arch images for Arm #35

Closed ernoaapa closed 6 years ago

ernoaapa commented 6 years ago

We want to start follow stable releases of containerd, but there's one fix containerd/containerd#1575 which prevents pulling images on ARM. Switched to use custom containerd version which is v1.0.2 with Weichen81:arm-multi-arch fix.

codecov[bot] commented 6 years ago

Codecov Report

Merging #35 into master will increase coverage by 0.04%. The diff coverage is 27.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   23.97%   24.02%   +0.04%     
==========================================
  Files          50       50              
  Lines        2419     2439      +20     
==========================================
+ Hits          580      586       +6     
- Misses       1775     1789      +14     
  Partials       64       64
Impacted Files Coverage Δ
pkg/runtime/errors.go 100% <ø> (ø) :arrow_up:
pkg/runtime/containerd.go 1.73% <27.27%> (+1.73%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b0d7e51...88ffdaa. Read the comment docs.