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

Resolve project image to manifest images #40

Closed ernoaapa closed 6 years ago

ernoaapa commented 6 years ago

Previously we were using the non-manifest images like 'docker.io/arm64v8/node:latest' when we were resolving project images automatically. Nowadays the 'docker.io/library/node:latest' is manifest image which supports multiple different architectures so we don't need to handle all the cases by ourself.

codecov[bot] commented 6 years ago

Codecov Report

Merging #40 into master will decrease coverage by 0.3%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   25.48%   25.17%   -0.31%     
==========================================
  Files          50       50              
  Lines        2433     2415      -18     
==========================================
- Hits          620      608      -12     
+ Misses       1746     1740       -6     
  Partials       67       67
Impacted Files Coverage Δ
pkg/resolve/image.go 93.75% <100%> (+9.75%) :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 35a0dc3...46eb09e. Read the comment docs.