docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 176 forks source link

Digest #678

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

Introduce storage by ID (= bundle digest)

- What I did Extended BundleStore so we both store bundles by tag and by digest, with cross references

- How I did it bundle is now stored under image/tag/bundle.json, aside a digest file At same time it's stored (duplicate) under _digest/<digest>/bundle.json

- How to verify it Run e2e test and play with docker app build

- Description for the changelog Allow to build docker app without a tag, image can then be referenced by a unique ID

- A picture of a cute animal (not mandatory but encouraged) image

codecov[bot] commented 4 years ago

Codecov Report

Merging #678 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #678   +/-   ##
=======================================
  Coverage   72.29%   72.29%           
=======================================
  Files          58       58           
  Lines        3140     3140           
=======================================
  Hits         2270     2270           
  Misses        581      581           
  Partials      289      289

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 58e773c...5b7f386. Read the comment docs.