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

Demonstrate docker app build using dockercoins sample app #684

Closed ndeloof closed 4 years ago

ndeloof commented 4 years ago

- What I did Added a docker app example based on dockercoins

- How I did it Had to tweak the docker-compose file a few

- How to verify it run docker app build coins from the examples/dockercoins folder

- Description for the changelog Added example dockerapp demonstrating support for build

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #684 into master will decrease coverage by 0.94%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #684      +/-   ##
==========================================
- Coverage   72.29%   71.34%   -0.95%     
==========================================
  Files          58       56       -2     
  Lines        3140     2886     -254     
==========================================
- Hits         2270     2059     -211     
+ Misses        581      563      -18     
+ Partials      289      264      -25
Impacted Files Coverage Δ
internal/commands/build/build.go 58.26% <0%> (-7.79%) :arrow_down:
internal/packager/bundle.go 61.53% <0%> (-5.71%) :arrow_down:
types/parameters/parameters.go 92.06% <0%> (-4.77%) :arrow_down:
internal/commands/cnab.go 71.36% <0%> (-4.51%) :arrow_down:
internal/commands/install.go 65.71% <0%> (-4.5%) :arrow_down:
internal/commands/image/rm.go 62.5% <0%> (-1.14%) :arrow_down:
internal/commands/image/tag.go 89.18% <0%> (-0.56%) :arrow_down:
internal/store/bundle.go 73.56% <0%> (-0.54%) :arrow_down:
internal/store/digest.go
internal/commands/run.go

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...c47d4b3. Read the comment docs.