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

Docker app run runs only references #702

Closed rumpl closed 4 years ago

rumpl commented 4 years ago

- What I did

A new flag --cnab-bundle-json is added for running a CNAB bundle directly. Otherwise, a built app is ran.

- How to verify it

Run docker app run --cnab-bundle-json e2e/testdata/cnab-without-status/bundle.json.

- Description for the changelog You can run a CNAB bundle with docker app run --cnab-bundle-json BUNDLE

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

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #702   +/-   ##
=======================================
  Coverage   72.71%   72.71%           
=======================================
  Files          59       59           
  Lines        3042     3042           
=======================================
  Hits         2212     2212           
  Misses        556      556           
  Partials      274      274

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 0c6905a...4158c4b. Read the comment docs.